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
1 changed files with 2 additions and 1 deletions

View File

@ -2007,7 +2007,8 @@ regex-posix, regex-pcre, regex-parsec, regex-tdfa, regex-dfa.")
(base32 (base32
"0gkhzhj8nvfn1ija31c7xnl6p0gadwii9ihyp219ck2arlhrj0an")))) "0gkhzhj8nvfn1ija31c7xnl6p0gadwii9ihyp219ck2arlhrj0an"))))
(build-system haskell-build-system) (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") (home-page "http://sourceforge.net/projects/lazy-regex")
(synopsis "POSIX regular expressions for Haskell") (synopsis "POSIX regular expressions for Haskell")
(description "This library provides the POSIX regex backend used by the (description "This library provides the POSIX regex backend used by the