packages feed

neither 0.3.1 → 0.3.1.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~transformersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: transformers

API changes (from Hackage documentation)

Files

neither.cabal view
@@ -1,5 +1,5 @@ name:            neither-version:         0.3.1+version:         0.3.1.1 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>@@ -19,7 +19,7 @@  library     build-depends:   base                 >= 4          && < 5-                   , transformers         >= 0.2.1      && < 0.3+                   , transformers         >= 0.2.1      && < 0.4                    , failure              >= 0.1.0      && < 0.3     exposed-modules: Data.Neither     ghc-options:     -Wall