packages feed

llvm-general-pure 3.4.4.0 → 3.4.4.1

raw patch · 1 files changed

+6/−7 lines, 1 filesdep +transformers-compatdep ~llvm-general-puredep ~mtlPVP ok

version bump matches the API change (PVP)

Dependencies added: transformers-compat

Dependency ranges changed: llvm-general-pure, mtl

API changes (from Hackage documentation)

Files

llvm-general-pure.cabal view
@@ -1,5 +1,5 @@ name: llvm-general-pure-version: 3.4.4.0+version: 3.4.4.1 license: BSD3 license-file: LICENSE author: Benjamin S.Scarlet <fgthb0@greynode.net>@@ -14,8 +14,6 @@   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.-  .-  For haddock, see <http://bscarlet.github.io/llvm-general/3.4.4.0/doc/html/llvm-general-pure/index.html>.     source-repository head   type: git@@ -25,14 +23,15 @@   type: git   location: git://github.com/bscarlet/llvm-general.git   branch: llvm-3.4-  tag: v3.4.4.0+  tag: pure-v3.4.4.1  library   ghc-options: -fwarn-unused-imports   build-depends:      base >= 4.5.0.0 && < 5,     transformers >= 0.3.0.0,-    mtl >= 2.0.1.0,+    transformers-compat,+    mtl >= 2.1.3,     template-haskell >= 2.5.0.0,     containers >= 0.4.2.1,     setenv >= 0.1.0,@@ -80,9 +79,9 @@     HUnit >= 1.2.4.2,     test-framework-quickcheck2 >= 0.3.0.1,     QuickCheck >= 2.5.1.1,-    llvm-general-pure == 3.4.4.0,+    llvm-general-pure == 3.4.4.1,     containers >= 0.4.2.1,-    mtl >= 2.0.1.0+    mtl >= 2.1.3   hs-source-dirs: test   extensions:     TupleSections