Skip to content

Commit

Permalink
Change base constraint to >= 4.9 && < 5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbiehl committed Oct 11, 2024
1 parent bf65e84 commit 28e243e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion opentracing-http-client/opentracing-http-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ library
-Wcompat
-Wnoncanonical-monad-instances
build-depends:
base >= 4.9 && < 4.19
base >= 4.9 && < 5
, http-client >= 0.5
, lens >= 4.19
, mtl >= 2.2
Expand Down
2 changes: 1 addition & 1 deletion opentracing-jaeger/opentracing-jaeger.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ library
-Wnoncanonical-monad-instances
build-depends:
QuickCheck
, base >= 4.9 && < 4.19
, base >= 4.9 && < 5
, bytestring >= 0.10
, exceptions >= 0.8
, hashable >= 1.2
Expand Down
2 changes: 1 addition & 1 deletion opentracing-wai/opentracing-wai.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ library
-Wcompat
-Wnoncanonical-monad-instances
build-depends:
base >= 4.9 && < 4.19
base >= 4.9 && < 5
, lens >= 4.19
, opentracing >= 0.1
, text >= 1.2
Expand Down
2 changes: 1 addition & 1 deletion opentracing-zipkin-common/opentracing-zipkin-common.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ library
-Wnoncanonical-monad-instances
build-depends:
aeson >= 1.1
, base >= 4.9 && < 4.19
, base >= 4.9 && < 5
, opentracing >= 0.1
, text >= 1.2
default-language: Haskell2010
2 changes: 1 addition & 1 deletion opentracing-zipkin-v1/opentracing-zipkin-v1.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ library
-Wnoncanonical-monad-instances
build-depends:
QuickCheck >= 2.14
, base >= 4.9 && < 4.19
, base >= 4.9 && < 5
, bytestring >= 0.10
, exceptions >= 0.8
, hashable >= 1.2
Expand Down
2 changes: 1 addition & 1 deletion opentracing-zipkin-v2/opentracing-zipkin-v2.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ library
-Wnoncanonical-monad-instances
build-depends:
aeson >= 1.1
, base >= 4.9 && < 4.19
, base >= 4.9 && < 5
, base64-bytestring >= 1.0
, bytestring >= 0.10
, exceptions >= 0.8
Expand Down
2 changes: 1 addition & 1 deletion opentracing/opentracing.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ library
build-depends:
aeson >= 1.1
, async >= 2.1
, base >= 4.9 && < 4.19
, base >= 4.9 && < 5
, base64-bytestring >= 1.0
, bytestring >= 0.10
, case-insensitive >= 1.2
Expand Down

0 comments on commit 28e243e

Please sign in to comment.