MuCheck-SmallCheck 0.3.0.0 → 0.3.0.4
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~MuCheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: MuCheck
API changes (from Hackage documentation)
Files
- MuCheck-SmallCheck.cabal +4/−4
MuCheck-SmallCheck.cabal view
@@ -1,5 +1,5 @@ name: MuCheck-SmallCheck-version: 0.3.0.0+version: 0.3.0.4 synopsis: Automated Mutation Testing for SmallCheck tests description: This package contains the test adapter for SmallCheck tests to use it with MuCheck homepage: https://bitbucket.com/osu-testing/mucheck-smallcheck@@ -19,12 +19,12 @@ source-repository this type: git location: https://bitbucket.org/osu-testing/mucheck-smallcheck.git- tag: 0.3.0.0+ tag: 0.3.0.4 executable mucheck-smallcheck build-depends: base >=4 && <5, smallcheck == 1.1.1,- MuCheck== 0.3.0.0+ MuCheck== 0.3.0.* default-language: Haskell2010 hs-source-dirs: src main-is: Main.hs@@ -34,7 +34,7 @@ exposed-modules: Test.MuCheck.TestAdapter.SmallCheck build-depends: base >=4 && <5, smallcheck == 1.1.1,- MuCheck==0.3.0.0+ MuCheck==0.3.0.* default-language: Haskell2010 hs-source-dirs: src