packages feed

sized-0.1.0.0: sized.cabal

-- Initial sized-sequences.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                sized
version:             0.1.0.0
synopsis:            Sized sequence data-types
description:         A wrapper to make length-parametrized data-type from ListLike data-types.
license:             BSD3
license-file:        LICENSE
author:              Hiromi ISHII
maintainer:          konn.jinro_at_gmail.com
-- copyright:           
category:            Data
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10
source-repository head
  Type: git
  Location: git://github.com/konn/sized.git

library
  exposed-modules:     Data.Sized
  other-modules:       Data.Sized.Internal
  -- other-extensions:    
  build-depends:       base >=4.7 && <4.8
               ,       type-natural
               ,       ListLike
               ,       vector
               ,       containers
               ,       constraints
               ,       monomorphic
  -- hs-source-dirs:      
  default-language:    Haskell2010