summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Infra
diff options
context:
space:
mode:
authorpeter.ljunglof <peter.ljunglof@gu.se>2012-08-29 21:48:34 +0000
committerpeter.ljunglof <peter.ljunglof@gu.se>2012-08-29 21:48:34 +0000
commitb416f5bbf7a1ac6d549f68424fec3af64ce34725 (patch)
treee1fa64352974f9d715a6bf4a4157ba2dad684d1c /src/compiler/GF/Infra
parenta7de16c34b7ccffc5ae0ac4fd004dfc155b4f546 (diff)
Use nub' instead of nub in some places, remove some unused nub imports
Diffstat (limited to 'src/compiler/GF/Infra')
-rw-r--r--src/compiler/GF/Infra/UseIO.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/GF/Infra/UseIO.hs b/src/compiler/GF/Infra/UseIO.hs
index cd9fe8a95..a9b3cada2 100644
--- a/src/compiler/GF/Infra/UseIO.hs
+++ b/src/compiler/GF/Infra/UseIO.hs
@@ -31,7 +31,6 @@ import Text.Printf
import Control.Monad
import Control.Exception(evaluate)
import qualified Data.ByteString.Char8 as BS
-import Data.List(nub)
putShow' :: Show a => (c -> a) -> c -> IO ()
putShow' f = putStrLn . show . length . show . f