diff --git a/.github/workflows/packcheck.yml b/.github/workflows/packcheck.yml index 0f491a0..792ddc7 100644 --- a/.github/workflows/packcheck.yml +++ b/.github/workflows/packcheck.yml @@ -22,7 +22,7 @@ jobs: # ------------------------------------------------------------------------ CABAL_CHECK_RELAX: y CABAL_NO_SANDBOX: y - CABAL_PROJECT: cabal.project.user + # CABAL_PROJECT: cabal.project.user # ------------------------------------------------------------------------ # Location of packcheck.sh @@ -90,7 +90,7 @@ jobs: ghc-version: ${{ matrix.ghc_version }} cabal-version: ${{ matrix.cabal_version }} - - uses: actions/cache@v1 + - uses: actions/cache@v4 name: Cache ~/.cabal with: path: ~/.cabal diff --git a/cabal.project.user b/cabal.project.user index 211b081..e6fdbad 100644 --- a/cabal.project.user +++ b/cabal.project.user @@ -1,6 +1 @@ packages: . - -source-repository-package - type: git - location: https://github.com/composewell/streamly-process.git - tag: v0.3.1 diff --git a/packdiff.cabal b/packdiff.cabal index e8315f9..ae9b3e5 100644 --- a/packdiff.cabal +++ b/packdiff.cabal @@ -49,7 +49,7 @@ executable packdiff -- other-extensions: build-depends: base >= 4.10 && < 4.20 , streamly-core >= 0.1.0 - , streamly-process == 0.3.1.* + , streamly-process >= 0.3.1 , packdiff , containers hs-source-dirs: cli