X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fsupport%2Ftfvec.git;a=blobdiff_plain;f=tfvec.cabal;h=cf4fb44bebdcb1ef0b69c82e58a1dffba55b2f0f;hp=ed0cc891ade2ed7e9c8847fd072a143dd844c5d7;hb=b1a4247c4ca74676df24b76040009fde629e77b8;hpb=25576fe76b567e77c0778d2cbb0f952a5d5a50e0 diff --git a/tfvec.cabal b/tfvec.cabal index ed0cc89..cf4fb44 100644 --- a/tfvec.cabal +++ b/tfvec.cabal @@ -1,5 +1,5 @@ name: tfvec -version: 0.1.2 +version: 0.1.3 synopsis: Fixed sized vectors. description: Vectors with numerically parameterized size, using type-level numerals from 'tfp' library @@ -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.1 - exposed-modules: Data.Param.TFVec \ No newline at end of file + build-depends: base >= 3.0, template-haskell >= 2.0, tfp > 0.3.1 + exposed-modules: Data.Param.TFVec