blob: d3ae028c1991bf73b8ea89d02a2904ebe270a0e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- ekg-json.cabal.orig 2018-04-22 20:52:14 UTC
+++ ekg-json.cabal
@@ -20,8 +20,8 @@ library
exposed-modules:
System.Metrics.Json
build-depends:
- aeson >=0.4 && < 1.3,
- base >= 4.5 && < 4.11,
+ aeson >=0.4 && < 1.4,
+ base >= 4.5 && < 4.12,
ekg-core >= 0.1 && < 0.2,
text < 1.3,
unordered-containers < 0.3
|