diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2018-09-30 20:52:07 +0800 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:23 +0200 |
commit | 1abdefe573d4928ce495d0dbd877d68df776df9a (patch) | |
tree | 26300dfcf41f2e88f5352afe1bb5201d52f9affe /gnu | |
parent | 70fa5899af8a2270c29e40035e6258865a4f4461 (diff) | |
download | patches-1abdefe573d4928ce495d0dbd877d68df776df9a.tar patches-1abdefe573d4928ce495d0dbd877d68df776df9a.tar.gz |
gnu: ghc-gnuplot: Fix build.
* gnu/packages/haskell.scm (ghc-gnuplot)[inputs]: Add ghc-semigroups.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 4a915142c1..2dff323fce 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -8134,6 +8134,7 @@ helper functions for Lists, Maybes, Tuples, Functions.") ("ghc-utility-ht" ,ghc-utility-ht) ("ghc-data-accessor-transformers" ,ghc-data-accessor-transformers) ("ghc-data-accessor" ,ghc-data-accessor) + ("ghc-semigroups" ,ghc-semigroups) ("gnuplot" ,gnuplot))) (arguments `(#:phases |