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/control | |
| 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/control')
| -rw-r--r-- | p/haskell-test-framework/debian/control | 3 |
1 files changed, 3 insertions, 0 deletions
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/ |
