packages feed

edit 1.0.0.0 → 1.0.1.0

raw patch · 3 files changed

+9/−5 lines, 3 filesdep ~QuickCheckPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for `edit` +## 1.0.1.0 -- 2018-09-03++* `QuickCheck` version bump.+ ## 1.0.0.0 -- 2018-07-19  * `QuickCheck` and `comonad` are enabled by default instead of being disabled
Readme.md view
@@ -1,4 +1,4 @@-# Edit [![Hackage badge](https://img.shields.io/hackage/v/edit.svg?label=Hackage)](https://hackage.haskell.org/package/edit)+# Edit [![Hackage badge](https://img.shields.io/hackage/v/edit.svg?label=Hackage)](https://hackage.haskell.org/package/edit) [![Stackage badge](https://www.stackage.org/package/edit/badge/nightly?label=Stackage)](https://www.stackage.org/package/edit)  The `Edit` monad allows you to easily bubble up whether a change was made or not when rewriting things. Some cases where this can be handy:
edit.cabal view
@@ -1,5 +1,5 @@ name:                edit-version:             1.0.0.0+version:             1.0.1.0 synopsis:            A monad for rewriting things. homepage:            https://github.com/theindigamer/edit license:             BSD3@@ -19,7 +19,7 @@  location: https://github.com/theindigamer/edit.git  flag no_arbitrary-  description: Removes QuickCheck as a dependency (so no Arbitray instance is provided).+  description: Removes QuickCheck as a dependency (so no Arbitrary instance is provided).   default: False   manual:  True @@ -49,7 +49,7 @@   default-language:    Haskell2010   if !flag(no_arbitrary)     CPP-options:       -DWITH_ARBITRARY_INSTANCE-    build-depends:     QuickCheck >= 2.10 && < 2.12+    build-depends:     QuickCheck >= 2.10 && < 2.13   if !flag(no_comonad)     CPP-options:       -DWITH_COMONAD_INSTANCE     build-depends:     comonad@@ -67,7 +67,7 @@   build-Depends:     base                    , edit                    , doctest    >= 0.13 && < 0.17-                   , QuickCheck >= 2.10 && < 2.12+                   , QuickCheck >= 2.10 && < 2.13                    , uniplate   >= 1.6 && < 1.7                    , comonad    >= 5.0  && < 5.1                    , tasty      >= 1.0 && < 1.2