summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-apps.scm
diff options
context:
space:
mode:
authorLéo Le Bouter <lle-bout@zaclys.net>2021-02-24 17:20:04 +0100
committerLéo Le Bouter <lle-bout@zaclys.net>2021-02-24 17:55:35 +0100
commitaa2392a0cf09e0d7a73eef9b5f7a5e9801f3d724 (patch)
treeb7ad00087031e7888177029b8250f66b19547369 /gnu/packages/haskell-apps.scm
parentd4d40fa6836b20f5b71a6c0ebfd481f2e2978f75 (diff)
downloadguix-patches-aa2392a0cf09e0d7a73eef9b5f7a5e9801f3d724.tar
guix-patches-aa2392a0cf09e0d7a73eef9b5f7a5e9801f3d724.tar.gz
gnu: greenclip: Move to version-specific ghc-protolude-0.3 input.
* gnu/packages/haskell-apps.scm (greenclip)[inputs]: Replace ghc-protolude with ghc-protolude-0.3.
Diffstat (limited to 'gnu/packages/haskell-apps.scm')
-rw-r--r--gnu/packages/haskell-apps.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index e8bde69082..a0a708a79c 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -747,7 +747,7 @@ formatting by forgetting all existing formatting during parsing.")
("ghc-hashable" ,ghc-hashable)
("ghc-microlens" ,ghc-microlens)
("ghc-microlens-mtl" ,ghc-microlens-mtl)
- ("ghc-protolude" ,ghc-protolude)
+ ("ghc-protolude" ,ghc-protolude-0.3)
("ghc-vector" ,ghc-vector)
("ghc-wordexp" ,ghc-wordexp)))
(home-page "https://github.com/erebe/greenclip")