mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05: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:
parent
9ef7937766
commit
59c3ea2254
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ (define-public purescript
|
|||
("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)
|
||||
|
|
Loading…
Reference in a new issue