We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01bd96 commit 07a17f8Copy full SHA for 07a17f8
CHANGES.md
@@ -1,5 +1,6 @@
1
## 0.1.0.2 (2014-09-30)
2
3
+ * Allow base 4.9.
4
* Pass -march=i686 to C compilers to enable atomics
5
* Bump upper bound on text to 1.3
6
ekg-core.cabal
@@ -29,7 +29,7 @@ library
29
30
build-depends:
31
ghc-prim < 0.4,
32
- base >= 4.5 && < 4.8,
+ base >= 4.5 && < 4.9,
33
containers >= 0.5 && < 0.6,
34
text < 1.3,
35
unordered-containers < 0.3
0 commit comments