hunit-dejafu 0.7.0.1 → 0.7.0.2
raw patch · 2 files changed
+20/−3 lines, 2 filesdep ~dejafuPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: dejafu
API changes (from Hackage documentation)
Files
- CHANGELOG.markdown +17/−0
- hunit-dejafu.cabal +3/−3
CHANGELOG.markdown view
@@ -7,6 +7,23 @@ *de facto* standard Haskell versioning scheme. +0.7.0.2+-------++- **Date** 2017-10-11+- **Git tag** [hunit-dejafu-0.7.0.2][]+- **Hackage** https://hackage.haskell.org/package/hunit-dejafu-0.7.0.2++### Miscellaneous++- dejafu-0.9 support++[hunit-dejafu-0.7.0.2]: https://github.com/barrucadu/dejafu/releases/tag/hunit-dejafu-0.7.0.2+++---------------------------------------------------------------------------------------------------++ 0.7.0.1 -------
hunit-dejafu.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: hunit-dejafu-version: 0.7.0.1+version: 0.7.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-0.7.0.1+ tag: hunit-dejafu-0.7.0.2 library exposed-modules: Test.HUnit.DejaFu@@ -38,7 +38,7 @@ -- other-extensions: build-depends: base >=4.8 && <5 , exceptions >=0.7 && <0.9- , dejafu >=0.7.1 && <0.9+ , dejafu >=0.7.1 && <0.10 , HUnit >=1.2 && <1.7 -- hs-source-dirs: default-language: Haskell2010