Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand cabal bounds #38

Merged
merged 2 commits into from
Jun 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .azure/azure-linux-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
ARGS: "--stack-yaml stack-persistent-211.yaml"
persistent 2.13:
ARGS: "--stack-yaml stack-persistent-213.yaml"
Cabal 3.4.0.0:
ARGS: "--stack-yaml stack-cabal-3.4.yaml"
maxParallel: 6
steps:
- script: |
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies:
- persistent
- persistent-sqlite >= 2.9.3
- persistent-template
- Cabal >= 3 && < 3.3
- Cabal >= 3 && < 3.5
- path-io
- rio-orphans
- conduit-extra
Expand Down
6 changes: 3 additions & 3 deletions pantry.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 339dac5ed1a5c1ff7d64ece01352e881e1006e2a941ed185d3d2aa0aae75816a
-- hash: 3189eca431facc81fcf68d1337afe04b7a3df3819668bc0f33790582f797c467

name: pantry
version: 0.5.2.1
Expand Down Expand Up @@ -55,7 +55,7 @@ library
src/
ghc-options: -Wall
build-depends:
Cabal >=3 && <3.3
Cabal >=3 && <3.5
, aeson
, ansi-terminal
, base >=4.10 && <5
Expand Down Expand Up @@ -133,7 +133,7 @@ test-suite spec
test
ghc-options: -Wall
build-depends:
Cabal >=3 && <3.3
Cabal >=3 && <3.5
, QuickCheck
, aeson
, ansi-terminal
Expand Down
7 changes: 7 additions & 0 deletions stack-cabal-3.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
resolver: lts-17.5

extra-deps:
- Cabal-3.4.0.0

ghc-options:
"$locals": -fhide-source-paths