Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Apr 24, 2021
1 parent d65e35d commit 8462372
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
needs: ormolu
strategy:
matrix:
cabal: ["3.2"]
cabal: ["3.4"]
ghc: ["8.6.5", "8.8.4", "8.10.3"]
env:
CONFIG: "--enable-tests --enable-benchmarks --flags=dev"
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
needs: ormolu
strategy:
matrix:
cabal: ["3.2"]
cabal: ["3.4"]
ghc: ["8.10.3"] # with older GHC dependencies fail to build
env:
CONFIG: "--enable-tests --enable-benchmarks --flags=dev"
Expand Down
8 changes: 4 additions & 4 deletions path-io.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ library
default-language: Haskell2010
build-depends:
base >=4.12 && <5.0,
containers -any,
containers,
directory >=1.3.2.0 && <1.4,
dlist >=0.8 && <2.0,
exceptions >=0.8 && <0.11,
Expand All @@ -39,7 +39,7 @@ library
temporary >=1.1 && <1.4,
time >=1.4 && <1.11,
transformers >=0.3 && <0.6,
unix-compat -any
unix-compat

if flag(dev)
ghc-options: -Wall -Werror
Expand All @@ -64,9 +64,9 @@ test-suite tests
hspec >=2.0 && <3.0,
filepath >=1.2 && <1.5,
path >=0.6 && <0.9,
path-io -any,
path-io,
transformers >=0.3 && <0.6,
unix-compat -any
unix-compat

if flag(dev)
ghc-options: -Wall -Werror
Expand Down

0 comments on commit 8462372

Please sign in to comment.