cabal-test-quickcheck 0.1.1 → 0.1.2
raw patch · 2 files changed
+8/−8 lines, 2 filesdep ~Cabaldep ~QuickCheckdep ~base
Dependency ranges changed: Cabal, QuickCheck, base
Files
cabal-test-quickcheck.cabal view
@@ -1,5 +1,5 @@ name: cabal-test-quickcheck-version: 0.1.1+version: 0.1.2 homepage: https://github.com/zimothy/cabal-test-quickcheck license: MIT license-file: LICENSE@@ -23,9 +23,9 @@ Distribution.TestSuite.QuickCheck build-depends:- base >= 4.6.0 && < 4.7,- Cabal >= 1.16.0 && < 1.19,- QuickCheck >= 2.6 && < 2.7+ base >= 4.6.0 && < 4.8,+ Cabal >= 1.16.0 && < 1.21,+ QuickCheck >= 2.6 && < 2.8 test-suite example type: detailed-0.9@@ -35,11 +35,11 @@ default-language: Haskell2010 build-depends:- base >= 4.6 && < 4.7,- Cabal >= 1.16 && < 1.19,+ base >= 4.6 && < 4.8,+ Cabal >= 1.20 && < 1.21, cabal-test-quickcheck source-repository head type: git- location: git://github.com/zimothy/cabal-test-quickcheck.git+ location: git://github.com/zmthy/cabal-test-quickcheck.git
dist/build/exampleStub/exampleStub-tmp/exampleStub.hs view
@@ -1,5 +1,5 @@ module Main ( main ) where-import Distribution.Simple.Test ( stubMain )+import Distribution.Simple.Test.LibV09 ( stubMain ) import Example ( tests ) main :: IO () main = stubMain tests