[commit: ghc] master: Quick fix: drop base bound on template-haskell. (3c70ae0)
git at git.haskell.org
git at git.haskell.org
Sat May 9 16:34:44 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/3c70ae032e4361b203dfcf22b0a424e8838a5037/ghc
>---------------------------------------------------------------
commit 3c70ae032e4361b203dfcf22b0a424e8838a5037
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Sat May 9 09:35:38 2015 -0700
Quick fix: drop base bound on template-haskell.
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
>---------------------------------------------------------------
3c70ae032e4361b203dfcf22b0a424e8838a5037
libraries/template-haskell/template-haskell.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal
index 1c53af3..60a800c 100644
--- a/libraries/template-haskell/template-haskell.cabal
+++ b/libraries/template-haskell/template-haskell.cabal
@@ -48,7 +48,7 @@ Library
Language.Haskell.TH.Lib.Map
build-depends:
- base == 4.8.*,
+ base,
pretty == 1.1.*
-- We need to set the package key to template-haskell (without a
More information about the ghc-commits
mailing list