test-simple 0.1.7 → 0.1.8
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~QuickCheck
Dependency ranges changed: QuickCheck
Files
- test-simple.cabal +3/−3
test-simple.cabal view
@@ -1,5 +1,5 @@ Name: test-simple-Version: 0.1.7+Version: 0.1.8 License: BSD3 License-File: COPYING Copyright: Boris Sukholitko, 2014@@ -19,7 +19,7 @@ library build-depends: base < 5, mtl, template-haskell, state-plus >= 0.1.1 && < 0.2- , QuickCheck >= 2.7.6 && < 2.8+ , QuickCheck >= 2.7.6 && < 2.9 hs-source-dirs: src ghc-options: -Wall exposed-modules: Test.Simple@@ -27,7 +27,7 @@ test-suite Main type: exitcode-stdio-1.0 build-depends: base < 5, test-simple, process, executable-path, mtl- , QuickCheck >= 2.7.6 && < 2.8+ , QuickCheck >= 2.7.6 && < 2.9 ghc-options: -Wall hs-source-dirs: tests main-is: Main.hs