summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Grammar/Lookup.hs
diff options
context:
space:
mode:
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