Skip to content

Commit 761bd59

Browse files
authored
Merge pull request #58 from ysangkok/remove-upper-cabal-bound
Remove upper Cabal bound
2 parents b110125 + ff0d40a commit 761bd59

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)