Skip to content

Commit

Permalink
dev-haskell/dataenc: add missing 'default' call to src_prepare()
Browse files Browse the repository at this point in the history
Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/747283
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Oct 8, 2020
1 parent 73be7d8 commit 41d664f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-haskell/dataenc/dataenc-0.14.0.7.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ DEPEND="${RDEPEND}
"

src_prepare() {
default

cabal_chdeps \
'base >= 3.0.0 && < 4.8' 'base >= 3.0.0' \
'QuickCheck ==2.5.*' 'QuickCheck >=2.5' \
Expand Down

0 comments on commit 41d664f

Please sign in to comment.