packages feed

hunit-dejafu 1.1.0.2 → 1.1.0.3

raw patch · 3 files changed

+15/−7 lines, 3 filesdep ~dejafuPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: dejafu

API changes (from Hackage documentation)

Files

CHANGELOG.rst view
@@ -7,6 +7,18 @@ .. _PVP: https://pvp.haskell.org/  +1.1.0.3 (2018-03-17)+--------------------++* Git: :tag:`hunit-dejafu-1.1.0.3`+* Hackage: :hackage:`hunit-dejafu-1.1.0.3`++Miscellaneous+~~~~~~~~~~~~~++* (:pull:`251`) The upper bound on :hackage:`dejafu` is <1.5.++ 1.1.0.2 (2018-03-11) -------------------- 
README.markdown view
@@ -5,9 +5,6 @@ [HUnit][]. This lets you easily incorporate concurrency testing into your existing test suites. -The documentation of the latest developmental version is-[available online][docs].- Contributing ------------ @@ -16,6 +13,5 @@ Feel free to contact me on GitHub, through IRC (#haskell on freenode), or email (mike@barrucadu.co.uk). -[docs]:   https://docs.barrucadu.co.uk/hunit-dejafu [dejafu]: https://hackage.haskell.org/package/dejafu [HUnit]:  https://hackage.haskell.org/package/HUnit
hunit-dejafu.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                hunit-dejafu-version:             1.1.0.2+version:             1.1.0.3 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.1.0.2+  tag:      hunit-dejafu-1.1.0.3  library   exposed-modules:     Test.HUnit.DejaFu@@ -38,7 +38,7 @@   -- other-extensions:       build-depends:       base       >=4.8 && <5                      , exceptions >=0.7 && <0.11-                     , dejafu     >=1.2 && <1.4+                     , dejafu     >=1.2 && <1.5                      , HUnit      >=1.2 && <1.7   -- hs-source-dirs:         default-language:    Haskell2010