packages feed

werewolf 1.0.2.1 → 1.0.2.2

raw patch · 2 files changed

+10/−4 lines, 2 filesdep ~lensPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: lens

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -2,6 +2,12 @@  ### Upcoming +### v1.0.2.2++*Revisions*++* Bumped max version constraint of lens.+ ### v1.0.2.1  *Revisions*
werewolf.cabal view
@@ -1,5 +1,5 @@ name:           werewolf-version:        1.0.2.1+version:        1.0.2.2  author:         Henry J. Wylde maintainer:     public@hjwylde.com@@ -63,7 +63,7 @@         directory == 1.2.*,         extra == 1.4.*,         filepath == 1.4.*,-        lens >= 4.12 && < 4.14,+        lens >= 4.12 && < 4.15,         MonadRandom == 0.4.*,         mtl == 2.2.*,         optparse-applicative >= 0.11 && < 0.13,@@ -114,7 +114,7 @@         directory == 1.2.*,         extra == 1.4.*,         filepath == 1.4.*,-        lens >= 4.12 && < 4.14,+        lens >= 4.12 && < 4.15,         MonadRandom == 0.4.*,         mtl == 2.2.*,         text == 1.2.*,@@ -146,7 +146,7 @@         base >= 4.8 && < 5,         containers == 0.5.*,         extra == 1.4.*,-        lens >= 4.12 && < 4.14,+        lens >= 4.12 && < 4.15,         MonadRandom == 0.4.*,         mtl == 2.2.*,         QuickCheck == 2.8.*,