Skip to content
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: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: "docker://ghcr.io/chrisdone/hell-build@sha256:acfb500e0d1e2dd99a5c5b4a04ddad7021572032595c2a6a3dee866c32c27712"
image: "docker://ghcr.io/chrisdone/hell-build@sha256:7ae851ef826695d132959f71fb01807bf009222406697bc714c4a1be747e4d72"

env:
# For the ~/.stack root.
Expand Down
2 changes: 1 addition & 1 deletion hell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ executable hell
, ghc-prim
, haskell-src-exts
, hspec
, lucid
, lucid2
, mtl
, optparse-applicative
, syb
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- template-haskell
- unliftio
- vector
- lucid
- lucid2
- th-lift
- th-orphans
- aeson
Expand Down