Skip to content

Commit

Permalink
Bump base upper bound for GHC 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kim committed Sep 1, 2023
1 parent 96be8f4 commit 4ea4268
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions opentracing-examples/RPC.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import Backends
import Control.Concurrent (threadDelay)
import Control.Concurrent.Async
import Control.Lens
import Control.Monad (unless, void)
import Control.Monad.Catch
import Control.Monad.Fix
import Control.Monad.Managed
Expand Down
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.18
base >= 4.9 && < 4.19
, 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.18
, base >= 4.9 && < 4.19
, 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.18
base >= 4.9 && < 4.19
, 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.18
, base >= 4.9 && < 4.19
, 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.18
, base >= 4.9 && < 4.19
, 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.18
, base >= 4.9 && < 4.19
, 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.18
, base >= 4.9 && < 4.19
, base64-bytestring >= 1.0
, bytestring >= 0.10
, case-insensitive >= 1.2
Expand Down

0 comments on commit 4ea4268

Please sign in to comment.