patch applied (hackage-server): "Switch language from Haskell98 to Haskell2010 and fix a few things" and 3 others
devnull at community.haskell.org
devnull at community.haskell.org
Thu Feb 14 01:33:19 CET 2013
Wed Feb 13 20:29:56 GMT 2013 Duncan Coutts <duncan at well-typed.com>
* Switch language from Haskell98 to Haskell2010 and fix a few things
Ignore-this: 3880caec4c1cc9cdf22fe183fff3f1a5
Mostly indentation issues with 'do' blocks.
Also update to Cabal-1.10 semantics.
M ./Distribution/Server/Features/Mirror.hs -1 +2
M ./Distribution/Server/Framework/Resource.hs -2 +2
M ./Distribution/Server/Packages/Render.hs -4 +5
M ./Distribution/Server/Util/ServeTarball.hs -9 +9
M ./hackage-server.cabal -5 +6
Thu Feb 14 00:30:17 GMT 2013 Duncan Coutts <duncan at well-typed.com>
* Make the direct account signup be admin only
Ignore-this: 6c76b5829eb8a1c0ec8f144e8d0aebbe
We have a separate feature for self registration, with email confirmation.
M ./Distribution/Server/Features/Html.hs -1 +1
M ./Distribution/Server/Features/Users.hs -1 +1
Thu Feb 14 00:30:19 GMT 2013 Duncan Coutts <duncan at well-typed.com>
* Add a feature for user account self-registration with email confirmation
Ignore-this: 2bbaa18660ed6f462ab8425fde66f643
It's not quite complete yet, it doesn't actually send emails! For
testing for the moment it just prints the confirm link in the log.
The password reset feature is not yet complete either.
M ./Distribution/Server/Features.hs +6
A ./Distribution/Server/Features/UserSignup.hs
M ./Distribution/Server/Features/Users.hs -4 +5
M ./hackage-server.cabal +3
A ./static/account-request.html
M ./static/accounts.html -7 +14
Thu Feb 14 00:32:30 GMT 2013 Duncan Coutts <duncan at well-typed.com>
* Serve the xhtml resources with charset=utf-8
Ignore-this: 1d5a3e02ef7396d57b090c7f49deabbd
M ./Distribution/Server/Framework/ResponseContentTypes.hs -1 +1
More information about the cabal-devel
mailing list