patch applied (hackage-server): "Fix build for older bytestring" and 6 others
devnull at community.haskell.org
devnull at community.haskell.org
Sun Aug 18 20:55:01 CEST 2013
Sun Aug 18 18:38:46 BST 2013 Duncan Coutts <duncan at well-typed.com>
* Fix build for older bytestring
Ignore-this: 6002c26bc51805e4a05433714aa3d676
M ./Distribution/Server/Framework/Instances.hs -2 +7
Sun Aug 18 18:39:53 BST 2013 Duncan Coutts <duncan at well-typed.com>
* Mirror client should still handle http code 400
Ignore-this: f19f85a2dc6c91289afca010091fb63a
M ./MirrorClient.hs -1 +1
Sun Aug 18 19:32:51 BST 2013 Duncan Coutts <duncan at well-typed.com>
* Reimplement Core update transactions, no more mergePkg
Ignore-this: 21716926b7f121c08ed6b2f440048dd0
Specific transactions for operations rather than mergePkg
which tried to to everything.
M ./Distribution/Server/Features/Core.hs -76 +67
M ./Distribution/Server/Features/Core/State.hs -2 +106
M ./Distribution/Server/Features/EditCabalFiles.hs -7 +2
M ./Distribution/Server/Features/Mirror.hs -30 +25
M ./Distribution/Server/Features/PackageCandidates.hs -18 +23
M ./Distribution/Server/Features/Upload.hs -20 +20
M ./Distribution/Server/Packages/Types.hs +4
Sun Aug 18 19:40:32 BST 2013 Duncan Coutts <duncan at well-typed.com>
* Rewrite the Core feature hooks
Ignore-this: dd39b216142d2ee2cb09b47207c9e053
Use a single hook with a structured changes type rather than
several hooks. Less code and easier to avoid mistakes.
M ./Distribution/Server/Features/Core.hs -39 +61
M ./Distribution/Server/Features/Html.hs -2 +2
M ./Distribution/Server/Features/PackageList.hs -3 +3
M ./Distribution/Server/Features/RecentPackages.hs -2 +3
M ./Distribution/Server/Features/Search.hs -3 +2
M ./Distribution/Server/Features/Tags.hs -5 +7
M ./Distribution/Server/Framework/Hook.hs +7
Sun Aug 18 19:43:16 BST 2013 Duncan Coutts <duncan at well-typed.com>
* Couple minor improvements in Mirror feature
Ignore-this: 60dabe7995fc42754a0e1634f8c9fbb
M ./Distribution/Server/Features/Mirror.hs -1 +5
Sun Aug 18 19:44:07 BST 2013 Duncan Coutts <duncan at well-typed.com>
* Eliminate redundant check in PackageIndex.lookupPackageName
Ignore-this: fac68f453bf013665f65d7a976066d85
M ./Distribution/Server/Packages/PackageIndex.hs -3 +1
Sun Aug 18 19:45:00 BST 2013 Duncan Coutts <duncan at well-typed.com>
* Trivial tidy-up change
Ignore-this: cb75c50abd1b66e7fd77bc0819f5a7b3
M ./Distribution/Server/Packages/Types.hs -4 +4
More information about the cabal-devel
mailing list