llvm-general 3.2.4.6 → 3.2.4.7
raw patch · 1 files changed
+4/−3 lines, 1 files
Files
- llvm-general.cabal +4/−3
llvm-general.cabal view
@@ -1,5 +1,5 @@ name: llvm-general-version: 3.2.4.6+version: 3.2.4.7 license: BSD3 license-file: LICENSE author: Benjamin S.Scarlet <fgthb0@greynode.net>@@ -16,7 +16,7 @@ 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.2.4.6/doc/html/llvm-general/index.html>.+ For haddock, see <http://bscarlet.github.io/llvm-general/3.2.4.7/doc/html/llvm-general/index.html>. extra-source-files: src/LLVM/General/Internal/FFI/Analysis.h src/LLVM/General/Internal/FFI/Function.h@@ -37,7 +37,7 @@ type: git location: git://github.com/bscarlet/llvm-general.git branch: llvm-3.2- tag: v3.2.4.6+ tag: v3.2.4.7 flag shared-llvm description: link against llvm shared rather than static library@@ -71,6 +71,7 @@ FlexibleContexts FlexibleInstances StandaloneDeriving+ ConstraintKinds exposed-modules: LLVM.General LLVM.General.AST