Skip to content

Commit

Permalink
Allow wai-extra 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robx authored and steve-chavez committed Sep 22, 2020
1 parent 7af54c5 commit 807dae1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions postgrest.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ library
, vector >= 0.11 && < 0.13
, wai >= 3.2.1 && < 3.3
, wai-cors >= 0.2.5 && < 0.3
, wai-extra >= 3.0.19 && < 3.1
, wai-extra >= 3.0.19 && < 3.2
, wai-middleware-static >= 0.8.1 && < 0.9
default-language: Haskell2010
default-extensions: OverloadedStrings
Expand Down Expand Up @@ -204,7 +204,7 @@ test-suite spec
, time >= 1.6 && < 1.11
, transformers-base >= 0.4.4 && < 0.5
, wai >= 3.2.1 && < 3.3
, wai-extra >= 3.0.19 && < 3.1
, wai-extra >= 3.0.19 && < 3.2
default-language: Haskell2010
default-extensions: OverloadedStrings
QuasiQuotes
Expand Down Expand Up @@ -248,4 +248,4 @@ Test-Suite spec-querycost
, time >= 1.6 && < 1.11
, transformers-base >= 0.4.4 && < 0.5
, wai >= 3.2.1 && < 3.3
, wai-extra >= 3.0.19 && < 3.1
, wai-extra >= 3.0.19 && < 3.2

0 comments on commit 807dae1

Please sign in to comment.