Skip to content

Commit

Permalink
Merge pull request #4 from input-output-hk/js/fix-versions
Browse files Browse the repository at this point in the history
Fix versions to what is released on Hackage
  • Loading branch information
jasagredo authored Nov 13, 2023
2 parents 55edb2f + 45d2b92 commit f5e0d19
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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

0 comments on commit f5e0d19

Please sign in to comment.