Skip to content

Commit ff0d40a

Browse files
committed
Remove upper Cabal bound
This enables building with the 3.6 series of Cabal-install.
1 parent b110125 commit ff0d40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HDBC-postgresql.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Build-Type: Custom
2121
Cabal-Version: >=1.10
2222

2323
custom-setup
24-
setup-depends: Cabal >= 1.8 && < 3.5, base < 5
24+
setup-depends: Cabal >= 1.8, base < 5
2525

2626
Flag splitBase
2727
description: Choose the new smaller, split-up package.

0 commit comments

Comments
 (0)