gnu: ghc-hslogger: Remove ghc-process from inputs.

* gnu/packages/haskell.scm (ghc-hslogger)[inputs]: Remove ghc-process.
master
Ricardo Wurmus 2018-02-13 12:07:07 +01:00
parent 64f597a611
commit 831cb41906
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -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")