From: Christiaan Baaij Date: Wed, 22 Jul 2009 11:54:15 +0000 (+0200) Subject: Add ghc stage info X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fsupport%2Ftfvec.git;a=commitdiff_plain;h=74aad9e23f7b911124ece69b2886f4ec0c88e390 Add ghc stage info --- diff --git a/Data/Param/TFVec.hs b/Data/Param/TFVec.hs index 2357c21..7a0fa1d 100644 --- a/Data/Param/TFVec.hs +++ b/Data/Param/TFVec.hs @@ -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 index 0000000..9a7456b --- /dev/null +++ b/ghc-stage @@ -0,0 +1,2 @@ +2 + diff --git a/tfvec.cabal b/tfvec.cabal index 83293b8..7c8079f 100644 --- a/tfvec.cabal +++ b/tfvec.cabal @@ -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