guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#30892] [PATCH 01/37] gnu: ghc-chunked-data: Update inputs.


From: rsiddharth
Subject: [bug#30892] [PATCH 01/37] gnu: ghc-chunked-data: Update inputs.
Date: Wed, 21 Mar 2018 03:44:39 +0000

* gnu/packages/haskell.scm (ghc-chunked-data)[inputs]: Add ghc-text.
---
 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 4fc2b4050..ad8ba6e7f 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8516,7 +8516,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")
-- 
2.16.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]