civodul pushed a commit to branch master
in repository guix.
commit d6e559ab291b781a67376beabbb5fa666fcd309c
Author: rsiddharth <[email protected]>
Date: Wed Mar 21 03:44:39 2018 +0000
gnu: ghc-chunked-data: Update inputs.
* gnu/packages/haskell.scm (ghc-chunked-data)[inputs]: Add ghc-text.
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/haskell.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 1ee92b2..6891703 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8302,7 +8302,8 @@ and regression and autocorrelation analysis.
"0bszq6fijnr4pmadzz89smj7kfmzx0ca3wd9ga8gv0in9jk9vgp1"))))
(build-system haskell-build-system)
(inputs `(("ghc-vector" ,ghc-vector)
- ("ghc-semigroups" ,ghc-semigroups)))
+ ("ghc-semigroups" ,ghc-semigroups)
+ ("ghc-text" ,ghc-text)))
(home-page "https://github.com/snoyberg/mono-traversable")
(synopsis "Typeclasses for dealing with various chunked data
representations for Haskell")