packages feed

void 0.5.0 → 0.5.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~semigroups

Dependency ranges changed: semigroups

Files

void.cabal view
@@ -1,6 +1,6 @@ name:          void category:      Data Structures-version:       0.5.0+version:       0.5.1 license:       BSD3 cabal-version: >= 1.6 license-file:  LICENSE@@ -18,6 +18,6 @@   location: git://github.com/ekmett/void.git  library-  build-depends: base >= 3 && < 10, semigroups >= 0.4 && < 0.5+  build-depends: base >= 3 && < 10, semigroups >= 0.5 && < 0.6   exposed-modules: Data.Void   ghc-options: -Wall