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.
Please register or sign in to comment