Add ghc stage info
authorChristiaan Baaij <christiaan.baaij@gmail.com>
Wed, 22 Jul 2009 11:54:15 +0000 (13:54 +0200)
committerChristiaan Baaij <christiaan.baaij@gmail.com>
Wed, 22 Jul 2009 11:54:15 +0000 (13:54 +0200)
Data/Param/TFVec.hs
ghc-stage [new file with mode: 0644]
tfvec.cabal

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]}
diff --git a/ghc-stage b/ghc-stage
new file mode 100644 (file)
index 0000000..9a7456b
--- /dev/null
+++ b/ghc-stage
@@ -0,0 +1,2 @@
+2
+
index 83293b8ca71b8203a50594a07f42adc32b6fd5be..7c8079f3ed903a00b665e0d430decf648465e8e7 100644 (file)
@@ -16,5 +16,5 @@ Library
                      ScopedTypeVariables, TemplateHaskell, TypeOperators, 
                      FlexibleInstances, TypeFamilies, UndecidableInstances,
                      DeriveDataTypeable, RankNTypes
-  build-depends:     base >= 3.0, template-haskell >= 2.0, tfp > 0.3.2
+  build-depends:     base >= 4.0, template-haskell >= 2.4, tfp > 0.3.2, syb
   exposed-modules:   Data.Param.TFVec