me
/
guix
Archived
1
0
Fork 0

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.
master
Léo Le Bouter 2021-02-24 17:20:04 +01:00
parent d4d40fa683
commit aa2392a0cf
No known key found for this signature in database
GPG Key ID: 45A8B1E86BCD10A6
1 changed files with 1 additions and 1 deletions

View File

@ -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")