[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: Require GHC 7.8.3 (2c3f2b4)
git at git.haskell.org
git at git.haskell.org
Wed Jul 8 08:30:22 UTC 2015
- Previous 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: Fix travis builds (373f21c)
- Next message: [commit: haddock] wip/landmine-param-family: Need a PlaceHolder for PostTc DocName Coercion (3362e23)
- 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/2c3f2b47fa5e66f5503b5418415e2fa75d134689
>---------------------------------------------------------------
commit 2c3f2b47fa5e66f5503b5418415e2fa75d134689
Author: Simon Hengel <sol at typeful.net>
Date: Wed Aug 20 12:14:31 2014 +0800
Require GHC 7.8.3
>---------------------------------------------------------------
2c3f2b47fa5e66f5503b5418415e2fa75d134689
.travis.yml | 2 --
haddock.cabal | 4 ++--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index c1b958d..338d394 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,6 @@
language: haskell
env:
- - GHCVER=7.8.1
- - GHCVER=7.8.2
- GHCVER=7.8.3
before_install:
diff --git a/haddock.cabal b/haddock.cabal
index 3082214..7e3fa0e 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -83,7 +83,7 @@ executable haddock
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
- ghc == 7.8.*,
+ ghc == 7.8.3,
bytestring
other-modules:
@@ -149,7 +149,7 @@ library
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
- ghc == 7.8.*
+ ghc == 7.8.3
if flag(in-ghc-tree)
cpp-options: -DIN_GHC_TREE
- Previous 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: Fix travis builds (373f21c)
- Next message: [commit: haddock] wip/landmine-param-family: Need a PlaceHolder for PostTc DocName Coercion (3362e23)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list