diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2012-10-17 18:09:54 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2012-10-17 18:09:54 +0400 |
| commit | 1c8345f87e02f3632379fb84466b0a856a237a98 (patch) | |
| tree | 0afb7c3e0a8480eaab42f4c6c97b0dc20de0be4d /p/haskell-test-framework/debian | |
| parent | d9f516794a41104f6dea71b6a32909adbc2bdfa7 (diff) | |
| download | DHG_packages-1c8345f87e02f3632379fb84466b0a856a237a98.tar.gz | |
haskell-test-framework: Depend on libghc-extensible-exceptions-dev
Diffstat (limited to 'p/haskell-test-framework/debian')
| -rw-r--r-- | p/haskell-test-framework/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-test-framework/debian/control | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/p/haskell-test-framework/debian/changelog b/p/haskell-test-framework/debian/changelog index a3c348caa..1054216a2 100644 --- a/p/haskell-test-framework/debian/changelog +++ b/p/haskell-test-framework/debian/changelog @@ -3,6 +3,7 @@ haskell-test-framework (0.6-2) UNRELEASED; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change + * Depend on libghc-extensible-exceptions-dev -- Joachim Breitner <nomeata@debian.org> Sat, 13 Oct 2012 14:13:25 +0200 diff --git a/p/haskell-test-framework/debian/control b/p/haskell-test-framework/debian/control index e08d7673c..5ba7c0acc 100644 --- a/p/haskell-test-framework/debian/control +++ b/p/haskell-test-framework/debian/control @@ -18,6 +18,8 @@ Build-Depends: debhelper (>= 7.0), libghc-random-prof, libghc-regex-posix-dev (>= 0.72), libghc-regex-posix-prof, + libghc-extensible-exceptions-dev (>= 0.1.1), + libghc-extensible-exceptions-prof, libghc-xml-dev (>= 1.3.5), libghc-xml-prof Build-Depends-Indep: ghc-doc, @@ -26,6 +28,7 @@ Build-Depends-Indep: ghc-doc, libghc-hostname-doc, libghc-random-doc, libghc-regex-posix-doc, + libghc-extensible-exceptions-doc, libghc-xml-doc Standards-Version: 3.9.4 Homepage: http://batterseapower.github.com/test-framework/ |
