llvm 0.6.0.2 → 0.6.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- LLVM.ExecutionEngine: getPointerToFunction :: Function f -> EngineAccess (FunPtr f)
- LLVM.FFI.ExecutionEngine: getPointerToGlobal :: ExecutionEngineRef -> ValueRef -> IO (FunPtr a)
Files
- llvm.cabal +2/−2
llvm.cabal view
@@ -1,5 +1,5 @@ name: llvm-version: 0.6.0.2+version: 0.6.0.3 license: BSD3 license-file: LICENSE synopsis: Bindings to the LLVM compiler toolkit@@ -58,7 +58,7 @@ build-depends: base < 2.0 || >= 2.2, bytestring >= 0.9, mtl, directory, process ghc-options: -Wall- cpp-options: -DHAS_GETPOINTERTOGLOBAL=1+ --cpp-options: -DHAS_GETPOINTERTOGLOBAL=1 if os(darwin) ld-options: -w /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib