Skip to content

Commit 2e153e7

Browse files
committed
version 3.2.0.2 notes / changing cabal constraints to make sure llvm uses llvm base >= 3.2.0.2
1 parent fb5aea2 commit 2e153e7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#ChangeLog
22

3+
##New in 3.2.0.2
4+
5+
1. broken cabal file, fixed.
36

47
##New in 3.2.0.1
58

base/llvm-base.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: llvm-base
2-
version: 3.2.0.1
2+
version: 3.2.0.2
33
license: BSD3
44
license-file: LICENSE
55
synopsis: FFI bindings to the LLVM compiler toolkit.

llvm.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: llvm
2-
version: 3.2.0.1
2+
version: 3.2.0.2
33
license: BSD3
44
license-file: LICENSE
55
synopsis: Bindings to the LLVM compiler toolkit.
@@ -44,7 +44,7 @@ library
4444
base >= 3 && < 5,
4545
bytestring >= 0.9,
4646
directory,
47-
llvm-base >= 3.2.0.1 && < 4,
47+
llvm-base >= 3.2.0.2 && < 4,
4848
mtl,
4949
process,
5050
type-level,

0 commit comments

Comments
 (0)