Skip to content
Merged
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
8 changes: 4 additions & 4 deletions co-log-json/co-log-json.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: co-log-json
version: 0.1.0.0
version: 0.1.0.1
synopsis: Structured messages support in co-log ecosystem.
description:

Expand Down Expand Up @@ -70,9 +70,9 @@ library
FlexibleContexts
build-depends:
base >=4.11 && <5
, aeson >= 2.0 && < 2.2
, bytestring >=0.10 && < 0.12
, text >=1.2 && < 2.1
, aeson >= 2.0 && < 2.3
, bytestring >=0.10 && < 0.13
, text >=1.2 && < 2.2
, containers ^>=0.6
, co-log-core >=0.2 && < 0.4
, string-conv >=0.1 && < 0.3
Expand Down
Loading