Skip to content

Commit

Permalink
Merge pull request #31 from proda-ai/ghc-9.4
Browse files Browse the repository at this point in the history
Support GHC 9.0 through 9.8.
  • Loading branch information
L0neGamer authored Jul 31, 2024
2 parents c6a9760 + 15a9174 commit 9144242
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

* Support GHC 9.0 through 9.8.

## 0.2.5.0 (2020-06-15)

* Bugfix: when reporting counter values to statsd, send only the
Expand Down
10 changes: 6 additions & 4 deletions ekg-statsd.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ category: System
build-type: Simple
extra-source-files: CHANGES.md
cabal-version: >=1.10
tested-with: GHC == 8.10.1, GHC == 8.8.3, GHC == 8.6.5,
tested-with: GHC == 9.8.1, GHC == 9.6.4,
GHC == 9.4.3, GHC == 9.2.5, GHC == 9.0.2,
GHC == 8.10.1, GHC == 8.8.3, GHC == 8.6.5,
GHC == 8.4.4, GHC == 8.2.2, GHC == 8.0.2,
GHC == 7.10.3, GHC == 7.8.4, GHC == 7.6.3

Expand All @@ -23,12 +25,12 @@ library
System.Remote.Monitoring.Statsd

build-depends:
base >= 4.6 && < 4.15,
base >= 4.6 && < 4.20,
bytestring < 1.0,
ekg-core >= 0.1 && < 1.0,
network < 3.2,
text < 1.3,
time < 1.10,
text < 2.2,
time < 1.13,
unordered-containers < 0.3

default-language: Haskell2010
Expand Down

0 comments on commit 9144242

Please sign in to comment.