packages feed

essence-of-live-coding 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+17/−5 lines, 1 filesdep +foreign-storedep ~QuickCheckPVP ok

version bump matches the API change (PVP)

Dependencies added: foreign-store

Dependency ranges changed: QuickCheck

API changes (from Hackage documentation)

Files

essence-of-live-coding.cabal view
@@ -1,5 +1,5 @@ name:                essence-of-live-coding-version:             0.1.0.0+version:             0.1.0.1 synopsis: General purpose live coding framework description:   essence-of-live-coding is a general purpose and type safe live coding framework.@@ -17,11 +17,22 @@ license-file:        LICENSE author:              Manuel Bärenz maintainer:          programming@manuelbaerenz.de+homepage:            https://www.manuelbaerenz.de/#computerscience category:            FRP, Live coding build-type:          Simple extra-source-files:  CHANGELOG.md cabal-version:       >=1.10 +source-repository head+  type:     git+  location: git@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.1.0.1++ library   exposed-modules:       LiveCoding@@ -56,10 +67,11 @@    other-extensions:    DeriveDataTypeable   build-depends:-      base >=4.11 && <4.13+      base >= 4.11 && <4.13     , transformers == 0.5.*     , syb == 0.7.*     , vector-sized == 1.2.*+    , foreign-store   hs-source-dirs:      src   default-language:    Haskell2010 @@ -71,19 +83,19 @@     , TestData.Foo2   hs-source-dirs: test   build-depends:-      base >=4.11 && <4.13+      base >= 4.11 && <4.13     , syb == 0.7.*     , essence-of-live-coding     , test-framework == 0.8.*     , test-framework-quickcheck2 == 0.3.*-    , QuickCheck == 2.12.*+    , QuickCheck >= 2.12   default-language:    Haskell2010  executable TestExceptions   main-is: TestExceptions.hs   hs-source-dirs: app   build-depends:-      base >=4.11 && <4.13+      base >= 4.11 && <4.13     , essence-of-live-coding     , transformers == 0.5.*   default-language:    Haskell2010