summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Grammar/Lookup.hs
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/Grammar/Lookup.hs
parenta7de16c34b7ccffc5ae0ac4fd004dfc155b4f546 (diff)
Use nub' instead of nub in some places, remove some unused nub imports
Diffstat (limited to 'src/compiler/GF/Grammar/Lookup.hs')
-rw-r--r--src/compiler/GF/Grammar/Lookup.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Grammar/Lookup.hs b/src/compiler/GF/Grammar/Lookup.hs
index 0a06347d6..9e8b877a5 100644
--- a/src/compiler/GF/Grammar/Lookup.hs
+++ b/src/compiler/GF/Grammar/Lookup.hs
@@ -39,7 +39,7 @@ import GF.Grammar.Printer
import GF.Grammar.Predef
import GF.Grammar.Lockfield
-import Data.List (nub,sortBy)
+import Data.List (sortBy)
import Control.Monad
import Text.PrettyPrint
import qualified Data.Map as Map