diff options
Diffstat (limited to 'p/haskell-pointed/debian/control')
| -rw-r--r-- | p/haskell-pointed/debian/control | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/p/haskell-pointed/debian/control b/p/haskell-pointed/debian/control index 31af965de..fdc150c23 100644 --- a/p/haskell-pointed/debian/control +++ b/p/haskell-pointed/debian/control @@ -8,12 +8,11 @@ Build-Depends: debhelper (>= 9), cdbs, ghc, ghc-prof, - libghc-transformers-compat-dev (>= 0.3), - libghc-transformers-compat-dev (<< 1), - libghc-transformers-compat-prof, libghc-comonad-dev (>= 4), + libghc-comonad-dev (<< 5), libghc-comonad-prof, libghc-data-default-class-dev (>= 0.0.1), + libghc-data-default-class-dev (<< 0.1), libghc-data-default-class-prof, libghc-hashable-dev (>= 1.1), libghc-hashable-dev (<< 1.3), @@ -21,31 +20,37 @@ Build-Depends: debhelper (>= 9), libghc-kan-extensions-dev (>= 4.2), libghc-kan-extensions-dev (<< 5), libghc-kan-extensions-prof, - libghc-semigroups-dev (>= 0.8.3.1), - libghc-semigroups-prof, libghc-semigroupoids-dev (>= 4), libghc-semigroupoids-dev (<< 6), libghc-semigroupoids-prof, + libghc-semigroups-dev (>= 0.8.3.1), + libghc-semigroups-dev (<< 1), + libghc-semigroups-prof, libghc-stm-dev (>= 2.1.2.1), + libghc-stm-dev (<< 2.5), libghc-stm-prof, libghc-tagged-dev (>= 0.5), + libghc-tagged-dev (<< 1), libghc-tagged-prof, + libghc-transformers-compat-dev (>= 0.3), + libghc-transformers-compat-dev (<< 1), + libghc-transformers-compat-prof, libghc-unordered-containers-dev (>= 0.2), libghc-unordered-containers-dev (<< 0.3), libghc-unordered-containers-prof, Build-Depends-Indep: ghc-doc, - libghc-transformers-compat-doc, libghc-comonad-doc, libghc-data-default-class-doc, libghc-hashable-doc, libghc-kan-extensions-doc, - libghc-semigroups-doc, libghc-semigroupoids-doc, + libghc-semigroups-doc, libghc-stm-doc, libghc-tagged-doc, + libghc-transformers-compat-doc, libghc-unordered-containers-doc, Standards-Version: 3.9.5 -Homepage: http://hackage.haskell.org/package/pointed +Homepage: http://github.com/ekmett/pointed/ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-pointed Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-pointed X-Description: Pointed and copointed data |
