extensible-effects 1.11.0.2 → 1.11.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~HUnit
Dependency ranges changed: HUnit
Files
- extensible-effects.cabal +2/−2
extensible-effects.cabal view
@@ -6,7 +6,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 1.11.0.2+version: 1.11.0.3 -- A short (one-line) description of the package. synopsis: An Alternative to Monad Transformers@@ -145,7 +145,7 @@ build-depends: base >= 4.6 && < 5 , QuickCheck == 2.*- , HUnit == 1.2.*+ , HUnit >= 1.2 && < 1.4 , test-framework == 0.8.* , test-framework-hunit == 0.3.* , test-framework-quickcheck2 == 0.3.*