Skip to content

Commit

Permalink
api: set upper bound on swagger2 to avoid build error (fixes #612)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Sep 10, 2017
1 parent c571c6f commit 4f55f8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hledger-api/hledger-api.cabal
Expand Up @@ -60,7 +60,7 @@ executable hledger-api
, safe
, servant-server >= 0.10
, servant-swagger
, swagger2
, swagger2 >= 2.1 && < 2.1.5
, text
, transformers
, wai
Expand Down
2 changes: 1 addition & 1 deletion hledger-api/package.yaml
Expand Up @@ -46,7 +46,7 @@ dependencies:
- safe
- servant-server >= 0.10
- servant-swagger
- swagger2
- swagger2 >= 2.1 && < 2.1.5
- text
- transformers
- wai
Expand Down

0 comments on commit 4f55f8d

Please sign in to comment.