Add ghc stage info
[matthijs/master-project/support/tfvec.git] / Data / Param / TFVec.hs
index 2357c21a9087bd94a0143b960c1e34e25d2b3e81..7a0fa1dcc0ab1d1d000bd497097944ebbec64297 100644 (file)
@@ -69,7 +69,7 @@ import Prelude hiding (
   zipWith, zip, unzip, concat, reverse, iterate )
 import qualified Data.Foldable as DF (Foldable, foldr)
 import qualified Data.Traversable as DT (Traversable(traverse))
-import Language.Haskell.TH
+import Language.Haskell.TH hiding (Pred)
 import Language.Haskell.TH.Syntax (Lift(..))
 
 newtype (NaturalT s) => TFVec s a = TFVec {unTFVec :: [a]}