llvm-general-pure 3.3.10.0 → 3.3.11.0
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~llvm-general-pure
Dependency ranges changed: llvm-general-pure
Files
- llvm-general-pure.cabal +5/−5
llvm-general-pure.cabal view
@@ -1,5 +1,5 @@ name: llvm-general-pure-version: 3.3.10.0+version: 3.3.11.0 license: BSD3 license-file: LICENSE author: Benjamin S.Scarlet <fgthb0@greynode.net>@@ -12,10 +12,10 @@ synopsis: Pure Haskell LLVM functionality (no FFI). description: llvm-general-pure is a set of pure Haskell types and functions for interacting with LLVM <http://llvm.org/>.- It includes an ADT to represent LLVM IR (<http://llvm.org/docs/LangRef.html>). The llvm-general package- builds on this one with FFI bindings to LLVM, but llvm-general-pure does not require LLVM to be available.+ It includes an ADT to represent LLVM IR (<http://llvm.org/docs/LangRef.html>). The llvm-general package+ builds on this one with FFI bindings to LLVM, but llvm-general-pure does not require LLVM to be available. .- For haddock, see <http://bscarlet.github.io/llvm-general/3.3.10.0/doc/html/llvm-general-pure/index.html>.+ For haddock, see <http://bscarlet.github.io/llvm-general/3.3.11.0/doc/html/llvm-general-pure/index.html>. source-repository head type: git@@ -74,7 +74,7 @@ HUnit >= 1.2.4.2, test-framework-quickcheck2 >= 0.3.0.1, QuickCheck >= 2.5.1.1,- llvm-general-pure == 3.3.10.0,+ llvm-general-pure == 3.3.11.0, containers >= 0.4.2.1, mtl >= 2.0.1.0 hs-source-dirs: test