apiary-purescript 0.14.0 → 0.14.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~apiaryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: apiary
API changes (from Hackage documentation)
Files
- apiary-purescript.cabal +2/−2
apiary-purescript.cabal view
@@ -1,5 +1,5 @@ name: apiary-purescript-version: 0.14.0+version: 0.14.0.1 synopsis: purescript compiler for apiary web framework. description: example: <https://github.com/philopon/apiary/blob/master/examples/pureScript.hs>@@ -22,7 +22,7 @@ other-modules: Web.Apiary.PureScript.Internal build-depends: base >=4.6 && <4.8 , template-haskell- , apiary >=0.14 && <0.15+ , apiary >=0.14 && <0.16 , purescript >=0.5 && <0.6 , filepath >=1.3 && <1.4 , utf8-string >=0.3 && <0.4