diff options
author | Colin Watson <cjwatson@debian.org> | 2013-04-15 20:41:58 +0400 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2013-04-15 20:41:58 +0400 |
commit | c879ceb23cfc43f773ba06ccad8e73075d8b08cd (patch) | |
tree | 288da4fcabbb10b77a098a4d210e83e2b370fb93 | |
parent | 52285c62f6fed23cef45a057988e2cec2a360ce7 (diff) | |
download | DHG_packages-c879ceb23cfc43f773ba06ccad8e73075d8b08cd.tar.gz |
rss2irc: Build-depend on ghc-ghci, due to use of Template Haskell splice.
-rw-r--r-- | p/rss2irc/debian/changelog | 6 | ||||
-rw-r--r-- | p/rss2irc/debian/control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/p/rss2irc/debian/changelog b/p/rss2irc/debian/changelog index 54aa0c90a..b869aa30d 100644 --- a/p/rss2irc/debian/changelog +++ b/p/rss2irc/debian/changelog @@ -1,3 +1,9 @@ +rss2irc (1.0.3-2) UNRELEASED; urgency=low + + * Build-depend on ghc-ghci, due to use of Template Haskell splice. + + -- Colin Watson <cjwatson@debian.org> Mon, 15 Apr 2013 17:40:16 +0100 + rss2irc (1.0.3-1) experimental; urgency=low * New upstream version. diff --git a/p/rss2irc/debian/control b/p/rss2irc/debian/control index c83367623..6ca3c91a2 100644 --- a/p/rss2irc/debian/control +++ b/p/rss2irc/debian/control @@ -6,6 +6,7 @@ Uploaders: Clint Adams <clint@debian.org> Build-Depends: haskell-devscripts (>= 0.8.13) , ghc , ghc-prof + , ghc-ghci , libghc-cabal-file-th-dev , libghc-cmdargs-dev , libghc-irc-dev (>> 0.5) |