summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/haskell.scm')
-rw-r--r--gnu/packages/haskell.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 843df52a91..e3dc29ba39 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2007,7 +2007,8 @@ regex-posix, regex-pcre, regex-parsec, regex-tdfa, regex-dfa.")
(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