packages feed

llvm 3.2.0.1 → 3.2.0.2

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~llvm-base

Dependency ranges changed: llvm-base

Files

CHANGELOG.md view
@@ -1,5 +1,8 @@ #ChangeLog +##New in 3.2.0.2++1. broken cabal file, fixed.  ##New in 3.2.0.1  
llvm.cabal view
@@ -1,5 +1,5 @@ name:          llvm-version:       3.2.0.1+version:       3.2.0.2 license:       BSD3 license-file:  LICENSE synopsis:      Bindings to the LLVM compiler toolkit.@@ -44,7 +44,7 @@     base >= 3 && < 5,     bytestring >= 0.9,     directory,-    llvm-base >= 3.2.0.1 && < 4,+    llvm-base >= 3.2.0.2 && < 4,     mtl,     process,     type-level,