name: hvect version: 0.1.0.0 synopsis: Simple heterogeneous lists description: Small, concise and simple implementation of heterogeneous lists with useful utility functions homepage: https://github.com/agrafix/hvect bug-reports: https://github.com/agrafix/hvect/issues license: MIT license-file: LICENSE author: Alexander Thiemann , Tim Baumann maintainer: Alexander Thiemann copyright: (c) 2014 - 2015 Alexander Thiemann , Tim Baumann category: Data build-type: Simple cabal-version: >=1.10 library exposed-modules: Data.HVect build-depends: base >=4.6 && <5 hs-source-dirs: src default-language: Haskell2010 test-suite hvect-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Test.hs other-modules: Data.HVectTest build-depends: base >=4.6 && <5, hvect, HTF >=0.12.2.4 ghc-options: -Wall source-repository head type: git location: git://github.com/agrafix/hvect.git