sv-core 0.2.2 → 0.3
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~QuickCheckdep ~tasty
Dependency ranges changed: QuickCheck, tasty
Files
- changelog.md +5/−0
- sv-core.cabal +2/−2
changelog.md view
@@ -1,5 +1,10 @@ # Revision history for sv-core +## 0.3 -- 2018-09-26++* Re-release 0.2.2 as 0.3 due to a change in error messages that+ broke sv's tests+ ## 0.2.2 -- 2018-08-23 * Add `rational` and `withTextReadable`.
sv-core.cabal view
@@ -1,5 +1,5 @@ name: sv-core-version: 0.2.2+version: 0.3 license: BSD3 license-file: LICENCE author: George Wilson@@ -95,7 +95,7 @@ , text >= 1.0 && < 1.3 , validation >= 1 && < 1.1 , vector >= 0.10 && < 0.13- , QuickCheck >= 2.10 && < 2.12+ , QuickCheck >= 2.10 && < 2.13 ghc-options: -Wall hs-source-dirs: