packages feed

essence-of-live-coding-gloss 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-gloss.cabal view
@@ -1,5 +1,5 @@ name:                essence-of-live-coding-gloss-version:             0.1.0.1+version:             0.1.0.3 synopsis: General purpose live coding framework - Gloss backend description:   essence-of-live-coding is a general purpose and type safe live coding framework.@@ -32,7 +32,7 @@ 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:@@ -41,7 +41,7 @@     LiveCoding.Gloss.GHCi     LiveCoding.Gloss.PictureM   build-depends:-      base >= 4.11 && <4.13+      base >= 4.11 && < 5     , syb     , transformers     , essence-of-live-coding