Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion process.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ library

ghc-options: -Wall

build-depends: base >= 4.12.0.0 && < 4.22,
build-depends: base >= 4.12.0.0 && < 4.23,
directory >= 1.1 && < 1.4,
deepseq >= 1.1 && < 1.6

Expand Down
2 changes: 1 addition & 1 deletion test/process-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ common process-dep

custom-setup
setup-depends:
base >= 4.10 && < 4.22,
base >= 4.10 && < 4.23,
directory >= 1.1 && < 1.4,
filepath >= 1.2 && < 1.6,
Cabal >= 2.4 && < 3.14,
Expand Down