packages feed

binary-list 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+9/−1 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

binary-list.cabal view
@@ -1,5 +1,5 @@ name:                binary-list-version:             0.1.0.0+version:             0.1.0.1 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@@ -8,6 +8,7 @@ license-file:        LICENSE author:              Daniel Díaz maintainer:          dhelta.diaz@gmail.com+bug-reports:         https://github.com/Daniel-Diaz/binary-list/issues category:            Data build-type:          Simple cabal-version:       >=1.10@@ -16,3 +17,10 @@   exposed-modules:     Data.BinaryList   build-depends:       base == 4.*   default-language:    Haskell2010+  ghc-options:         -Wall++Source-repository head+  type: git+  location: git://github.com/Daniel-Diaz/binary-list.git++