essence-of-live-coding-quickcheck 0.2.6 → 0.2.7
raw patch · 2 files changed
+6/−5 lines, 2 filesdep ~essence-of-live-codingsetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: essence-of-live-coding
API changes (from Hackage documentation)
Files
- Setup.hs +1/−0
- essence-of-live-coding-quickcheck.cabal +5/−5
Setup.hs view
@@ -1,2 +1,3 @@ import Distribution.Simple+ main = defaultMain
essence-of-live-coding-quickcheck.cabal view
@@ -1,5 +1,5 @@ name: essence-of-live-coding-quickcheck-version: 0.2.6+version: 0.2.7 synopsis: General purpose live coding framework - QuickCheck integration description: essence-of-live-coding is a general purpose and type safe live coding framework.@@ -26,19 +26,19 @@ source-repository head type: git- location: git@github.com:turion/essence-of-live-coding.git+ location: https://github.com/turion/essence-of-live-coding.git source-repository this type: git- location: git@github.com:turion/essence-of-live-coding.git- tag: v0.2.6+ location: https://github.com/turion/essence-of-live-coding.git+ tag: v0.2.7 library exposed-modules: LiveCoding.QuickCheck build-depends: base >= 4.11 && < 5- , essence-of-live-coding >= 0.2.6+ , essence-of-live-coding >= 0.2.7 , transformers >= 0.5 , syb >= 0.7 , QuickCheck >= 2.12