either-both 0.1.1.0 → 0.1.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep +either-bothdep −either-primePVP ok
version bump matches the API change (PVP)
Dependencies added: either-both
Dependencies removed: either-prime
API changes (from Hackage documentation)
Files
- either-both.cabal +2/−2
either-both.cabal view
@@ -1,5 +1,5 @@ name: either-both-version: 0.1.1.0+version: 0.1.1.1 synopsis: Either or both -- description: license: BSD3@@ -41,7 +41,7 @@ , smallcheck >=1.1.3 , tasty >=1.0 , tasty-smallcheck >=0.8- , either-prime+ , either-both default-language: Haskell2010 default-extensions: UnicodeSyntax , LambdaCase