-- Initial sized-vector.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: sized-vector version: 1.4.3.0 synopsis: Size-parameterized vector types and functions. description: Size-parameterized vector types and functions using a data-type promotion. homepage: https://github.com/konn/sized-vector license: BSD3 license-file: LICENSE extra-source-files: README.md author: Hiromi ISHII maintainer: konn.jinro_at_gmail.com copyright: (C) Hiromi ISHII 2013 category: Data build-type: Simple cabal-version: >=1.8 tested-with: GHC == 7.10.2, GHC == 7.8.3, GHC == 7.8.4 source-repository head Type: git Location: git://github.com/konn/sized-vector.git library exposed-modules: Data.Vector.Sized build-depends: base >= 2.0 && < 5 , constraints , deepseq >= 1.3 && < 1.5 , equational-reasoning >= 0.2 && < 0.3 , hashable >= 1.1 && < 1.3 , monomorphic == 0.0.* , template-haskell >= 2.9.0.0 && < 2.11 , type-natural >= 0.1 && < 0.4 if impl(ghc < 7.7) build-depends: singletons == 0.8.* if impl(ghc >= 7.7) build-depends: singletons >= 1.0 && < 3 -- Benchmark coercion-bench -- buildable: False -- type: exitcode-stdio-1.0 -- main-is: coercion.hs -- hs-source-dirs: bench -- ghc-options: -O2 -threaded -fcontext-stack=500 -- build-depends: criterion -- , statistics >=0.10 && < 0.11 -- , progression -- , sized-vector -- , base -- , type-natural -- , parallel -- , deepseq