diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-02-17 13:55:55 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-03-27 11:24:20 +0200 |
commit | 473cd27781670108b8b1039c8dc68d34ed56a9c5 (patch) | |
tree | 594fd8c3836a8bfab4d816b4915214736b874c23 /gnu/packages/wm.scm | |
parent | 75657922a53a5bfa908180a8c21dfcee29533fd1 (diff) | |
download | gnu-guix-473cd27781670108b8b1039c8dc68d34ed56a9c5.tar gnu-guix-473cd27781670108b8b1039c8dc68d34ed56a9c5.tar.gz |
gnu: Remove Haskell packages provided by GHC.
* gnu/packages/haskell.scm (ghc-array, ghc-binary, ghc-bytestring,
ghc-directory, ghc-haskeline, ghc-process, ghc-transformers,
ghc-transformers-0.4.2.0): Remove.
(ghc-tar)[inputs]: Remove ghc-array.
(ghc-hslogger)[inputs]: Remove ghc-directory.
* gnu/packages/version-control.scm (darcs)[inputs]: Remove ghc-array,
ghc-binary, and ghc-haskeline.
* gnu/packages/wm.scm (xmonad)[inputs]: Remove ghc-directory.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r-- | gnu/packages/wm.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 608e594072..bb575926d5 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -471,7 +471,6 @@ desktop environment.") ("ghc-quickcheck" ,ghc-quickcheck) ("ghc-setlocale" ,ghc-setlocale) ("ghc-utf8-string" ,ghc-utf8-string) - ("ghc-directory" ,ghc-directory) ("ghc-x11" ,ghc-x11))) (arguments `(#:phases |