Skip to content

Commit c55b6ee

Browse files
committed
beam-sqlite: bump Win32 bound
1 parent 60c9ea5 commit c55b6ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

beam-sqlite/beam-sqlite.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ library
5252

5353
if os(windows)
5454
cpp-options: -DWINDOWS
55-
build-depends: Win32 >=2.4 && <2.14
55+
build-depends: Win32 >=2.4 && <2.15
5656
if os(freebsd) || os(netbsd) || os(openbsd) || os(darwin) || os(linux) || os(solaris) || os(android)
5757
cpp-options: -DUNIX
5858
build-depends: unix >=2.0 && <2.9

0 commit comments

Comments
 (0)