Use new TH.TypeLib for vectorTH
[matthijs/master-project/support/tfvec.git] / tfvec.cabal
1 name:                tfvec
2 version:             0.1.4
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 >= 4.0, template-haskell >= 2.4, tfp > 0.3.2, syb, regex-posix, array
20   exposed-modules:   Data.Param.TFVec
21   other-modules:     Language.Haskell.TH.TypeLib