These patches should apply cleanly to branch 2.12
2 patches for repository darcs-unstable@darcs.net:screened:
patch eac25c80650f2f9652811d1ffc1490a0b3e4cef2
Author: Ganesh Sittampalam <ganesh@earth.li>
Date: Wed Aug 31 06:44:08 BST 2016
* improve error message when library ends up unbuildable
This has happened to several users recently (issue2498)
patch c0439f3febf6594426189cd7173944e5ad15d2b6
Author: Ganesh Sittampalam <ganesh@earth.li>
Date: Thu Sep 1 23:52:22 BST 2016
* resolve issue2498: unconditionally use the Haskell HTTP package
The buildable: False line in the library section was causing problems
with GHC 8.0 (https://github.com/haskell/cabal/issues/3742), and
in reality there's no value in being able to turn HTTP off.