diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-12-10 03:28:30 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-12-10 03:28:30 +0400 |
| commit | 243fa83efbc2b346d48c8325edd4d9e8830520d6 (patch) | |
| tree | 79fe5583dd4582625f68e1ef774906a1611cd6c7 /p/haskell-th-extras/debian | |
| parent | 36da48390e0f7f3288f10cf810b9b49c8049915d (diff) | |
| download | DHG_packages-243fa83efbc2b346d48c8325edd4d9e8830520d6.tar.gz | |
haskell-th-extras: Add dependency on ghc-ghci, due to use of TH
Diffstat (limited to 'p/haskell-th-extras/debian')
| -rw-r--r-- | p/haskell-th-extras/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-th-extras/debian/control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/p/haskell-th-extras/debian/changelog b/p/haskell-th-extras/debian/changelog index 1832a5583..6bfc45139 100644 --- a/p/haskell-th-extras/debian/changelog +++ b/p/haskell-th-extras/debian/changelog @@ -1,3 +1,9 @@ +haskell-th-extras (0.0.0.2-3) UNRELEASED; urgency=medium + + * Add dependency on ghc-ghci, due to use of TH + + -- Joachim Breitner <nomeata@debian.org> Mon, 09 Dec 2013 23:28:19 +0000 + haskell-th-extras (0.0.0.2-2) unstable; urgency=low * Adjust watch file to new hackage layout diff --git a/p/haskell-th-extras/debian/control b/p/haskell-th-extras/debian/control index 8685eff0b..783a84dd9 100644 --- a/p/haskell-th-extras/debian/control +++ b/p/haskell-th-extras/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof + , ghc-ghci , libghc-syb-dev , libghc-syb-prof Build-Depends-Indep: ghc-doc |
