packages feed

sized-0.2.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.2.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
                     , Data.Sized.Builtin
                     , Data.Sized.Peano
                     , Data.Sized.Flipped
  other-modules:       Data.Sized.Internal
  -- other-extensions:    
  build-depends:       base             >= 4.7 && <5
                     , type-natural     >= 0.4.1.1
                     , mono-traversable >= 0.10 && < 1.1
                     , ListLike
                     , singletons       >= 2.0
                     , deepseq
                     , hashable
                     , vector
                     , containers
                     , constraints
                     , equational-reasoning == 0.*
                     , monomorphic
                     , lens >= 0.14
  -- hs-source-dirs:      
  default-language:    Haskell2010
  ghc-options:         -Wall -Wno-redundant-constraints