diff --git a/src/Postlude.hs b/src/Postlude.hs index 0183c79..cd2c376 100644 --- a/src/Postlude.hs +++ b/src/Postlude.hs @@ -259,6 +259,10 @@ import GHC.Num as X , Integer ) +import GHC.Read as X + ( Read, readList, readListPrec, readPrec, readsPrec + ) + import GHC.Real as X ( Fractional, (/), fromRational, recip , Integral, div, divMod, mod, quot, quotRem, rem, toInteger @@ -296,3 +300,7 @@ import System.IO as X , stdout , withFile ) + +import Text.Read as X + ( read + )