* gnu/packages/haskell.scm (ghc-regex-compat): Move ghc-regex-base and
  ghc-regex-posix to propagated inputs.
---
 gnu/packages/haskell.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 0ecd7b1..5195425 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1922,7 +1922,7 @@ Haskell library @code{regex-base}.")
         (base32
          "0fwmima3f04p9y4h3c23493n1xj629ia2dxaisqm6rynljjv2z6m"))))
     (build-system haskell-build-system)
-    (inputs
+    (propagated-inputs
      `(("ghc-regex-base" ,ghc-regex-base)
        ("ghc-regex-posix" ,ghc-regex-posix)))
     (home-page "http://sourceforge.net/projects/lazy-regex";)
-- 
2.6.2


Reply via email to