llvm-ffi 3.9.0 → 3.9.1
raw patch · 2 files changed
+6/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ LLVM.FFI.Support.Host: data FeatureIterator
+ LLVM.FFI.Support.Host: data FeatureMap
+ LLVM.FFI.Support.Host: type FeatureIteratorRef = Ptr FeatureIterator
+ LLVM.FFI.Support.Host: type FeatureMapRef = Ptr FeatureMap
Files
- llvm-ffi.cabal +2/−2
- src/LLVM/FFI/Support/Host.hs +4/−0
llvm-ffi.cabal view
@@ -1,6 +1,6 @@ Cabal-Version: 2.2 Name: llvm-ffi-Version: 3.9.0+Version: 3.9.1 License: BSD-3-Clause License-File: LICENSE Synopsis: FFI bindings to the LLVM compiler toolkit.@@ -97,7 +97,7 @@ Location: http://hub.darcs.net/thielema/llvm-ffi/ Source-Repository this- Tag: 3.9.0+ Tag: 3.9.1 Type: darcs Location: http://hub.darcs.net/thielema/llvm-ffi/
src/LLVM/FFI/Support/Host.hs view
@@ -4,6 +4,10 @@ {-# LANGUAGE DeriveDataTypeable #-} module LLVM.FFI.Support.Host (+ FeatureMap,+ FeatureMapRef,+ FeatureIterator,+ FeatureIteratorRef, getHostCPUName, getHostFeatures, freeFeatures,