packages feed

void 0.5.4.2 → 0.5.4.3

raw patch · 2 files changed

+3/−2 lines, 2 filesdep ~semigroups

Dependency ranges changed: semigroups

Files

Data/Void.hs view
@@ -49,6 +49,7 @@  instance Semigroup Void where   a <> _ = a+  replicate1p _ a = a  instance Ix Void where   range _ = []
void.cabal view
@@ -1,6 +1,6 @@ name:          void category:      Data Structures-version:       0.5.4.2+version:       0.5.4.3 license:       BSD3 cabal-version: >= 1.6 license-file:  LICENSE@@ -28,7 +28,7 @@     Data.Void   build-depends:      base >= 3 && < 10,-    semigroups >= 0.6 && < 0.7+    semigroups >= 0.7.1 && < 0.8    ghc-options: -Wall