hunit-dejafu 1.2.0.1 → 1.2.0.2
raw patch · 2 files changed
+15/−3 lines, 2 filesdep ~dejafuPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: dejafu
API changes (from Hackage documentation)
Files
- CHANGELOG.rst +12/−0
- hunit-dejafu.cabal +3/−3
CHANGELOG.rst view
@@ -7,6 +7,18 @@ .. _PVP: https://pvp.haskell.org/ +1.2.0.2 (2018-06-03)+--------------------++* Git: :tag:`hunit-dejafu-1.2.0.2`+* Hackage: :hackage:`hunit-dejafu-1.2.0.2`++Miscellaneous+~~~~~~~~~~~~~++* The upper bound on :hackage:`dejafu` is <1.8.++ 1.2.0.1 (2018-05-11) --------------------
hunit-dejafu.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: hunit-dejafu-version: 1.2.0.1+version: 1.2.0.2 synopsis: Deja Fu support for the HUnit test framework. description:@@ -30,7 +30,7 @@ source-repository this type: git location: https://github.com/barrucadu/dejafu.git- tag: hunit-dejafu-1.2.0.1+ tag: hunit-dejafu-1.2.0.2 library exposed-modules: Test.HUnit.DejaFu@@ -38,7 +38,7 @@ -- other-extensions: build-depends: base >=4.9 && <5 , exceptions >=0.7 && <0.11- , dejafu >=1.5 && <1.7+ , dejafu >=1.5 && <1.8 , HUnit >=1.3.1 && <1.7 -- hs-source-dirs: default-language: Haskell2010