llvm-hs 5.1.1 → 5.1.2
raw patch · 2 files changed
+8/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−1
- llvm-hs.cabal +3/−3
CHANGELOG.md view
@@ -1,4 +1,8 @@-## 5.1.1 (2017-12-26)+## 5.1.2 (2017-12-19)++* Reupload of 5.1.1 since [Hackage broke](https://github.com/haskell/hackage-server/issues/643) during the original upload.++## 5.1.1 (2017-12-16) * Fix argument order in `LLVM_Hs_CreateTargetMachine`. This affects `withTargetMachine` and `withHostTargetMachine`. * Add support for `MCTargetOptions`.
llvm-hs.cabal view
@@ -1,5 +1,5 @@ name: llvm-hs-version: 5.1.1+version: 5.1.2 license: BSD3 license-file: LICENSE author: Anthony Cowley, Stephen Diehl, Moritz Kiefer <moritz.kiefer@purelyfunctional.org>, Benjamin S. Scarlet@@ -80,7 +80,7 @@ template-haskell >= 2.5.0.0, containers >= 0.4.2.1, array >= 0.4.0.0,- llvm-hs-pure == 5.1.0+ llvm-hs-pure == 5.1.* hs-source-dirs: src extensions: NoImplicitPrelude@@ -245,7 +245,7 @@ tasty-quickcheck >= 0.8, QuickCheck >= 2.5.1.1, llvm-hs,- llvm-hs-pure == 5.1.0,+ llvm-hs-pure == 5.1.*, containers >= 0.4.2.1, mtl >= 2.1, transformers >= 0.3.0.0,