patch applied (hackage-server): Don't parse all the .cabal files when loading the data

2012-12-16 Thread devnull
Sun Dec 16 10:33:22 GMT 2012 Duncan Coutts dun...@community.haskell.org * Don't parse all the .cabal files when loading the data Ignore-this: d9596e748145330dd552c3298d66ef94 M ./Distribution/Server/Packages/Types.hs -4 +1 ___ cabal-devel

patch applied (hackage-server): Extend debug and logging infrastructure

2012-12-16 Thread devnull
Sun Dec 16 14:05:47 GMT 2012 Duncan Coutts dun...@community.haskell.org * Extend debug and logging infrastructure Ignore-this: e8618d92e85f8a5af4aa13de90d9b507 Add better log functions and pass verbosity into each feature. Add logging to feature initialisation. M

patch applied (hackage-server): Make a few feature's expensive cache init operations asynchronous

2012-12-16 Thread devnull
Sun Dec 16 14:27:22 GMT 2012 Duncan Coutts dun...@community.haskell.org * Make a few feature's expensive cache init operations asynchronous Ignore-this: 3272cd4c79d739bfa6919e9e7c874374 Should parallelise startup a bit M ./Distribution/Server/Features/Core.hs +2 M

patch applied (hackage-server): Add a log timing function and use it in the package state loading

2012-12-16 Thread devnull
Sun Dec 16 14:51:20 GMT 2012 Duncan Coutts dun...@community.haskell.org * Add a log timing function and use it in the package state loading Ignore-this: c29a834df997c2bb0720fb6036c764a5 M ./Distribution/Server/Features/Core.hs -5 +7 M ./Distribution/Server/Framework/Cache.hs -16 +7

license cabal field for language bindings?

2012-12-16 Thread Herbert Valerio Riedel
Hello Cabal Devs, Since the recurring topic of software licenses is being discussed on haskell-cafe again, I was wondering what the .cabal license-field should be for packages linking _directly_ to C-libraries, such as Haskell language bindings to C-libraries. To be more specific: As a