Skip to content

Commit

Permalink
Merge pull request #1508 from haskell-servant/fix-servant-swagger-build
Browse files Browse the repository at this point in the history
Fix servant-swagger Cabal
  • Loading branch information
Gaël Deest committed Jan 18, 2022
2 parents c388c5e + e8c301a commit 3493d13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion servant-swagger/servant-swagger.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ source-repository head
custom-setup
setup-depends:
base >=4.9 && <5,
Cabal >= 1.24 && < 3.5,
cabal-doctest >=1.0.6 && <1.1

library
Expand Down Expand Up @@ -91,7 +92,7 @@ test-suite doctests
build-depends:
base,
directory >= 1.0,
doctest >= 0.18 && <0.19,
doctest >= 0.17 && <0.19,
servant,
QuickCheck,
filepath
Expand Down
1 change: 1 addition & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ packages:
- servant-conduit
- servant-machines/
- servant-pipes/
- servant-swagger/

# allow-newer: true # ignores all bounds, that's a sledgehammer
# - doc/tutorial/
Expand Down

0 comments on commit 3493d13

Please sign in to comment.