packages feed

boolean-list-0.1.0.1: boolean-list.cabal

name: boolean-list
version: 0.1.0.1
cabal-version: >=1.8
build-type: Simple
license: GPL-3
license-file: LICENSE
maintainer: hawk.alan@gmail.com
homepage: http://xy30.com
synopsis: convert numbers to binary coded lists
category: Data
author: Alan Hawkins

source-repository head
    type: git
    location: http://github.com/xpika/boolean-list.git

library
    exposed-modules:
        Data.BooleanList
    build-depends:
        base <10000,
        HUnit ==1.2.*,
        bytestring <10000