Skip to content

Commit 06f67bd

Browse files
committed
Upgraded to Stackage lts-23.18
1 parent 39e9da1 commit 06f67bd

File tree

4 files changed

+9
-17
lines changed

4 files changed

+9
-17
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ workflows:
1212
jobs:
1313
build:
1414
docker:
15-
- image: fpco/stack-build:lts-21
15+
- image: fpco/stack-build:lts-23
1616
steps:
1717
- checkout
1818
- run: git remote add upstream https://github.com/Courseography/courseography.git
@@ -21,7 +21,7 @@ jobs:
2121
- restore_cache:
2222
name: Restore Cached Dependencies (Haskell)
2323
keys:
24-
- v1.4-courseography-haskell-{{ checksum "courseography.cabal" }}
24+
- v1.4-courseography-haskell-{{ checksum "courseography.cabal" }}-{{ checksum "stack.yaml.lock" }}
2525

2626
- run:
2727
name: Install Package Dependencies

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
- Allowed lowercase courses and departments on the Generate page
5757
- Added Debugging Guide
5858
- Added Haskell Language Server (HLS) Guide
59+
- Upgraded to Stackage lts-23.18
5960

6061
## [0.6.0] - 2024-06-24
6162

stack.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ extra-package-dbs: []
77
packages:
88
- .
99
allow-newer: true
10-
extra-deps:
11-
- stylish-haskell-0.14.6.0
1210
compiler-check: newer-minor
13-
resolver: lts-21.25
11+
resolver: lts-23.18
1412
dump-logs: all
1513
require-stack-version: ! ">= 1.6"
1614
ghc-options:

stack.yaml.lock

+5-12
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,10 @@
33
# For more information, please see the documentation at:
44
# https://docs.haskellstack.org/en/stable/lock_files
55

6-
packages:
7-
- completed:
8-
hackage: stylish-haskell-0.14.6.0@sha256:00cf494e091219ad9c27ed425336737f53558f8011676b588f10085c345e7ed6,4552
9-
pantry-tree:
10-
sha256: 2d46ed4ad4425038896566b849a1ccf5056e521bddfb6891d5608d6c42f49ebf
11-
size: 3891
12-
original:
13-
hackage: stylish-haskell-0.14.6.0
6+
packages: []
147
snapshots:
158
- completed:
16-
sha256: a81fb3877c4f9031e1325eb3935122e608d80715dc16b586eb11ddbff8671ecd
17-
size: 640086
18-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/25.yaml
19-
original: lts-21.25
9+
sha256: d133abe75e408a407cce3f032c96ac1bbadf474a93b5156ebf4135b53382d56b
10+
size: 683827
11+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/23/18.yaml
12+
original: lts-23.18

0 commit comments

Comments
 (0)