diff options
Diffstat (limited to 'dev-haskell/githash/githash-0.1.3.3.ebuild')
-rw-r--r-- | dev-haskell/githash/githash-0.1.3.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-haskell/githash/githash-0.1.3.3.ebuild b/dev-haskell/githash/githash-0.1.3.3.ebuild index 774df22e9d6c..3ba2a2a48e8a 100644 --- a/dev-haskell/githash/githash-0.1.3.3.ebuild +++ b/dev-haskell/githash/githash-0.1.3.3.ebuild @@ -17,8 +17,9 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=dev-lang/ghc-8.0.2:= -" +RDEPEND=">=dev-lang/ghc-8.0.2:=" +# The package is a wrapper around 'git' +RDEPEND+=" dev-vcs/git" DEPEND="${RDEPEND} >=dev-haskell/cabal-1.24.2.0 test? ( dev-haskell/hspec |