File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 1.18
2
2
name : ekg-core
3
- version : 0.1.1.7
3
+ version : 0.1.1.8
4
4
synopsis : Tracking of system metrics
5
5
description : This library lets you defined and track system metrics.
6
6
homepage : https://github.com/tibbe/ekg-core
@@ -16,15 +16,19 @@ category: System
16
16
build-type : Simple
17
17
extra-source-files : CHANGES.md
18
18
tested-with :
19
- GHC == 7.6.3
20
- || == 7.8.4
21
- || == 7.10.3
22
- || == 8.0.2
19
+ GHC == 8.0.2
23
20
|| == 8.2.2
24
21
|| == 8.4.4
25
22
|| == 8.6.5
26
23
|| == 8.8.3
27
- || == 8.10.1
24
+ || == 8.10.7
25
+ || == 9.0.2
26
+ || == 9.2.8
27
+ || == 9.4.8
28
+ || == 9.6.4
29
+ || == 9.6.6
30
+ || == 9.8.2
31
+ || == 9.10.1
28
32
29
33
library
30
34
exposed-modules :
@@ -41,10 +45,9 @@ library
41
45
System.Metrics.ThreadId
42
46
43
47
build-depends :
44
- base >= 4.6 && < 4.16
48
+ base >= 4.6 && < 4.21
45
49
, containers >= 0.5 && < 0.7
46
- , ghc-prim < 0.8
47
- , text < 1.3
50
+ , text < 2.2
48
51
, unordered-containers < 0.3
49
52
50
53
default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments