shithub: MicroHs

Download patch

ref: 5e4269979d59feca498eba9c7ea35c8b10712e28
parent: f292a26d47527ae5dd9de040754c6d0a64a162da
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Mon Feb 5 16:22:25 EST 2024

Make it compile again.

--- a/tests/FArith.hs
+++ b/tests/FArith.hs
@@ -1,7 +1,8 @@
 module FArith(module FArith) where
-
 import Prelude
-import Text.String
+
+readDouble :: String -> Double
+readDouble = read
 
 list1 :: [Double]
 list1 = [-100.343241, -53.3248973, 0.0, 1.0, 1.23453523, 3243534.34534, 999.999]
--