Wed Jan 23 17:15:07 GMT 2013  Edsko de Vries <ed...@well-typed.com>
  * Have the Documentation use the TarIndexCache
  Ignore-this: b58eda75c156c31b316723965eaa5412
  
  This means that we don't keep all the tar indices in memory but deserializable
  them on every request, thereby saving memory (and the Documentation feature is
  simpler now that the tar index caching is done in a different feature).
  
  I noticed however that the build client no longer works; in particular,
  uploading documentation does not work (I think the URL is wrong;
  .../package/doc rather than .../package/docs, and it tries to upload a .tar.gz
  while we expect a .tar).

    M ./Distribution/Server/Features.hs +1
    M ./Distribution/Server/Features/Documentation.hs -23 +39
    M ./Distribution/Server/Features/Documentation/State.hs -7 +7
    M ./Distribution/Server/Features/TarIndexCache.hs -1 +8


_______________________________________________
cabal-devel mailing list
cabal-devel@haskell.org
http://www.haskell.org/mailman/listinfo/cabal-devel

Reply via email to