packages feed

ats-pkg 2.0.0.2 → 2.0.0.4

raw patch · 3 files changed

+9/−3 lines, 3 filesdep ~shake-atsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: shake-ats

API changes (from Hackage documentation)

Files

README.md view
@@ -128,3 +128,9 @@ You may wish to consider [ats-setup](http://hackage.haskell.org/package/ats-setup) as well if you are packaging the Haskell for distribution.++### Calling Haskell from ATS++You can see a demo [here](https://github.com/vmchale/fast-arithmetic).+Currently, there is not generic `Storable` instance for ATS, so the process is+a bit more involved than I'd like it to be.
ats-pkg.cabal view
@@ -1,5 +1,5 @@ name:                ats-pkg-version:             2.0.0.2+version:             2.0.0.4 synopsis:            Package manager for ATS description:         A collection of scripts to make building ATS projects easy. homepage:            https://github.com/vmchale/ats-pkg#readme@@ -50,7 +50,7 @@                      , unix                      , lens                      , dhall-                     , shake-ats >= 0.3.0.3+                     , shake-ats >= 0.3.0.4                      , shake-ext >= 1.4.0.2                      , composition-prelude >= 1.1.0.2                      , optparse-applicative
stack.yaml view
@@ -4,7 +4,7 @@   - '.' extra-deps:   - shake-ext-1.4.0.8-  - shake-ats-0.3.0.3+  - shake-ats-0.3.0.4   - composition-prelude-1.1.0.2   - language-ats-0.1.1.8   - cli-setup-0.1.0.3