patch applied (hackage-server): "Bump some dependencies" and 12 others

devnull at community.haskell.org devnull at community.haskell.org
Tue Oct 2 22:29:13 CEST 2012


Tue Oct  2 13:21:18 BST 2012  Duncan Coutts <duncan at well-typed.com>
  * Bump some dependencies
  Ignore-this: 2429e92179389101818f0687f8d50dd0

    M ./Distribution/Server/Framework/BackupRestore.hs -3
    M ./hackage-server.cabal -5 +4

Tue Oct  2 13:40:10 BST 2012  Duncan Coutts <duncan at well-typed.com>
  * Make the DownloadFeature encapsulate its state
  Ignore-this: 889f62753215cda1dbb90f72d8a96c6a

    M ./Distribution/Server/Acid.hs -12 +1
    M ./Distribution/Server/Features/DownloadCount.hs -15 +34
    M ./Distribution/Server/Features/PackageList.hs -1 +1
    M ./Distribution/Server/Packages/Backup/Downloads.hs -7 +7

Tue Oct  2 14:29:46 BST 2012  Duncan Coutts <duncan at well-typed.com>
  * Make the UploadFeature encapsulate its state
  Ignore-this: e8f3dd74f5756bfc199bffc9e81fbb76

    M ./Distribution/Server/Acid.hs -34 +3
    M ./Distribution/Server/Features/Upload.hs -41 +72
    M ./Distribution/Server/Packages/Backup.hs -8 +12

Tue Oct  2 19:05:51 BST 2012  Duncan Coutts <duncan at well-typed.com>
  * Fix name of the reports feature
  Ignore-this: 35ad491f398682e1efc87e3880d3c01b

    M ./Distribution/Server/Features/BuildReports.hs -1 +1

Tue Oct  2 19:06:22 BST 2012  Duncan Coutts <duncan at well-typed.com>
  * Make the MirrorFeature encapsulate its state
  Ignore-this: bb46d1da412855e727d30025c145974a

    M ./Distribution/Server/Acid.hs -12 +1
    M ./Distribution/Server/Features/Mirror.hs -14 +27

Tue Oct  2 19:42:53 BST 2012  Duncan Coutts <duncan at well-typed.com>
  * Make the DocumentationFeature encapsulate its state
  Ignore-this: 1014f5a48037bcc2da3704132799ccb0

    M ./Distribution/Server/Acid.hs -13 +3
    M ./Distribution/Server/Features.hs +1
    M ./Distribution/Server/Features/Documentation.hs -9 +27
    M ./Distribution/Server/Features/Html.hs -3 +8

Tue Oct  2 19:43:22 BST 2012  Duncan Coutts <duncan at well-typed.com>
  * Make the ReportsFeature encapsulate its state
  Ignore-this: c970b60db3e0b486ca7d96c1e979b3cc

    M ./Distribution/Server/Acid.hs -17 +5
    M ./Distribution/Server/Features/BuildReports.hs -11 +26
    M ./Distribution/Server/Features/BuildReports/Backup.hs -15 +15

Tue Oct  2 20:32:22 BST 2012  Duncan Coutts <duncan at well-typed.com>
  * Make the CoreFeature encapsulate its state
  Ignore-this: f001edb4d90ccb879f5c99decfe22419

    M ./Distribution/Server/Acid.hs -14 +3
    M ./Distribution/Server/Features/Check.hs -3 +3
    M ./Distribution/Server/Features/Core.hs -22 +65
    M ./Distribution/Server/Features/Html.hs -7 +7
    M ./Distribution/Server/Features/Mirror.hs -4 +2
    M ./Distribution/Server/Features/NameSearch.hs -6 +5
    M ./Distribution/Server/Features/PackageList.hs -5 +3
    M ./Distribution/Server/Features/Packages.hs -4 +2
    M ./Distribution/Server/Features/PreferredVersions.hs -6 +4
    M ./Distribution/Server/Features/Tags.hs -3 +1
    M ./Distribution/Server/Features/Upload.hs -4 +3
    M ./Distribution/Server/Packages/Backup.hs -10 +9

Tue Oct  2 20:41:20 BST 2012  Duncan Coutts <duncan at well-typed.com>
  * Make the PlatformFeature encapsulate its state
  Ignore-this: 92cf2e5fa8b37a2245bb3791f6d21545

    M ./Distribution/Server/Acid.hs -12 +1
    M ./Distribution/Server/Features/HaskellPlatform.hs -15 +26

Tue Oct  2 20:54:18 BST 2012  Duncan Coutts <duncan at well-typed.com>
  * Make the CheckFeature encapsulate its state
  Ignore-this: dfe2714e6589c7f702122c3a3df68561

    M ./Distribution/Server/Acid.hs -15 +5
    M ./Distribution/Server/Features/Check.hs -9 +32
    M ./Distribution/Server/Features/Html.hs -3 +2

Tue Oct  2 20:59:39 BST 2012  Duncan Coutts <duncan at well-typed.com>
  * Remove the old Distribution.Server.Acid module
  Ignore-this: 721c8f9e48648e8b05d8649d7c595083
  Each feature now manages its own state.

    M ./Distribution/Server.hs -15 +6
    R ./Distribution/Server/Acid.hs
    M ./hackage-server.cabal -1

Tue Oct  2 21:04:38 BST 2012  Duncan Coutts <duncan at well-typed.com>
  * Drop unused feature dependencies
  Ignore-this: 5d141864d9bec23d7315fbe88b026df8

    M ./Distribution/Server/Features.hs -3
    M ./Distribution/Server/Features/Check.hs -3 +2
    M ./Distribution/Server/Features/Distro.hs -3 +2
    M ./Distribution/Server/Features/HaskellPlatform.hs -3 +2

Tue Oct  2 21:21:52 BST 2012  Duncan Coutts <duncan at well-typed.com>
  * Consolidate a bunch of common imports into Distribution.Server.Framework
  Ignore-this: 1ad5a65591bf8bdacc7d041607628146

    M ./Distribution/Server.hs -7 +4
    M ./Distribution/Server/Features/BuildReports.hs -5 +1
    M ./Distribution/Server/Features/Check.hs -5 +1
    M ./Distribution/Server/Features/Core.hs -6
    M ./Distribution/Server/Features/Distro.hs -6 +3
    M ./Distribution/Server/Features/Documentation.hs -5 +1
    M ./Distribution/Server/Features/DownloadCount.hs -5 +1
    M ./Distribution/Server/Features/HaskellPlatform.hs -6 +3
    M ./Distribution/Server/Features/Html.hs -8 +10
    M ./Distribution/Server/Features/LegacyRedirects.hs -3
    M ./Distribution/Server/Features/Mirror.hs -6 +2
    M ./Distribution/Server/Features/NameSearch.hs -2 +3
    M ./Distribution/Server/Features/PackageContents.hs -2 +1
    M ./Distribution/Server/Features/PackageList.hs -1 +2
    M ./Distribution/Server/Features/Packages.hs -2 +3
    M ./Distribution/Server/Features/PreferredVersions.hs -7 +3
    M ./Distribution/Server/Features/Tags.hs -5
    M ./Distribution/Server/Features/Upload.hs -7 +3
    M ./Distribution/Server/Features/Users.hs -8 +1
    M ./Distribution/Server/Framework.hs -1 +20




More information about the cabal-devel mailing list