Skip to content

Commit a328059

Browse files
committed
fix(eventlog-live-otelcol): lower data-default bound
1 parent d1f8e64 commit a328059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eventlog-live-otelcol/eventlog-live-otelcol.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ library
121121
, aeson >=2.2 && <2.3
122122
, base >=4.16 && <4.22
123123
, bytestring >=0.11 && <0.13
124-
, data-default >=0.8 && <0.9
124+
, data-default >=0.2 && <0.9
125125
, dlist >=1.0 && <1.1
126126
, eventlog-live >=0.3 && <0.4
127127
, ghc-events >=0.20 && <0.21

0 commit comments

Comments
 (0)