diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 0b00f0e932..9831897d44 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -131,7 +131,7 @@ jobs: cabal_version: 3.10.1.0 disable_sdist_build: "y" cabal_project: cabal.project - ignore_error: false + ignore_error: true - name: 9.4.7 ghc_version: 9.4.7 runner: ubuntu-latest diff --git a/streamly.cabal b/streamly.cabal index 475bda9e39..4e683cc9ae 100644 --- a/streamly.cabal +++ b/streamly.cabal @@ -266,6 +266,7 @@ common compile-options -Wno-monomorphism-restriction -Wno-prepositive-qualified-module -Wno-unsafe + -Wno-unused-packages -Rghc-timing if impl(ghc >= 9.2) @@ -528,8 +529,7 @@ library -- Network , network >= 2.6 && < 3.2 - if impl(ghc < 9.6) - build-depends: transformers-base >= 0.4 && < 0.5 + build-depends: transformers-base >= 0.4 && < 0.5 if flag(use-unliftio) build-depends: unliftio-core >= 0.2 && < 0.3