essence-of-live-coding-quickcheck 0.2.7 → 0.2.8
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basedep ~essence-of-live-codingPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, essence-of-live-coding
API changes (from Hackage documentation)
Files
essence-of-live-coding-quickcheck.cabal view
@@ -1,5 +1,5 @@ name: essence-of-live-coding-quickcheck-version: 0.2.7+version: 0.2.8 synopsis: General purpose live coding framework - QuickCheck integration description: essence-of-live-coding is a general purpose and type safe live coding framework.@@ -31,14 +31,14 @@ source-repository this type: git location: https://github.com/turion/essence-of-live-coding.git- tag: v0.2.7+ tag: v0.2.8 library exposed-modules: LiveCoding.QuickCheck build-depends:- base >= 4.11 && < 5- , essence-of-live-coding >= 0.2.7+ base >= 4.13 && < 4.21+ , essence-of-live-coding >= 0.2.8 , transformers >= 0.5 , syb >= 0.7 , QuickCheck >= 2.12