essence-of-live-coding-quickcheck 0.2.2 → 0.2.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~essence-of-live-codingPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: 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.2+version: 0.2.3 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: git@github.com:turion/essence-of-live-coding.git- tag: v0.2.2+ tag: v0.2.3 library exposed-modules: LiveCoding.QuickCheck build-depends: base >= 4.11 && < 5- , essence-of-live-coding >= 0.2.2+ , essence-of-live-coding >= 0.2.3 , transformers >= 0.5 , syb >= 0.7 , QuickCheck >= 2.12