Skip to content

Commit

Permalink
Bounds for pantry
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed Aug 5, 2020
1 parent 21db78c commit f36409c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies:
- network-uri
- open-browser
- optparse-applicative
- pantry
- pantry >= 0.4 && < 0.5
- casa-client
- casa-types
- path
Expand Down
10 changes: 5 additions & 5 deletions stack.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 2.0
--
-- see: https://github.com/sol/hpack
--
-- hash: 09229f434502c702e4058371b91cc64f9e800aab8abe66fb228d8da3137558b7
-- hash: 17dc6f163aaf30f3b8f02ead2ff7a8d02ea19fb10d454c6ce77e01a7efea9754

name: stack
version: 2.3.2
Expand Down Expand Up @@ -272,7 +272,7 @@ library
, network-uri
, open-browser
, optparse-applicative
, pantry
, pantry >=0.4 && <0.5
, path
, path-io
, persistent
Expand Down Expand Up @@ -396,7 +396,7 @@ executable stack
, network-uri
, open-browser
, optparse-applicative
, pantry
, pantry >=0.4 && <0.5
, path
, path-io
, persistent
Expand Down Expand Up @@ -519,7 +519,7 @@ executable stack-integration-test
, open-browser
, optparse-applicative
, optparse-generic
, pantry
, pantry >=0.4 && <0.5
, path
, path-io
, persistent
Expand Down Expand Up @@ -647,7 +647,7 @@ test-suite stack-test
, network-uri
, open-browser
, optparse-applicative
, pantry
, pantry >=0.4 && <0.5
, path
, path-io
, persistent
Expand Down

0 comments on commit f36409c

Please sign in to comment.