gnu: ghc-regex-posix: Propagate inputs.

* gnu/packages/haskell.scm (ghc-regex-posix): Propagate ghc-regex-base
  input.
This commit is contained in:
Eric Bavier 2015-11-18 18:21:44 -06:00
parent 1fe25c573a
commit 0eeaa169a0

View file

@ -2007,7 +2007,8 @@ (define-public ghc-regex-posix
(base32
"0gkhzhj8nvfn1ija31c7xnl6p0gadwii9ihyp219ck2arlhrj0an"))))
(build-system haskell-build-system)
(inputs `(("ghc-regex-base" ,ghc-regex-base)))
(propagated-inputs
`(("ghc-regex-base" ,ghc-regex-base)))
(home-page "http://sourceforge.net/projects/lazy-regex")
(synopsis "POSIX regular expressions for Haskell")
(description "This library provides the POSIX regex backend used by the