Skip to content

Commit

Permalink
Normalize versio constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
michivi committed Mar 18, 2022
1 parent 6d27c8d commit 576b7aa
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions servant-hmac-auth.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ library
, http-client >= 0.6.4 && < 0.8
, memory >= 0.15 && < 0.17
, mtl ^>= 2.2.2
, servant ^>= 0.18 || ^>= 0.19
, servant-client ^>= 0.18 || ^>= 0.19
, servant-client-core ^>= 0.18 || ^>= 0.19
, servant-server ^>= 0.18 || ^>= 0.19
, servant >= 0.18 && < 0.20
, servant-client >= 0.18 && < 0.20
, servant-client-core >= 0.18 && < 0.20
, servant-server >= 0.18 && < 0.20
, transformers ^>= 0.5
, wai ^>= 3.2.2.1
executable readme
Expand All @@ -98,11 +98,11 @@ executable readme
buildable: False
main-is: README.lhs
build-depends: aeson >= 1.4 && < 1.6
, http-client
, servant
, http-client >= 0.6.4 && < 0.8
, servant >= 0.18 && < 0.20
, servant-hmac-auth
, servant-client
, servant-server
, servant-client >= 0.18 && < 0.20
, servant-server >= 0.18 && < 0.20
, warp ^>= 3.3.5
build-tool-depends: markdown-unlit:markdown-unlit
ghc-options: -pgmL markdown-unlit
Expand All @@ -113,20 +113,20 @@ executable examples-client
buildable: False
main-is: Main.hs
hs-source-dirs: examples/client
build-depends: http-client
, servant
build-depends: http-client >= 0.6.4 && < 0.8
, servant >= 0.18 && < 0.20
, servant-hmac-auth
, servant-client
, servant-client-core ^>= 0.18 || ^>= 0.19
, servant-client >= 0.18 && < 0.20
, servant-client-core >= 0.18 && < 0.20

executable examples-server
import: common-options
if !flag(build-examples)
buildable: False
main-is: Main.hs
hs-source-dirs: examples/server
build-depends: http-client
, servant
build-depends: http-client >= 0.6.4 && < 0.8
, servant >= 0.18 && < 0.20
, servant-hmac-auth
, servant-server
, wai ^>= 3.2.2.1
Expand All @@ -145,10 +145,10 @@ test-suite servant-hmac-auth-test
, hspec-golden ^>= 0.2
, http-client >= 0.6.4 && < 0.8
, http-types ^>= 0.12
, servant ^>= 0.18 || ^>= 0.19
, servant-client ^>= 0.18 || ^>= 0.19
, servant-client-core ^>= 0.18 || ^>= 0.19
, servant-server ^>= 0.18 || ^>= 0.19
, servant >= 0.18 && < 0.20
, servant-client >= 0.18 && < 0.20
, servant-client-core >= 0.18 && < 0.20
, servant-server >= 0.18 && < 0.20
, text
, transformers ^>= 0.5
, wai ^>= 3.2.2.1
Expand Down

0 comments on commit 576b7aa

Please sign in to comment.