Skip to content

Commit

Permalink
We do need editline dependencies
Browse files Browse the repository at this point in the history
For GHC 6.10.x we've switched to bundling readline instead of editline. Most
packages probably don't depend on editline, but as it is part of the haskell
platform 2009.0.0 we at least need the ebuild.
  • Loading branch information
kolmodin committed Apr 17, 2009
1 parent fb91ae7 commit 136cbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal2Ebuild.hs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ coreLibs = map Cabal.PackageName
--,"bytestring" --already has ebuild
,"containers"
,"directory"
,"editline"
--,"editline"
--,"filepath" --already has ebuild
,"ghc"
,"ghc-prim"
Expand Down

0 comments on commit 136cbd4

Please sign in to comment.