diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2012-02-04 15:17:43 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2012-02-04 15:17:43 +0400 |
| commit | 9a3872ba9459edbf8c561dfacfeebafae4cea28d (patch) | |
| tree | 949b8895fdd82330435cd897c725086da57b9665 /p/haskell-maths | |
| parent | db7ec90716b7b30578774ddd25cf62a192829847 (diff) | |
| download | DHG_packages-9a3872ba9459edbf8c561dfacfeebafae4cea28d.tar.gz | |
haskell-maths: Depend on libghc-random-dev, as it was split out from GHC
Diffstat (limited to 'p/haskell-maths')
| -rw-r--r-- | p/haskell-maths/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-maths/debian/control | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/p/haskell-maths/debian/changelog b/p/haskell-maths/debian/changelog index 6608dc0aa..1ecbc8cbb 100644 --- a/p/haskell-maths/debian/changelog +++ b/p/haskell-maths/debian/changelog @@ -1,3 +1,9 @@ +haskell-maths (0.4.1-2) UNRELEASED; urgency=low + + * Depend on libghc-random-dev, as it was split out from GHC + + -- Joachim Breitner <nomeata@debian.org> Sat, 04 Feb 2012 12:17:29 +0100 + haskell-maths (0.4.1-1) unstable; urgency=low * New upstream release. diff --git a/p/haskell-maths/debian/control b/p/haskell-maths/debian/control index f41528748..3a5d17927 100644 --- a/p/haskell-maths/debian/control +++ b/p/haskell-maths/debian/control @@ -8,8 +8,11 @@ Build-Depends: debhelper (>= 7), cdbs, haskell-devscripts (>= 0.8), ghc, - ghc-prof -Build-Depends-Indep: ghc-doc + ghc-prof, + libghc-random-dev, + libghc-random-prof, +Build-Depends-Indep: ghc-doc, + libghc-random-dev, Standards-Version: 3.9.2 Homepage: http://hackage.haskell.org/package/HaskellForMaths Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-maths |
