Use new TH.TypeLib for vectorTH
[matthijs/master-project/support/tfvec.git] / tfvec.cabal
index cf4fb44bebdcb1ef0b69c82e58a1dffba55b2f0f..1d54231bdc441481378603f323876592fac751d8 100644 (file)
@@ -1,5 +1,5 @@
 name:                tfvec
-version:             0.1.3
+version:             0.1.4
 synopsis:            Fixed sized vectors.
 description:         Vectors with numerically parameterized size, using 
                      type-level numerals from 'tfp' library
@@ -16,5 +16,6 @@ Library
                      ScopedTypeVariables, TemplateHaskell, TypeOperators, 
                      FlexibleInstances, TypeFamilies, UndecidableInstances,
                      DeriveDataTypeable, RankNTypes
-  build-depends:     base >= 3.0, template-haskell >= 2.0, tfp > 0.3.1
+  build-depends:     base >= 4.0, template-haskell >= 2.4, tfp > 0.3.2, syb, regex-posix, array
   exposed-modules:   Data.Param.TFVec
+  other-modules:     Language.Haskell.TH.TypeLib