Skip to content

Commit beec872

Browse files
committed
bump versions in ekg-core
1 parent 5b3a3b0 commit beec872

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

ekg-core.cabal

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.18
22
name: ekg-core
3-
version: 0.1.1.7
3+
version: 0.1.1.8
44
synopsis: Tracking of system metrics
55
description: This library lets you defined and track system metrics.
66
homepage: https://github.com/tibbe/ekg-core
@@ -16,15 +16,19 @@ category: System
1616
build-type: Simple
1717
extra-source-files: CHANGES.md
1818
tested-with:
19-
GHC ==7.6.3
20-
|| ==7.8.4
21-
|| ==7.10.3
22-
|| ==8.0.2
19+
GHC ==8.0.2
2320
|| ==8.2.2
2421
|| ==8.4.4
2522
|| ==8.6.5
2623
|| ==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
2832

2933
library
3034
exposed-modules:
@@ -41,10 +45,9 @@ library
4145
System.Metrics.ThreadId
4246

4347
build-depends:
44-
base >=4.6 && <4.16
48+
base >=4.6 && <4.21
4549
, containers >=0.5 && <0.7
46-
, ghc-prim <0.8
47-
, text <1.3
50+
, text <2.2
4851
, unordered-containers <0.3
4952

5053
default-language: Haskell2010

0 commit comments

Comments
 (0)