summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <duncan@haskell.org>2007-10-18 12:51:16 +0000
committerDuncan Coutts <duncan@haskell.org>2007-10-18 12:51:16 +0000
commit6758b39fdb68c1b15de73fdaaf5a900cf0447fb7 (patch)
tree7d4fd5bf86311133c6e71caa99e9ca9c06f9f3a2
parentbf2a2044de7e206221a58fe0b3dd40320fc74b2d (diff)
downloadhaskell-6758b39fdb68c1b15de73fdaaf5a900cf0447fb7.tar.gz
Specify build-type: Simple
-rw-r--r--libraries/template-haskell/template-haskell.cabal1
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,