diff options
author | Pierre-Henry Fröhring <contact@phfrohring.com> | 2022-09-29 15:17:15 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2022-10-15 10:25:21 +0200 |
commit | d923cf1deac0b6762345d0d9e53822cbcb899365 (patch) | |
tree | 46a8dfa11405973543f11ee02660db938db1fdb5 | |
parent | 5f414c8edbd9ef8a00ca1ab53ab97cda55e4c516 (diff) | |
download | guix-d923cf1deac0b6762345d0d9e53822cbcb899365.tar.gz |
gnu: ghc-lucid: Fix cabal-revision.
Was not updated after update in commit b97f549b14402421fcfb360ddd4cff7de93b9af0. * gnu/packages/haskell-xyz.scm (ghc-lucid)[arguments]: Update cabal-revision. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 70fdffdc0b..849db40e6e 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -7218,7 +7218,7 @@ online}.") (arguments `(#:cabal-revision ("1" - "1f0whk5ncanxfjjanrf6rqyncig2xgc5mh2j0sqy3nrlyjr9aqq9"))) + "1xllyf26ypk37k807g5v6fl1449mhpvk18dljmqgwj723n0v8rpj"))) (home-page "https://github.com/chrisdone/lucid") (synopsis "Haskell DSL for rendering HTML") (description "Clear to write, read and edit Haskell DSL for HTML. |