diff options
Diffstat (limited to 'libraries/template-haskell/template-haskell.cabal')
-rw-r--r-- | libraries/template-haskell/template-haskell.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal index 06bc1fc61e..e4de59dad5 100644 --- a/libraries/template-haskell/template-haskell.cabal +++ b/libraries/template-haskell/template-haskell.cabal @@ -5,6 +5,7 @@ license-file: LICENSE maintainer: libraries@haskell.org description: Facilities for manipulating Haskell source code using Template Haskell. +build-type: Simple build-depends: base, pretty, packedstring, containers exposed-modules: Language.Haskell.TH.Syntax, |