Skip to content

Commit

Permalink
cabal.project: add constraint to make valid build plans.
Browse files Browse the repository at this point in the history
  • Loading branch information
debug-ito committed Sep 13, 2024
1 parent 0e84e4a commit 109d12f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ write-ghc-environment-files: ghc8.4.4+
packages: .

allow-newer: all
constraints: filepath <1.5
-- ^ The above constraint is necessary to cancel the effect of "allow-newer" on filepath.
-- 'unix' package (without "os-string" flag) has the above constraint, which is necessary to make a valid build plan.

0 comments on commit 109d12f

Please sign in to comment.