packages feed

hunit-dejafu 0.4.0.0 → 0.4.0.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~HUnitPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: HUnit

API changes (from Hackage documentation)

Files

hunit-dejafu.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                hunit-dejafu-version:             0.4.0.0+version:             0.4.0.1 synopsis:            Deja Fu support for the HUnit test framework.  description:@@ -33,7 +33,7 @@ source-repository this   type:     git   location: https://github.com/barrucadu/dejafu.git-  tag:      hunit-dejafu-0.4.0.0+  tag:      hunit-dejafu-0.4.0.1  library   exposed-modules:     Test.HUnit.DejaFu@@ -42,7 +42,7 @@   build-depends:       base       >=4.8 && <5                      , exceptions >=0.7 && <0.9                      , dejafu     >=0.5 && <0.6-                     , HUnit      >=1.2 && <1.6+                     , HUnit      >=1.2 && <1.7                      , random     >=1.0 && <1.2   -- hs-source-dirs:         default-language:    Haskell2010