packages feed

hunit-dejafu 1.1.0.3 → 1.2.0.0

raw patch · 2 files changed

+23/−5 lines, 2 filesdep ~HUnitdep ~basedep ~dejafuPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: HUnit, base, dejafu

API changes (from Hackage documentation)

Files

CHANGELOG.rst view
@@ -7,6 +7,24 @@ .. _PVP: https://pvp.haskell.org/  +1.2.0.0 - No More 7.10 (2018-03-28)+-----------------------------------++* Git: :tag:`hunit-dejafu-1.2.0.0`+* Hackage: :hackage:`hunit-dejafu-1.2.0.0`++Miscellaneous+~~~~~~~~~~~~~++* GHC 7.10 support is dropped.  Dependency lower bounds are:++    * :hackage:`base`: 4.9+    * :hackage:`dejafu`: 1.5+    * :hackage:`HUnit`: 1.3.1++* The upper bound on :hackage:`dejafu` is 1.6.++ 1.1.0.3 (2018-03-17) -------------------- 
hunit-dejafu.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                hunit-dejafu-version:             1.1.0.3+version:             1.2.0.0 synopsis:            Deja Fu support for the HUnit test framework.  description:@@ -30,15 +30,15 @@ source-repository this   type:     git   location: https://github.com/barrucadu/dejafu.git-  tag:      hunit-dejafu-1.1.0.3+  tag:      hunit-dejafu-1.2.0.0  library   exposed-modules:     Test.HUnit.DejaFu   -- other-modules:          -- other-extensions:    -  build-depends:       base       >=4.8 && <5+  build-depends:       base       >=4.9 && <5                      , exceptions >=0.7 && <0.11-                     , dejafu     >=1.2 && <1.5-                     , HUnit      >=1.2 && <1.7+                     , dejafu     >=1.5 && <1.6+                     , HUnit      >=1.3.1 && <1.7   -- hs-source-dirs:         default-language:    Haskell2010