packages feed

blaze-markup 0.8.2.5 → 0.8.2.7

raw patch · 2 files changed

+17/−9 lines, 2 filesdep ~tastyPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: tasty

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,5 +1,11 @@ # Changelog +- 0.8.2.7 (2020-06-30)+    * Bump Cabal version lower bound to 1.10++- 0.8.2.6 (2020-06-30)+    * Bump `tasty` upper bound to 1.4+ - 0.8.2.5 (2020-04-20)     * Bump `base` upper bound to 4.15 
blaze-markup.cabal view
@@ -1,5 +1,5 @@ Name:         blaze-markup-Version:      0.8.2.5+Version:      0.8.2.7 Homepage:     http://jaspervdj.be/blaze Bug-Reports:  http://github.com/jaspervdj/blaze-markup/issues License:      BSD3@@ -16,7 +16,7 @@   <http://jaspervdj.be/blaze/tutorial.html>.  Build-type:    Simple-Cabal-version: >= 1.8+Cabal-version: >= 1.10 Tested-with:   GHC == 7.8.4, GHC == 7.10.3,                GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4,                GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1@@ -25,8 +25,9 @@   CHANGELOG  Library-  Hs-source-dirs: src-  Ghc-Options:    -Wall+  Hs-source-dirs:   src+  Ghc-Options:      -Wall+  Default-language: Haskell2010    Exposed-modules:     Text.Blaze@@ -43,10 +44,11 @@     bytestring    >= 0.9  && < 0.11  Test-suite blaze-markup-tests-  Type:           exitcode-stdio-1.0-  Hs-source-dirs: src tests-  Main-is:        TestSuite.hs-  Ghc-options:    -Wall+  Type:             exitcode-stdio-1.0+  Hs-source-dirs:   src tests+  Main-is:          TestSuite.hs+  Ghc-options:      -Wall+  Default-language: Haskell2010    Other-modules:     Text.Blaze@@ -62,7 +64,7 @@     HUnit            >= 1.2  && < 1.7,     QuickCheck       >= 2.7  && < 2.15,     containers       >= 0.3  && < 0.7,-    tasty            >= 1.0  && < 1.3,+    tasty            >= 1.0  && < 1.4,     tasty-hunit      >= 0.10 && < 0.11,     tasty-quickcheck >= 0.10 && < 0.11,     -- Copied from regular dependencies...