ref: db89d4333eb0671d2eea087570ea0c49432124f2
parent: ddfc8dcaea7f7c05a81fdf1dc699150165475826
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Sun Oct 13 08:14:16 EDT 2024
Remove import no longer needed
--- a/TODO
+++ b/TODO
@@ -43,7 +43,6 @@
* Install a targets.conf?
* let...in... doesn't parse correctly in a do
* let needs {} in a do with {}
-* missing import in Text.Read.Internal gmhs: expandDict: Data.Floating.Floating
* export list in -boot doesn't work
* Cannot derive Show for 'newtype Alt f a = Alt (f a)'
* Fundep bug mtl:Control/Monad/RWS/Class.hs
--- a/lib/Text/Read/Internal.hs
+++ b/lib/Text/Read/Internal.hs
@@ -54,7 +54,6 @@
import Data.Either
import Data.Eq
import Data.Float
-import Data.Floating
import Data.Fractional
import Data.Function
import Data.Maybe