mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
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>
This commit is contained in:
parent
62d1105c88
commit
d6e559ab29
1 changed files with 2 additions and 1 deletions
|
@ -8302,7 +8302,8 @@ and regression and autocorrelation analysis.
|
||||||
"0bszq6fijnr4pmadzz89smj7kfmzx0ca3wd9ga8gv0in9jk9vgp1"))))
|
"0bszq6fijnr4pmadzz89smj7kfmzx0ca3wd9ga8gv0in9jk9vgp1"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs `(("ghc-vector" ,ghc-vector)
|
(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")
|
(home-page "https://github.com/snoyberg/mono-traversable")
|
||||||
(synopsis "Typeclasses for dealing with various chunked data
|
(synopsis "Typeclasses for dealing with various chunked data
|
||||||
representations for Haskell")
|
representations for Haskell")
|
||||||
|
|
Loading…
Add table
Reference in a new issue