summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2015-05-09 09:43:18 -0700
committerEdward Z. Yang <ezyang@cs.stanford.edu>2015-05-09 09:45:38 -0700
commit5c459eefcb17ff97beebdc08ccfca21bd8fa5201 (patch)
tree0f00a773b18d64627938bc3dd3b4a85c80b99c1c /compiler/ghc.cabal.in
parent3c70ae032e4361b203dfcf22b0a424e8838a5037 (diff)
downloadhaskell-5c459eefcb17ff97beebdc08ccfca21bd8fa5201.tar.gz
Revert stage 1 template-haskell. This is a combination of 5 commits.
Revert "Quick fix: drop base bound on template-haskell." This reverts commit 3c70ae032e4361b203dfcf22b0a424e8838a5037. Revert "Always do polymorphic typed quote check, c.f. #10384" This reverts commit 9a43b2c1f78b3cf684646af64b9b67dc8079f58f. Revert "RnSplice's staging test should be applied for quotes in stage1." This reverts commit eb0ed4030374af542c0a459480d32c8d4525e48d. Revert "Split off quotes/ from th/ for tests that can be done on stage1 compiler." This reverts commit 21c72e7d38c96ac80d31addf67ae4b3c7a6c3bbb. Revert "Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382." This reverts commit 28257cae77023f2ccc4cc1c0cd1fbbd329947a00.
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 09c252b3df..c39c83e22c 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -52,7 +52,6 @@ Library
containers >= 0.5 && < 0.6,
array >= 0.1 && < 0.6,
filepath >= 1 && < 1.5,
- template-haskell,
hpc,
transformers,
bin-package-db,
@@ -66,6 +65,7 @@ Library
GHC-Options: -Wall -fno-warn-name-shadowing
if flag(ghci)
+ Build-Depends: template-haskell
CPP-Options: -DGHCI
Include-Dirs: ../rts/dist/build @FFIIncludeDir@
@@ -164,7 +164,6 @@ Library
IdInfo
Lexeme
Literal
- DsMeta
Llvm
Llvm.AbsSyn
Llvm.MetaData
@@ -567,6 +566,7 @@ Library
if flag(ghci)
Exposed-Modules:
+ DsMeta
Convert
ByteCodeAsm
ByteCodeGen