~ruther/guix-local

831cb41906a04d51f04f31e40e9f18ac954cff56 — Ricardo Wurmus 8 years ago 64f597a
gnu: ghc-hslogger: Remove ghc-process from inputs.

* gnu/packages/haskell.scm (ghc-hslogger)[inputs]: Remove ghc-process.
1 files changed, 1 insertions(+), 2 deletions(-)

M gnu/packages/haskell.scm
M gnu/packages/haskell.scm => gnu/packages/haskell.scm +1 -2
@@ 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")