packages feed

fixed-list-0.1.6: fixed-list.cabal

Name:                fixed-list
Version:             0.1.6
Author:              Job Vranish
Maintainer:          job.vranish@gmail.com
Homepage:            http://github.com/jvranish/FixedList/tree/master
License:             BSD3
License-file:        LICENSE
category:            Data
Synopsis:            A fixed length list type
Description:         A fixed length list type that encodes its length in its type in a natural way, and is a member of Applicative, Functor, Foldable, Traversable, and Monad.

Build-Type:          Simple
Cabal-Version:       >= 1.6.0

library
    exposed-modules: Data.FixedList
    build-depends:	base >= 4 && < 5
    hs-source-dirs: src/
    ghc-options:	-Wall

source-repository head
  type:     git
  branch:   master
  location: git@github.com:jvranish/FixedList.git

source-repository this
  type:     git
  branch:   master
  location: git@github.com:jvranish/FixedList.git
  tag:      0.1.5