shithub: MicroHs

Download patch

ref: a6b8bf43eb49ff4de468061909ceda9efe3f4b11
parent: 84d5753303938265b4a2083772122117903a9c66
author: Lennart Augustsson <lennart@augustsson.net>
date: Thu Oct 5 07:20:32 EDT 2023

Better error message.

--- a/ghc/System/Console/SimpleReadline.hs
+++ b/ghc/System/Console/SimpleReadline.hs
@@ -1,4 +1,4 @@
 module System.Console.SimpleReadline where
 
 getInputLineHist :: FilePath -> String -> IO (Maybe String)
-getInputLineHist _ _ = error "getInputLineHist"
+getInputLineHist _ _ = error "getInputLineHist not available with ghc"
--