packages feed

ChasingBottoms 1.3.1.6 → 1.3.1.7

raw patch · 1 files changed

+5/−4 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

ChasingBottoms.cabal view
@@ -1,5 +1,5 @@ name:               ChasingBottoms-version:            1.3.1.6+version:            1.3.1.7 license:            MIT license-file:       LICENCE copyright:          Copyright (c) Nils Anders Danielsson 2004-2019.@@ -125,7 +125,8 @@                     GHC == 8.0.2,                     GHC == 8.2.2,                     GHC == 8.4.4,-                    GHC == 8.6.5+                    GHC == 8.6.5,+                    GHC == 8.8.1 cabal-version:      >= 1.9.2 build-type:         Simple @@ -148,7 +149,7 @@      build-depends: QuickCheck >= 2.10 && < 2.14,                    mtl >= 2 && < 2.3,-                   base >= 4.2 && < 4.13,+                   base >= 4.2 && < 4.14,                    containers >= 0.5 && < 0.7,                    random >= 1.0 && < 1.2,                    syb >= 0.1.0.2 && < 0.8@@ -179,7 +180,7 @@      build-depends: QuickCheck >= 2.10 && < 2.14,                    mtl >= 2 && < 2.3,-                   base >= 4.2 && < 4.13,+                   base >= 4.2 && < 4.14,                    containers >= 0.5 && < 0.7,                    random >= 1.0 && < 1.2,                    syb >= 0.1.0.2 && < 0.8,