sized-vector-0.0.2.5: sized-vector.cabal
-- Initial sized-vector.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: sized-vector
version: 0.0.2.5
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
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
, singletons == 0.8.*
, type-natural >= 0.0.2.0
, monomorphic == 0.0.*