File tree 4 files changed +9
-17
lines changed
4 files changed +9
-17
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ workflows:
12
12
jobs :
13
13
build :
14
14
docker :
15
- - image : fpco/stack-build:lts-21
15
+ - image : fpco/stack-build:lts-23
16
16
steps :
17
17
- checkout
18
18
- run : git remote add upstream https://github.com/Courseography/courseography.git
21
21
- restore_cache :
22
22
name : Restore Cached Dependencies (Haskell)
23
23
keys :
24
- - v1.4-courseography-haskell-{{ checksum "courseography.cabal" }}
24
+ - v1.4-courseography-haskell-{{ checksum "courseography.cabal" }}-{{ checksum "stack.yaml.lock" }}
25
25
26
26
- run :
27
27
name : Install Package Dependencies
Original file line number Diff line number Diff line change 56
56
- Allowed lowercase courses and departments on the Generate page
57
57
- Added Debugging Guide
58
58
- Added Haskell Language Server (HLS) Guide
59
+ - Upgraded to Stackage lts-23.18
59
60
60
61
## [ 0.6.0] - 2024-06-24
61
62
Original file line number Diff line number Diff line change @@ -7,10 +7,8 @@ extra-package-dbs: []
7
7
packages :
8
8
- .
9
9
allow-newer : true
10
- extra-deps :
11
- - stylish-haskell-0.14.6.0
12
10
compiler-check : newer-minor
13
- resolver : lts-21.25
11
+ resolver : lts-23.18
14
12
dump-logs : all
15
13
require-stack-version : ! " >= 1.6"
16
14
ghc-options :
Original file line number Diff line number Diff line change 3
3
# For more information, please see the documentation at:
4
4
# https://docs.haskellstack.org/en/stable/lock_files
5
5
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: []
14
7
snapshots:
15
8
- 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
You can’t perform that action at this time.
0 commit comments