patch applied (cabal): Simplify version ranges before printing in
configure error message
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Sat May 30 17:45:08 EDT 2009
Sat May 30 14:39:22 PDT 2009 Duncan Coutts <duncan at haskell.org>
* Simplify version ranges before printing in configure error message
Part of ticket #369. Now instead of:
setup: At least the following dependencies are missing:
base <3 && <4 && <3 && <3 && <4
we get:
setup: At least the following dependencies are missing:
base <3
M ./Distribution/Simple/Configure.hs -3 +5
View patch online:
http://darcs.haskell.org/cabal/_darcs/patches/20090530213922-adfee-00b10dd703a1e5c567f403a82d64c779af4e7c50.gz
More information about the cabal-devel
mailing list