Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
chore: update stack to 2.13
Browse files Browse the repository at this point in the history
Also, update 'base' dependency.
  • Loading branch information
marmitar committed Oct 1, 2023
1 parent 3d50e6f commit 530af5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ library:
- MCSP.Heuristics

dependencies:
- base >= 4.18 && < 5
- base >= 4.18.1 && < 5
- containers >= 0.6.7 && < 1
- deepseq >= 1.4.8.1 && < 2
- extra >= 1.7.14 && < 2
Expand Down
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ resolver: nightly-2023-10-01
# - wai
packages:
- .

# Dependency packages to be pulled from upstream that are not in the resolver.
# These entries can reference officially published versions as well as
# forks / in-progress versions pinned to a git hash. For example:
Expand All @@ -54,8 +55,7 @@ extra-deps:
# system-ghc: true

# Require a specific version of Stack, using version ranges
# require-stack-version: -any # Default
require-stack-version: ">= 2.11"
require-stack-version: ">= 2.13"

# Override the architecture used by Stack, especially useful on Windows
# arch: i386
Expand Down

0 comments on commit 530af5e

Please sign in to comment.