diff options
-rw-r--r-- | gnu/packages/haskell-apps.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm index 58a70dfa3a..8e3c6e3591 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -471,8 +471,9 @@ to @code{cabal repl}).") ghc-yesod-core ghc-yesod-form ghc-yesod-static - git rsync)) + (propagated-inputs + (list git)) (native-inputs (list ghc-tasty ghc-tasty-hunit ghc-tasty-quickcheck ghc-tasty-rerun perl)) |