X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fsupport%2Ftfvec.git;a=blobdiff_plain;f=tfvec.cabal;h=1d54231bdc441481378603f323876592fac751d8;hp=83293b8ca71b8203a50594a07f42adc32b6fd5be;hb=92cb4e3a487e88220aba94d7fc6003384e971e5c;hpb=584c73fa731e6045764a79a865f43ee8103e3602 diff --git a/tfvec.cabal b/tfvec.cabal index 83293b8..1d54231 100644 --- a/tfvec.cabal +++ b/tfvec.cabal @@ -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.2 + 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