export Floating

This commit is contained in:
Stephen Diehl
2017-01-21 14:53:04 +00:00
parent 12cd9fae46
commit f9b5a5cbf4
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -20,3 +20,5 @@ stack build --resolver lts-7.11
stack build --resolver lts-7.12 stack build --resolver lts-7.12
stack build --resolver lts-7.13 stack build --resolver lts-7.13
stack build --resolver lts-7.14 stack build --resolver lts-7.14
stack build --resolver lts-7.15
stack build --resolver lts-7.16
+1
View File
@@ -28,6 +28,7 @@ import GHC.Real as X
import GHC.Float as X ( import GHC.Float as X (
Float(..) Float(..)
, Double(..) , Double(..)
, Floating (..)
, showFloat , showFloat
, showSignedFloat , showSignedFloat
) )