eq 0.3.2 → 0.3.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~semigroupoidsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: semigroupoids
API changes (from Hackage documentation)
Files
- eq.cabal +2/−2
eq.cabal view
@@ -1,6 +1,6 @@ name: eq category: Type System-version: 0.3.2+version: 0.3.3 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE@@ -20,7 +20,7 @@ library build-depends: base >= 4 && < 5,- semigroupoids >= 1.2.1 && < 1.3.0+ semigroupoids >= 1.2.2 && < 1.3.0 extensions: TypeOperators