essence-of-live-coding-warp 0.2.2 → 0.2.3
raw patch · 1 files changed
+4/−4 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-warp.cabal view
@@ -1,5 +1,5 @@ name: essence-of-live-coding-warp-version: 0.2.2+version: 0.2.3 synopsis: General purpose live coding framework description: essence-of-live-coding is a general purpose and type safe live coding framework.@@ -33,7 +33,7 @@ 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:@@ -44,7 +44,7 @@ , http-types >= 0.12.3 , wai >= 3.2.2.1 , warp >= 3.3.13- , essence-of-live-coding >= 0.2.2+ , essence-of-live-coding >= 0.2.3 hs-source-dirs: src default-language: Haskell2010 default-extensions: StrictData@@ -56,6 +56,6 @@ build-depends: base >= 4.11 && < 5 , http-client >= 0.7.1- , essence-of-live-coding >= 0.2.2+ , essence-of-live-coding >= 0.2.3 , essence-of-live-coding-warp default-language: Haskell2010