shake-ext 1.2.0.0 → 1.2.0.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- shake-ext.cabal +1/−1
- src/Development/Shake/ATS.hs +1/−1
shake-ext.cabal view
@@ -1,5 +1,5 @@ name: shake-ext-version: 1.2.0.0+version: 1.2.0.1 synopsis: Helper functions for linting with shake description: This package provides several linters out of the box, as well as functionality for building ATS source files with [shake](http://shakebuild.com/). homepage: https://hub.darcs.net/vmchale/shake-ext
src/Development/Shake/ATS.hs view
@@ -72,7 +72,7 @@ let toLibs = fmap ("-l" <>) command [EchoStderr False, AddEnv "PATSHOME" home]- "patscc"+ (home ++ "/bin/patscc") ([sourceFile, "-atsccomp", "gcc -flto -I" ++ h ++ "/ccomp/runtime/ -I" ++ h, gcFlag gc, "-o", out, "-cleanaft", "-O2", "-mtune=native", "-flto"] <> toLibs libs) -- | Build a @.lats@ file.