Skip to content

Commit 07a17f8

Browse files
committed
Update changelog for 0.1.0.2 to mention base dep
1 parent e01bd96 commit 07a17f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 0.1.0.2 (2014-09-30)
22

3+
* Allow base 4.9.
34
* Pass -march=i686 to C compilers to enable atomics
45
* Bump upper bound on text to 1.3
56

ekg-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ library
2929

3030
build-depends:
3131
ghc-prim < 0.4,
32-
base >= 4.5 && < 4.8,
32+
base >= 4.5 && < 4.9,
3333
containers >= 0.5 && < 0.6,
3434
text < 1.3,
3535
unordered-containers < 0.3

0 commit comments

Comments
 (0)