diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2011-11-23 00:54:43 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2011-11-23 00:54:43 +0400 |
commit | 444d33e1bee7067c63c8bc1e634d3d8edbe4cbd5 (patch) | |
tree | 544ac63c4c5d172cc64886f234c360347cda139a /p/haskell-shakespeare | |
parent | a60fde145a16d013982beef64b35e008c5e77f66 (diff) | |
download | DHG_packages-444d33e1bee7067c63c8bc1e634d3d8edbe4cbd5.tar.gz |
haskell-shakespeare: Depend on ghc-ghci, as this needs a Template Haskell capeable compiler.
Diffstat (limited to 'p/haskell-shakespeare')
-rw-r--r-- | p/haskell-shakespeare/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-shakespeare/debian/control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/p/haskell-shakespeare/debian/changelog b/p/haskell-shakespeare/debian/changelog index 3decd6c15..24ec0dcbc 100644 --- a/p/haskell-shakespeare/debian/changelog +++ b/p/haskell-shakespeare/debian/changelog @@ -1,3 +1,9 @@ +haskell-shakespeare (0.10.1.1-2) UNRELEASED; urgency=low + + * Depend on ghc-ghci, as this needs a Template Haskell capeable compiler. + + -- Joachim Breitner <nomeata@debian.org> Tue, 22 Nov 2011 21:54:14 +0100 + haskell-shakespeare (0.10.1.1-1) unstable; urgency=low * New upstream version. diff --git a/p/haskell-shakespeare/debian/control b/p/haskell-shakespeare/debian/control index 64e9e3d67..349a6c430 100644 --- a/p/haskell-shakespeare/debian/control +++ b/p/haskell-shakespeare/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 7) , haskell-devscripts (>= 0.8) , ghc , ghc-prof + , ghc-ghci , libghc-blaze-builder-dev (>> 0.2) , libghc-blaze-builder-dev (<< 0.4) , libghc-blaze-builder-prof |