dejafu 2.3.0.0 → 2.3.0.1
raw patch · 2 files changed
+15/−3 lines, 2 filesdep ~randomPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: random
API changes (from Hackage documentation)
Files
- CHANGELOG.rst +12/−0
- dejafu.cabal +3/−3
CHANGELOG.rst view
@@ -6,6 +6,18 @@ .. _PVP: https://pvp.haskell.org/ +2.3.0.1 (2020-06-24)+--------------------++* Git: :tag:`dejafu-2.3.0.1`+* Hackage: :hackage:`dejafu-2.3.0.1`++Miscellaneous+~~~~~~~~~~~~~++* The upper bound on :hackage:`random` is <1.3.++ 2.3.0.0 (2020-05-14) --------------------
dejafu.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: dejafu-version: 2.3.0.0+version: 2.3.0.1 synopsis: A library for unit-testing concurrent programs. description:@@ -33,7 +33,7 @@ source-repository this type: git location: https://github.com/barrucadu/dejafu.git- tag: dejafu-2.3.0.0+ tag: dejafu-2.3.0.1 library exposed-modules: Test.DejaFu@@ -66,7 +66,7 @@ , exceptions >=0.7 && <0.11 , leancheck >=0.6 && <0.10 , profunctors >=4.0 && <6- , random >=1.0 && <1.2+ , random >=1.0 && <1.3 , transformers >=0.5 && <0.6 -- hs-source-dirs: default-language: Haskell2010