Skip to content

Commit effe6b7

Browse files
authored
Switch lucid to lucid2 (#48)
So that upstream nix will work...
1 parent 49477c3 commit effe6b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
container:
21-
image: "docker://ghcr.io/chrisdone/hell-build@sha256:acfb500e0d1e2dd99a5c5b4a04ddad7021572032595c2a6a3dee866c32c27712"
21+
image: "docker://ghcr.io/chrisdone/hell-build@sha256:7ae851ef826695d132959f71fb01807bf009222406697bc714c4a1be747e4d72"
2222

2323
env:
2424
# For the ~/.stack root.

hell.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ executable hell
2929
, ghc-prim
3030
, haskell-src-exts
3131
, hspec
32-
, lucid
32+
, lucid2
3333
, mtl
3434
, optparse-applicative
3535
, syb

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies:
2424
- template-haskell
2525
- unliftio
2626
- vector
27-
- lucid
27+
- lucid2
2828
- th-lift
2929
- th-orphans
3030
- aeson

0 commit comments

Comments
 (0)