[commit: haddock] 2.15, 2.15.0.1, 2.15.0.2, T6018-injective-type-families, adamse-D1033, clean, ghc-head, master, metainfo, v2.15, wip/10268, wip/10313, wip/D538, wip/D538-1, wip/D538-2, wip/D538-3, wip/D538-4, wip/D538-5, wip/D538-6, wip/D548-master, wip/D548-master-2, wip/T10483, wip/T9840, wip/api-annot-tweaks-7.10, wip/api-annots-ghc-7.10-3, wip/orf-reboot: Move Haddock API to a separate package (e992520)
git at git.haskell.org
git at git.haskell.org
Wed Jul 8 08:30:26 UTC 2015
- Previous message: [commit: haddock] wip/landmine-param-family: Need a PlaceHolder for PostTc DocName Coercion (3362e23)
- Next message: [commit: haddock] 2.15, 2.15.0.1, 2.15.0.2, T6018-injective-type-families, adamse-D1033, clean, ghc-head, master, metainfo, v2.15, wip/10268, wip/10313, wip/D538, wip/D538-1, wip/D538-2, wip/D538-3, wip/D538-4, wip/D538-5, wip/D538-6, wip/D548-master, wip/D548-master-2, wip/T10483, wip/T9840, wip/api-annot-tweaks-7.10, wip/api-annots-ghc-7.10-3, wip/orf-reboot: Bump version to 2.15.0 and add version constraints (4dc4d3c)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/haddock
On branches: 2.15,2.15.0.1,2.15.0.2,T6018-injective-type-families,adamse-D1033,clean,ghc-head,master,metainfo,v2.15,wip/10268,wip/10313,wip/D538,wip/D538-1,wip/D538-2,wip/D538-3,wip/D538-4,wip/D538-5,wip/D538-6,wip/D548-master,wip/D548-master-2,wip/T10483,wip/T9840,wip/api-annot-tweaks-7.10,wip/api-annots-ghc-7.10-3,wip/orf-reboot
Link : http://git.haskell.org/haddock.git/commitdiff/e99252026ad1b50215b86ffe30038351ca486bfa
>---------------------------------------------------------------
commit e99252026ad1b50215b86ffe30038351ca486bfa
Author: Simon Hengel <sol at typeful.net>
Date: Fri Aug 22 12:14:16 2014 +0800
Move Haddock API to a separate package
>---------------------------------------------------------------
e99252026ad1b50215b86ffe30038351ca486bfa
.gitignore | 3 +-
.travis.yml | 1 +
LICENSE | 0
{haddock-library => haddock-api}/LICENSE | 0
Setup.lhs => haddock-api/Setup.lhs | 0
haddock-api/haddock-api.cabal | 94 +++++++++++++++++
.../resources}/html/Classic.theme/haskell_icon.gif | Bin
.../resources}/html/Classic.theme/minus.gif | Bin
.../resources}/html/Classic.theme/plus.gif | Bin
.../resources}/html/Classic.theme/xhaddock.css | 0
.../resources}/html/Ocean.std-theme/hslogo-16.png | Bin
.../resources}/html/Ocean.std-theme/minus.gif | Bin
.../resources}/html/Ocean.std-theme/ocean.css | 0
.../resources}/html/Ocean.std-theme/plus.gif | Bin
.../resources}/html/Ocean.std-theme/synopsis.png | Bin
.../resources}/html/frames.html | 0
.../resources}/html/haddock-util.js | 0
.../resources}/latex/haddock.sty | 0
haddock-api/src | 1 +
haddock.cabal | 116 +--------------------
src/Haddock.hs | 3 +-
src/Haddock/Version.hs | 9 +-
22 files changed, 110 insertions(+), 117 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc e99252026ad1b50215b86ffe30038351ca486bfa
- Previous message: [commit: haddock] wip/landmine-param-family: Need a PlaceHolder for PostTc DocName Coercion (3362e23)
- Next message: [commit: haddock] 2.15, 2.15.0.1, 2.15.0.2, T6018-injective-type-families, adamse-D1033, clean, ghc-head, master, metainfo, v2.15, wip/10268, wip/10313, wip/D538, wip/D538-1, wip/D538-2, wip/D538-3, wip/D538-4, wip/D538-5, wip/D538-6, wip/D548-master, wip/D548-master-2, wip/T10483, wip/T9840, wip/api-annot-tweaks-7.10, wip/api-annots-ghc-7.10-3, wip/orf-reboot: Bump version to 2.15.0 and add version constraints (4dc4d3c)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list