[Haskell-cafe] is there a way to patch the build-depends line of a cabal file without breaking backwards compatibility?

Neil Mitchell ndmitchell at gmail.com
Mon Aug 20 15:03:53 EDT 2007


Hi

Distribution/Simple/InstallDirs.hs:267:36:
>     Not in scope: `dropDrive'
>
> hartthoma at linuxpt:~/installs/cabal-head/cabal>ls -l `which ghc`
> lrwxrwxrwx 1 root root 31 2007-08-20 11:08 /usr/local/bin/ghc ->
> /usr/local/bin/ghc-6.7.20070816


You'll need to upgrade the filepath library as well, since cabal depends on
it, and a very recent version at that.

Thanks

Neil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20070820/86a2cf3f/attachment.htm


More information about the Haskell-Cafe mailing list