We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad7823 commit 93be74fCopy full SHA for 93be74f
postgrest.cabal
@@ -150,8 +150,7 @@ library
150
-- for unix sockets; this is tested in test/io/test_io.py. See
151
-- https://github.com/kazu-yamamoto/logger/commit/3a71ca70afdbb93d4ecf0083eeba1fbbbcab3fc3
152
, wai-logger >= 2.4.0
153
- , warp >= 3.3.19 && < 3.4
154
- -- -fno-spec-constr may help keep compile time memory use in check,
+ , warp >=3.3.19 && <3.5,
155
-- see https://gitlab.haskell.org/ghc/ghc/issues/16017#note_219304
156
-- -optP-Wno-nonportable-include-path
157
-- prevents build failures on case-insensitive filesystems (macos),
0 commit comments