Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit 33ff97d

Browse files
committed
allow Win32 version 2.13
compare haskellari#24
1 parent 3d64a40 commit 33ff97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql-libpq.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ library
7171
build-depends: unix >=2.4.2.0 && <2.8
7272

7373
if os(windows)
74-
build-depends: Win32 >=2.2.0.2 && <2.11
74+
build-depends: Win32 >=2.2.0.2 && <2.14
7575

7676
ghc-options: -Wall
7777

0 commit comments

Comments
 (0)