Skip to content

Commit 6f027ff

Browse files
authored
Merge pull request #1509 from frasertweedale/fix-package-blocking
constraints: actually forbid the unwanted packages
2 parents 8b5f771 + cb77207 commit 6f027ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cabal.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ packages:
99
-----------------------------------------------------------------------------
1010
-- Anti-constraints
1111

12-
-- make sure we don't accidentally pick up blacklisted packages
13-
constraints: foundation -none, cryptonite -none, cryptohash -none
12+
-- make sure we don't accidentally pick up forbidden packages
13+
constraints: foundation < 0, cryptonite < 0, cryptohash < 0
1414

1515
-----------------------------------------------------------------------------
1616
-- Modded lib:Cabal

0 commit comments

Comments
 (0)