Add special support for haskeline
authorIan Lynagh <igloo@earth.li>
Wed, 29 Apr 2009 18:19:09 +0000 (18:19 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 29 Apr 2009 18:19:09 +0000 (18:19 +0000)
commit71dcc642edcfc3bfeef2619d66183cc08ae90a43
tree45be2dcb65cb5e9d9673a355308c21553872d79a
parentd611f0b5e71134cdbc8749aa3c02476d0db5283a
Add special support for haskeline
The library uses stuff in Setup.hs to determine whether or not it needs
to use -liconv. This patch replicates that logic in ghc-cabal. This
isn't pretty, and we should find a better way to do it, but it works
for now.
utils/ghc-cabal/ghc-cabal.hs