Skip to content

Commit

Permalink
use haskell-cabal helpers, not ghc-package ones
Browse files Browse the repository at this point in the history
Commit 16d50ab5453e9d2d43c5292bfb49ddcf152bf870 from
gentoo-haskell overlay stopped relying on implicit
phase function export from ghc-package.eclass.

Signed-off-by: Sergei Trofimovich <siarheit@google.com>
  • Loading branch information
trofi committed Jan 10, 2016
1 parent e071c84 commit c73f0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Portage/EBuild.hs
Expand Up @@ -148,7 +148,7 @@ showEBuild now ebuild =
ss "}" . nl).

if_games (nl . ss "pkg_postinst() {" . nl.
ss (tabify_line " ghc-package_pkg_postinst") . nl.
ss (tabify_line " haskell-cabal_pkg_postinst") . nl.
ss (tabify_line " games_pkg_postinst") . nl.
ss "}" . nl).

Expand Down

0 comments on commit c73f0ce

Please sign in to comment.