diff options
Diffstat (limited to 'libraries/template-haskell/template-haskell.cabal')
-rw-r--r-- | libraries/template-haskell/template-haskell.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal index 71e5e02b8b..dfb3b079b3 100644 --- a/libraries/template-haskell/template-haskell.cabal +++ b/libraries/template-haskell/template-haskell.cabal @@ -50,7 +50,7 @@ Library build-depends: base >= 4.8 && < 4.11, - ghc-boot-th == 8.1, + ghc-boot-th == 8.3, pretty == 1.1.* -- We need to set the unit ID to template-haskell (without a |