patch applied (cabal): Parse extension names in .cabal files using
Text rather than Read
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Mon Mar 24 22:36:05 EDT 2008
Mon Mar 24 12:16:22 PDT 2008 Duncan Coutts <duncan at haskell.org>
* Parse extension names in .cabal files using Text rather than Read
This means we can now parse unknown extensions without falling over.
Indeed if the compiler supports the unknown extension then we can
even successfully use it. This gives us some forwards compatability
for new extensions.
M ./Distribution/ParseUtils.hs -1 +1
View patch online:
http://darcs.haskell.org/cabal/_darcs/patches/20080324191622-adfee-de5357b74b11d605abfc63c908d0e79d40f1c94e.gz
More information about the cabal-devel
mailing list