summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-02-13 12:07:07 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-02-13 13:37:41 +0100
commit831cb41906a04d51f04f31e40e9f18ac954cff56 (patch)
tree5b1adb058b14408dacd65c24789f8bf9ba106d66 /gnu/packages/haskell.scm
parent64f597a611346b4d4c44e0b51b8e2ed438571c96 (diff)
downloadpatches-831cb41906a04d51f04f31e40e9f18ac954cff56.tar
patches-831cb41906a04d51f04f31e40e9f18ac954cff56.tar.gz
gnu: ghc-hslogger: Remove ghc-process from inputs.
* gnu/packages/haskell.scm (ghc-hslogger)[inputs]: Remove ghc-process.
Diffstat (limited to 'gnu/packages/haskell.scm')
-rw-r--r--gnu/packages/haskell.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index c551f4489e..ecfbe5e6ae 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7582,8 +7582,7 @@ files in Haskell.")
`(("ghc-mtl" ,ghc-mtl)
("ghc-network" ,ghc-network)
("ghc-directory", ghc-directory)
- ("ghc-old-locale" ,ghc-old-locale)
- ("ghc-process" ,ghc-process)))
+ ("ghc-old-locale" ,ghc-old-locale)))
(native-inputs
`(("ghc-hunit" ,ghc-hunit)))
(home-page "http://software.complete.org/hslogger")