diff options
author | rsiddharth <s@ricketyspace.net> | 2018-03-21 03:44:39 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-03-31 19:24:10 +0200 |
commit | d6e559ab291b781a67376beabbb5fa666fcd309c (patch) | |
tree | 7b6c36a170119245324b74059b0496af6f79ba69 | |
parent | 62d1105c8844831334378b4c4e26135ee3e74a66 (diff) | |
download | patches-d6e559ab291b781a67376beabbb5fa666fcd309c.tar patches-d6e559ab291b781a67376beabbb5fa666fcd309c.tar.gz |
gnu: ghc-chunked-data: Update inputs.
* gnu/packages/haskell.scm (ghc-chunked-data)[inputs]: Add ghc-text.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/haskell.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 1ee92b218e..6891703c19 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") |