summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/template-haskell.cabal
diff options
context:
space:
mode:
authorRoss Paterson <ross@soi.city.ac.uk>2008-10-05 09:25:20 +0000
committerRoss Paterson <ross@soi.city.ac.uk>2008-10-05 09:25:20 +0000
commit4d07ded45e295bbe21de449c038e6151efc18c16 (patch)
tree4cb5817334c3b70a52a13c96b46e869c2c548e55 /libraries/template-haskell/template-haskell.cabal
parent0d059912d735ecb8ce8f53abcf0b690e90499045 (diff)
downloadhaskell-4d07ded45e295bbe21de449c038e6151efc18c16.tar.gz
eliminate dependency on syb
Diffstat (limited to 'libraries/template-haskell/template-haskell.cabal')
-rw-r--r--libraries/template-haskell/template-haskell.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal
index 387fa2e30b..080f04f8f4 100644
--- a/libraries/template-haskell/template-haskell.cabal
+++ b/libraries/template-haskell/template-haskell.cabal
@@ -6,7 +6,7 @@ maintainer: libraries@haskell.org
description:
Facilities for manipulating Haskell source code using Template Haskell.
build-type: Simple
-build-depends: base, pretty, packedstring, containers, syb
+build-depends: base, pretty, packedstring, containers
exposed-modules:
Language.Haskell.TH.Syntax,
Language.Haskell.TH.PprLib,