Sun Jul 28 09:12:48 BST 2013  Edsko de Vries <ed...@well-typed.com>
  * Make documentation statistics available as JSON resource
  Ignore-this: a3d475cd31445f2ae3e962ca65b4da17
  
  This is available at
  
      http://example.com/packages/docs.json
  
  for the regular packages and 
  
      http://example.com/packages/candidates/docs.json
  
  for the package candidates. The returned JSON will have the format
  
      [ ["mtl-2.1.2"            , false]
      , ["stm-2.4"              , false]
      , ["stm-2.4.2"            , false]
      , ["transformers-0.3.0.0" , true]
      ]
  
  The build client uses this for the 'stats' functionality but not yet 
elsewhere.

    M ./BuildClient.hs -8 +19
    M ./Distribution/Server/Features.hs -2 +8
    M ./Distribution/Server/Features/Documentation.hs -5 +34
    M ./hackage-server.cabal +1


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

Reply via email to