Skip to content

Commit

Permalink
Merge pull request #127 from Nike-Inc/maint/build-to-support-stack-lt…
Browse files Browse the repository at this point in the history
…s-21

Add build to validate support for Stack LTS 21.
  • Loading branch information
IamfromSpace authored Oct 6, 2023
2 parents 86c215c + 42d3115 commit 39cd62f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/haskell_stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- lts-18
- lts-19
- lts-20
- lts-21
experimental:
- false
include:
Expand Down
5 changes: 5 additions & 0 deletions stack-lts-21.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
resolver: lts-21.14
packages:
- .
extra-deps:
- attoparsec-aeson-2.1.0.0@sha256:fa83aba43bfa58490de8f274d19b9d58b6403a207b12cac5f93922102b084c52,1154
19 changes: 19 additions & 0 deletions stack-lts-21.yaml.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages:
- completed:
hackage: attoparsec-aeson-2.1.0.0@sha256:fa83aba43bfa58490de8f274d19b9d58b6403a207b12cac5f93922102b084c52,1154
pantry-tree:
sha256: 294c3a8a19a7ddad58097e18c624c6b34894b3c4a4cc490759cb31d842db242a
size: 114
original:
hackage: attoparsec-aeson-2.1.0.0@sha256:fa83aba43bfa58490de8f274d19b9d58b6403a207b12cac5f93922102b084c52,1154
snapshots:
- completed:
sha256: 60e54c1ba3c1e7163acf6dafa9d56b2d3b23f88a31ad53a1c9d888f32561f8da
size: 639819
url: https://github.com/raw/commercialhaskell/stackage-snapshots/master/lts/21/14.yaml
original: lts-21.14

0 comments on commit 39cd62f

Please sign in to comment.