3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: purescript: Move to version-specific ghc-protolude-0.2 input.

* gnu/packages/purescript.scm (purescript)[inputs]: Replace ghc-protolude with
ghc-protolude-0.2.
This commit is contained in:
Léo Le Bouter 2021-02-24 14:47:03 +01:00
parent 9ef7937766
commit 59c3ea2254
No known key found for this signature in database
GPG key ID: 45A8B1E86BCD10A6

View file

@ -91,7 +91,7 @@
("ghc-network" ,ghc-network)
("ghc-parallel" ,ghc-parallel)
("ghc-pattern-arrows" ,ghc-pattern-arrows)
("ghc-protolude" ,ghc-protolude)
("ghc-protolude" ,ghc-protolude-0.2)
("ghc-regex-tdfa" ,ghc-regex-tdfa)
("ghc-safe" ,ghc-safe)
("ghc-scientific" ,ghc-scientific)