diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-12 21:32:59 +0200 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-12 22:15:07 +0200 |
| commit | 14f25aa999a39fc86ff594160c1c50e88df683fa (patch) | |
| tree | d025717f1d114c68a3545b2a16b11270c1e344ff /p/haskell-mono-traversable | |
| parent | 9fa2cdb713769ca89053c21e8700c29bb4bbb005 (diff) | |
| download | DHG_packages-14f25aa999a39fc86ff594160c1c50e88df683fa.tar.gz | |
Run cabal-debian on (some) packages
Diffstat (limited to 'p/haskell-mono-traversable')
| -rw-r--r-- | p/haskell-mono-traversable/debian/control | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/p/haskell-mono-traversable/debian/control b/p/haskell-mono-traversable/debian/control index 67fb0033c..32af4b511 100644 --- a/p/haskell-mono-traversable/debian/control +++ b/p/haskell-mono-traversable/debian/control @@ -4,8 +4,8 @@ Uploaders: Clint Adams <clint@debian.org> Priority: extra Section: haskell Build-Depends: debhelper (>= 9), - cdbs, haskell-devscripts (>= 0.9), + cdbs, ghc, ghc-prof, libghc-comonad-dev (>= 3.0.3), @@ -20,7 +20,7 @@ Build-Depends: debhelper (>= 9), libghc-hashable-prof, libghc-semigroupoids-dev (>= 3.0), libghc-semigroupoids-prof, - libghc-semigroups-dev (>= 0.16), + libghc-semigroups-dev (>= 0.10), libghc-semigroups-prof, libghc-text-dev (>= 0.11), libghc-text-prof, @@ -32,10 +32,14 @@ Build-Depends: debhelper (>= 9), libghc-vector-algorithms-prof, libghc-vector-instances-dev, libghc-vector-instances-prof, - libghc-hspec-dev, libghc-hunit-dev, libghc-quickcheck2-dev, libghc-foldl-dev, + libghc-hspec-dev, + libghc-semigroups-dev, + libghc-text-dev, + libghc-unordered-containers-dev, + libghc-vector-dev, Build-Depends-Indep: ghc-doc, libghc-comonad-doc, libghc-dlist-doc, @@ -49,7 +53,7 @@ Build-Depends-Indep: ghc-doc, libghc-vector-algorithms-doc, libghc-vector-instances-doc, Standards-Version: 3.9.5 -Homepage: http://hackage.haskell.org/package/mono-traversable +Homepage: https://github.com/snoyberg/mono-traversable Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-mono-traversable Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-mono-traversable X-Description: typeclasses for mapping/folding/traversing monomorphic containers |
