neither 0.3.0.1 → 0.3.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~failurePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: failure
API changes (from Hackage documentation)
Files
- neither.cabal +2/−2
neither.cabal view
@@ -1,5 +1,5 @@ name: neither-version: 0.3.0.1+version: 0.3.1 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -20,7 +20,7 @@ library build-depends: base >= 4 && < 5 , transformers >= 0.2.1 && < 0.3- , failure >= 0.1.0 && < 0.2+ , failure >= 0.1.0 && < 0.3 exposed-modules: Data.Neither ghc-options: -Wall