essence-of-live-coding-quickcheck 0.1.0.1 → 0.1.0.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
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.1.0.1+version: 0.1.0.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,13 +31,13 @@ source-repository this type: git location: git@github.com:turion/essence-of-live-coding.git- tag: v0.1.0.1+ tag: v0.1.0.3 library exposed-modules: LiveCoding.QuickCheck build-depends:- base >= 4.11 && < 4.13+ base >= 4.11 && < 5 , essence-of-live-coding , transformers == 0.5.* , syb == 0.7.*