diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2015-05-11 15:48:35 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2015-05-11 21:35:42 -0700 |
commit | ef7ed16c8a34e5ab26a23264f02aa6391c338884 (patch) | |
tree | 39e0a085980f3966224d8f2baf70d6f13559f0c9 /libraries/template-haskell/template-haskell.cabal | |
parent | 4fffbc34c024231c3c9fac7a2134896cc09c7fb7 (diff) | |
download | haskell-ef7ed16c8a34e5ab26a23264f02aa6391c338884.tar.gz |
Make template-haskell build with GHC 7.6, fixes bootstrap build.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Test Plan: validate on 7.6
Reviewers: austin, goldfire
Subscribers: bgamari, thomie
Differential Revision: https://phabricator.haskell.org/D885
Diffstat (limited to 'libraries/template-haskell/template-haskell.cabal')
-rw-r--r-- | libraries/template-haskell/template-haskell.cabal | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal index bd277d127c..de71132814 100644 --- a/libraries/template-haskell/template-haskell.cabal +++ b/libraries/template-haskell/template-haskell.cabal @@ -31,7 +31,6 @@ Library MagicHash PolymorphicComponents RankNTypes - RoleAnnotations ScopedTypeVariables TemplateHaskell UnboxedTuples @@ -48,7 +47,7 @@ Library Language.Haskell.TH.Lib.Map build-depends: - base >= 4.7 && < 4.9, + base >= 4.6 && < 4.9, pretty == 1.1.* -- We need to set the package key to template-haskell (without a |