patch applied (hackage-server): "Fix a couple minor content type issues" and 3 others

2013-01-24 Thread devnull
Wed Jan 9 21:46:16 GMT 2013 Duncan Coutts * Fix a couple minor content type issues Ignore-this: b8d62ee739230922efe0db9bc85d92b1 M ./Distribution/Server/Framework/ResponseContentTypes.hs -1 +1 M ./Distribution/Server/Util/ServeTarball.hs -1 +3 Wed Jan 9 21:46:42 GMT 2013 Duncan C

patch applied (hackage-server): "Add the tarIndexCacheFeature to the list of features"

2013-01-24 Thread devnull
Thu Jan 24 22:09:07 GMT 2013 Duncan Coutts * Add the tarIndexCacheFeature to the list of features Ignore-this: 7b300d7026741cb130afc99f70fd5dbc M ./Distribution/Server/Features.hs -1 +2 ___ cabal-devel mailing list cabal-devel@haskell.org htt

[PATCH] Fix building dynamic/profiling executables that use TH

2013-01-24 Thread Patrick Palka
We need to build a _vanilla_ executable the first time. The previous code was essentially a no-op as it did not change the flags used to build the executable the first time. --- Cabal/Distribution/Simple/GHC.hs | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Ca