[Move the 00-index.tar.gz under packages Duncan Coutts *-20080801180009 This is needed for cabal-install compatability ] { hunk ./static/hackage.html 56 -
  • tarball of package descriptions (300KB) +
  • tarball of package descriptions (300KB) hunk ./Main.hs 198 + , dir "00-index.tar.gz" [ method GET $ do cacheState <- Cache.get cache + ok $ toResponse $ Tarball (Cache.indexTarball cacheState) ] hunk ./Main.hs 170 - , dir "00-index.tar.gz" - [ method GET $ do - cacheState <- Cache.get cache - ok $ toResponse $ Tarball (Cache.indexTarball cacheState) - ] }