diff options
Diffstat (limited to 'libraries/template-haskell/template-haskell.cabal')
-rw-r--r-- | libraries/template-haskell/template-haskell.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal index 7241708473..0d9f468327 100644 --- a/libraries/template-haskell/template-haskell.cabal +++ b/libraries/template-haskell/template-haskell.cabal @@ -49,9 +49,9 @@ Library Language.Haskell.TH.Lib.Map build-depends: - base >= 4.8 && < 4.10, - ghc-boot == 8.1, - pretty == 1.1.* + base >= 4.8 && < 4.10, + ghc-boot-th == 8.1, + pretty == 1.1.* -- We need to set the unit ID to template-haskell (without a -- version number) as it's magic. |