packages feed

binary-list-0.1.0.0: binary-list.cabal

name:                binary-list
version:             0.1.0.0
synopsis:            Lists of size length a power of two.
description:         Some algorithmic problems work only when the input list
                     has length a power of two. This library provides with a
                     data structure optimized for this.
license:             BSD3
license-file:        LICENSE
author:              Daniel Díaz
maintainer:          dhelta.diaz@gmail.com
category:            Data
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:     Data.BinaryList
  build-depends:       base == 4.*
  default-language:    Haskell2010