diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2014-06-08 19:47:10 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-06-08 19:47:10 +0400 |
| commit | 3709d402b8c7fc885853aa879b979cda0eae0a7f (patch) | |
| tree | 8a7131d49a5228b58924fc7ee2c397a7cf39d4fd | |
| parent | dccff70111c289f4366ecafe92c739c35585d369 (diff) | |
| download | DHG_packages-3709d402b8c7fc885853aa879b979cda0eae0a7f.tar.gz | |
haskell-diagrams-lib: Build with Cabal >= 1.18 to install the SVG files in the documentation.
| -rw-r--r-- | p/haskell-diagrams-lib/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-diagrams-lib/debian/control | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/p/haskell-diagrams-lib/debian/changelog b/p/haskell-diagrams-lib/debian/changelog index cff72ac48..da10aecf8 100644 --- a/p/haskell-diagrams-lib/debian/changelog +++ b/p/haskell-diagrams-lib/debian/changelog @@ -1,3 +1,9 @@ +haskell-diagrams-lib (1.2-3) UNRELEASED; urgency=medium + + * Build with Cabal >= 1.18 to install the SVG files in the documentation. + + -- Joachim Breitner <nomeata@debian.org> Sun, 08 Jun 2014 17:45:45 +0200 + haskell-diagrams-lib (1.2-2) unstable; urgency=medium * Merge changes from 1.1.0.6-2 (forgot to pull) diff --git a/p/haskell-diagrams-lib/debian/control b/p/haskell-diagrams-lib/debian/control index ddb40ff77..ed1712167 100644 --- a/p/haskell-diagrams-lib/debian/control +++ b/p/haskell-diagrams-lib/debian/control @@ -61,6 +61,8 @@ Build-Depends: debhelper (>= 9) , libghc-hashable-dev (>= 1.1) , libghc-hashable-dev (<< 1.3) , libghc-hashable-prof +# For Setup.hs + , libghc-cabal-dev (>= 1.18) Build-Depends-Indep: ghc-doc , libghc-semigroups-doc , libghc-monoid-extras-doc |
