Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix versions to what is released on Hackage #4

Merged
merged 1 commit into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ekg-core/ekg-core.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ekg-core
version: 0.1.2.0
version: 0.1.1.7
synopsis: Tracking of system metrics
description: This library lets you define and track system metrics.
homepage: https://github.com/input-output-hk/ekg
Expand Down
4 changes: 2 additions & 2 deletions ekg-json/ekg-json.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ekg-json
version: 0.1.1.0
version: 0.1.0.6
license: BSD-3-Clause
license-file: LICENSE
maintainer:
Expand Down Expand Up @@ -42,6 +42,6 @@ library
build-depends:
, aeson ^>=2.2
, base >=4.11 && <4.20
, ekg-core ^>=0.1.2
, ekg-core ^>= 0.1
, text >=1.2.4 && <2.2
, unordered-containers <0.3
6 changes: 3 additions & 3 deletions ekg/ekg.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ekg
version: 0.4.1.0
version: 0.4.0.15
license: BSD-3-Clause
license-file: LICENSE
maintainer:
Expand Down Expand Up @@ -75,8 +75,8 @@ library
, aeson ^>=2.2
, base >=4.11 && <5
, bytestring >=0.10 && <1.0
, ekg-core ^>=0.1.2
, ekg-json ^>=0.1.1
, ekg-core ^>=0.1
, ekg-json ^>=0.1
, filepath ^>=1.4
, network >=2.6 && <3.2
, snap-core ^>=1.0.5
Expand Down