diff options
author | Léo Le Bouter <lle-bout@zaclys.net> | 2021-02-24 17:38:42 +0100 |
---|---|---|
committer | Léo Le Bouter <lle-bout@zaclys.net> | 2021-02-24 17:55:35 +0100 |
commit | d1d8b52da38997600929a83fd216ad8345a4f75f (patch) | |
tree | fafe42ce0c7ae9abc5869e79046f2b5ad5e42d76 /gnu/packages/purescript.scm | |
parent | 325098de344f87c8072f39871585dba779f8e5f1 (diff) |
Revert "gnu: purescript: Move to version-specific ghc-protolude-0.2 input."
This reverts commit 59c3ea22546f9bd7e0560a66f98a020af7d1ad6e.
Diffstat (limited to 'gnu/packages/purescript.scm')
-rw-r--r-- | gnu/packages/purescript.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/purescript.scm b/gnu/packages/purescript.scm index be9dc69246..cc51b163c9 100644 --- a/gnu/packages/purescript.scm +++ b/gnu/packages/purescript.scm @@ -91,7 +91,7 @@ ("ghc-network" ,ghc-network) ("ghc-parallel" ,ghc-parallel) ("ghc-pattern-arrows" ,ghc-pattern-arrows) - ("ghc-protolude" ,ghc-protolude-0.2) + ("ghc-protolude" ,ghc-protolude) ("ghc-regex-tdfa" ,ghc-regex-tdfa) ("ghc-safe" ,ghc-safe) ("ghc-scientific" ,ghc-scientific) |