ats-pkg 2.6.1.2 → 2.6.1.3
raw patch · 3 files changed
+3/−5 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ats-pkg.cabal +1/−1
- docs/manual.tex +1/−4
- src/Language/ATS/Package/Build/Cabal.hs +1/−0
ats-pkg.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: ats-pkg-version: 2.6.1.2+version: 2.6.1.3 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018 Vanessa McHale
docs/manual.tex view
@@ -17,7 +17,7 @@ \section{Introduction} -ATSpackage is a collection of build scripts written in Haskell. There are three+ATSpackage is a build tool for ATS written in Haskell. There are three things it accomplishes: \begin{enumerate}@@ -33,9 +33,6 @@ \textit{not} accomplish: \begin{enumerate}- \item Package management. ATSPackage does allow for \textit{reproducible}- builds, but it does not resolve dependencies. Future support for package- management is planned. \item Full flexibility of C. As ATSPackage is intended to simplify builds, it does not expose everything. This will likely not cause problems, provided that the libraries dependend on are written in C, ATS, or Haskell.
src/Language/ATS/Package/Build/Cabal.hs view
@@ -36,6 +36,7 @@ writeDummyFile :: IO () writeDummyFile =+ createDirectoryIfMissing True "dist-newstyle/lib" >> writeFile "dist-newstyle/lib/empty" "" cabalHooks :: UserHooks