shake-ats 0.2.0.1 → 0.2.0.4
raw patch · 3 files changed
+2/−12 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- shake-ats.cabal +1/−2
- src/Development/Shake/ATS.hs +1/−1
- stack.yaml +0/−9
shake-ats.cabal view
@@ -1,5 +1,5 @@ name: shake-ats-version: 0.2.0.1+version: 0.2.0.4 synopsis: Utilities for building ATS projects with shake description: Various helper functions for building [ATS](http://www.ats-lang.org/) with the [shake](http://shakebuild.com/) library homepage: https://github.com/vmchale/shake-ats#readme@@ -11,7 +11,6 @@ category: Development, Build, ATS build-type: Simple extra-doc-files: README.md-extra-source-files: stack.yaml cabal-version: 1.18 Flag development {
src/Development/Shake/ATS.hs view
@@ -48,7 +48,7 @@ h <- patsHome v' let home = h ++ "lib/ats2-postiats-" ++ show v let atsArgs = [EchoStderr False, AddEnv "PATSHOME" home]- patsc = "patsopt"+ patsc = home ++ "/bin/patsopt" command atsArgs patsc ["--output", out, "-dd", sourceFile, "-cc"] gcFlag :: Bool -> String
− stack.yaml
@@ -1,9 +0,0 @@-----resolver: lts-10.3-packages:- - '.'-extra-deps: []-flags:- shake-ats:- development: false-extra-package-dbs: []