Skip to content

Commit

Permalink
dev-haskell/hfov: allow ghc-7.10
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.27
  • Loading branch information
trofi committed Feb 11, 2016
1 parent ab0c931 commit 1c3473d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev-haskell/hfov/hfov-1.0.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ RDEPEND=">=dev-lang/ghc-7.6.1:=
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.16.0
"

src_prepare() {
cabal_chdeps \
'base ==4.6.*' 'base >= 4.6'
}

0 comments on commit 1c3473d

Please sign in to comment.