void 0.5.4.3 → 0.5.5
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~semigroups
Dependency ranges changed: semigroups
Files
- Data/Void.hs +1/−1
- void.cabal +2/−2
Data/Void.hs view
@@ -49,7 +49,7 @@ instance Semigroup Void where a <> _ = a- replicate1p _ a = a+ times1p _ a = a instance Ix Void where range _ = []
void.cabal view
@@ -1,6 +1,6 @@ name: void category: Data Structures-version: 0.5.4.3+version: 0.5.5 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE@@ -28,7 +28,7 @@ Data.Void build-depends: base >= 3 && < 10,- semigroups >= 0.7.1 && < 0.8+ semigroups >= 0.8 && < 0.9 ghc-options: -Wall