diff options
Diffstat (limited to 'libraries/template-haskell/template-haskell.cabal.in')
-rw-r--r-- | libraries/template-haskell/template-haskell.cabal.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal.in b/libraries/template-haskell/template-haskell.cabal.in index 3f79b3b895..7acbf026c1 100644 --- a/libraries/template-haskell/template-haskell.cabal.in +++ b/libraries/template-haskell/template-haskell.cabal.in @@ -57,6 +57,7 @@ Library build-depends: base >= 4.11 && < 4.14, ghc-boot-th == @ProjectVersionMunged@, + ghc-prim, pretty == 1.1.* ghc-options: -Wall |