packages feed

jsaddle-warp 0.8.0.0 → 0.8.2.0

raw patch · 1 files changed

+5/−3 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

jsaddle-warp.cabal view
@@ -1,5 +1,5 @@ name: jsaddle-warp-version: 0.8.0.0+version: 0.8.2.0 cabal-version: >=1.10 build-type: Simple license: MIT@@ -17,6 +17,7 @@ source-repository head     type: git     location: https://github.com/ghcjs/jsaddle+    subdir: jsaddle-warp  library @@ -45,9 +46,10 @@     ghc-options: -ferror-spans -Wall  test-suite test-tool+    if impl(ghcjs -any) || os(ios)+        buildable: False -    if !impl(ghcjs -any)-        build-depends:+    build-depends:             QuickCheck -any,             bytestring -any,             deepseq -any,