llvm-general 3.3.4.2 → 3.3.4.3
raw patch · 1 files changed
+4/−2 lines, 1 files
Files
- llvm-general.cabal +4/−2
llvm-general.cabal view
@@ -1,5 +1,5 @@ name: llvm-general-version: 3.3.4.2+version: 3.3.4.3 license: BSD3 license-file: LICENSE author: Benjamin S.Scarlet <fgthb0@greynode.net>@@ -15,6 +15,8 @@ it uses an ADT to represent LLVM IR (<http://llvm.org/docs/LangRef.html>), and so offers two advantages: it handles almost all of the stateful complexities of using the LLVM API to build IR; and it supports moving IR not only from Haskell into LLVM C++ objects, but the other direction - from LLVM C++ into Haskell.+ .+ For haddock, see <http://bscarlet.github.io/llvm-general/3.3.4.3/doc/html/llvm-general/index.html>. extra-source-files: src/LLVM/General/Internal/FFI/Analysis.h src/LLVM/General/Internal/FFI/Constant.h@@ -35,7 +37,7 @@ type: git location: git://github.com/bscarlet/llvm-general.git branch: llvm-3.3- tag: v3.3.4.2+ tag: v3.3.4.3 flag shared-llvm description: link against llvm shared rather than static library