Updated depency on new tfp library
[matthijs/master-project/support/tfvec.git] / tfvec.cabal
1 name:                tfvec
2 version:             0.1.3
3 synopsis:            Fixed sized vectors.
4 description:         Vectors with numerically parameterized size, using 
5                      type-level numerals from 'tfp' library
6 category:            Data
7 license:             BSD3
8 license-file:        LICENSE
9 author:              Christiaan Baaij
10 maintainer:          christiaan.baaij@gmail.com
11 build-type:          Simple
12 cabal-version:       >=1.2  
13
14 Library
15   extensions:        StandaloneDeriving, ExistentialQuantification, 
16                      ScopedTypeVariables, TemplateHaskell, TypeOperators, 
17                      FlexibleInstances, TypeFamilies, UndecidableInstances,
18                      DeriveDataTypeable, RankNTypes
19   build-depends:     base >= 3.0, template-haskell >= 2.0, tfp > 0.3.1
20   exposed-modules:   Data.Param.TFVec