Skip to content

Commit

Permalink
Switch lucid to lucid2 (#48)
Browse files Browse the repository at this point in the history
So that upstream nix will work...
  • Loading branch information
chrisdone authored Oct 8, 2024
1 parent 49477c3 commit effe6b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit effe6b7

Please sign in to comment.