llvm-hs 4.0.0.0 → 4.0.1.0
raw patch · 2 files changed
+2/−2 lines, 2 filessetup-changedPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Setup.hs +1/−1
- llvm-hs.cabal +1/−1
Setup.hs view
@@ -142,7 +142,7 @@ Nothing -> "--link-static" Just shared -> if shared then "--link-shared" else "--link-static" libs <- getLibs ["--libs", linkFlag]- systemLibs <- getLibs ["--system-libs"]+ systemLibs <- getLibs ["--system-libs", linkFlag] let genericPackageDescription' = genericPackageDescription { condLibrary = do
llvm-hs.cabal view
@@ -1,5 +1,5 @@ name: llvm-hs-version: 4.0.0.0+version: 4.0.1.0 license: BSD3 license-file: LICENSE author: Anthony Cowley, Stephen Diehl, Moritz Kiefer <moritz.kiefer@purelyfunctional.org>, Benjamin S. Scarlet