[Git][ghc/ghc][wip/T25262] fixup! Add template-haskell-lift and template-haskell-quasiquoter
Teo Camarasu (@teo)
gitlab at gitlab.haskell.org
Tue Dec 17 14:20:50 UTC 2024
Teo Camarasu pushed to branch wip/T25262 at Glasgow Haskell Compiler / GHC
Commits:
45f6f135 by Teo Camarasu at 2024-12-17T14:20:40+00:00
fixup! Add template-haskell-lift and template-haskell-quasiquoter
- - - - -
2 changed files:
- hadrian/src/Settings/Default.hs
- libraries/template-haskell-quasiquoter/template-haskell-quasiquoter.cabal
Changes:
=====================================
hadrian/src/Settings/Default.hs
=====================================
@@ -107,6 +107,7 @@ stage0Packages = do
, semaphoreCompat -- depends on
, time -- depends on win32
, thLift -- new library not yet present for boot compilers
+ , thQuasiquoter -- new library not yet present for boot compilers
, unlit
, if windowsHost then win32 else unix
-- We must use the in-tree `Win32` as the version
=====================================
libraries/template-haskell-quasiquoter/template-haskell-quasiquoter.cabal
=====================================
@@ -18,6 +18,10 @@ common warnings
library
import: warnings
exposed-modules: TemplateHaskell.Quasiquoter
- build-depends: base, ghc-internal
+ build-depends: base
+ if impl(ghc>=9.12)
+ build-depends: ghc-internal
+ else
+ build-depends: template-haskell
hs-source-dirs: src
default-language: GHC2021
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/45f6f135d29dee7c58d22ece99b04f7165daf3b3
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/45f6f135d29dee7c58d22ece99b04f7165daf3b3
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20241217/75ae5b83/attachment-0001.html>
More information about the ghc-commits
mailing list