[DHG_packages] 09/10: Update a few packages with cabal-debian --upgrade

Joachim Breitner nomeata at moszumanska.debian.org
Wed Aug 12 18:20:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository DHG_packages.

commit 0443e71918b6bdf9dbe9f6a02899c4296dd947af
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Aug 12 20:06:16 2015 +0200

    Update a few packages with cabal-debian --upgrade
    
    So if a real change happens, the diff is smaller.
---
 p/alex/debian/alex.install                     |   2 +-
 p/bnfc/debian/control                          |  29 ++-
 p/c2hs/debian/c2hs.install                     |   4 +-
 p/haskell-abstract-deque/debian/control        |  57 +++---
 p/haskell-abstract-par/debian/control          |  51 ++---
 p/haskell-acid-state/debian/control            |  89 ++++----
 p/haskell-active/debian/control                |  85 ++++----
 p/haskell-adjunctions/debian/control           | 128 ++++++------
 p/haskell-aeson-pretty/debian/control          |  96 +++++----
 p/haskell-aeson-qq/debian/control              |   6 +-
 p/haskell-aeson/debian/control                 | 125 ++++++------
 p/haskell-algebra/debian/control               |  57 +++---
 p/haskell-ansi-terminal/debian/control         |  42 ++--
 p/haskell-ansi-wl-pprint/debian/control        |  47 +++--
 p/haskell-appar/debian/control                 |  42 ++--
 p/haskell-arrows/debian/control                |  41 ++--
 p/haskell-asn1-data/debian/control             |  73 ++++---
 p/haskell-asn1-data/debian/rules               |   2 -
 p/haskell-asn1-encoding/debian/control         |  71 +++----
 p/haskell-asn1-types/debian/control            |  58 +++---
 p/haskell-async/debian/control                 |  62 +++---
 p/haskell-attoparsec-enumerator/debian/control |  70 ++++---
 p/haskell-attoparsec/debian/control            |  70 ++++---
 p/haskell-authenticate-oauth/debian/control    | 116 ++++++-----
 p/haskell-authenticate/debian/control          | 135 ++++++-------
 p/haskell-auto-update/debian/control           |   8 +-
 p/haskell-aws/debian/control                   | 268 +++++++++++++------------
 p/haskell-base-unicode-symbols/debian/control  |  51 ++---
 p/haskell-base16-bytestring/debian/control     |  40 ++--
 p/haskell-base64-bytestring/debian/control     |  61 +++---
 p/haskell-basic-prelude/debian/control         | 103 +++++-----
 p/haskell-bencode/debian/control               |  55 ++---
 p/haskell-bifunctors/debian/control            |  70 ++++---
 p/haskell-binary-conduit/debian/control        |  76 +++----
 p/haskell-bindings-dsl/debian/control          |  28 +--
 p/haskell-bindings-nettle/debian/control       |  67 ++++---
 36 files changed, 1221 insertions(+), 1164 deletions(-)

diff --git a/p/alex/debian/alex.install b/p/alex/debian/alex.install
index 07865a7..2926f44 100644
--- a/p/alex/debian/alex.install
+++ b/p/alex/debian/alex.install
@@ -1,2 +1,2 @@
-dist-ghc/build/alex/alex usr/bin
 debian/tmp-inst-ghc/usr/share/alex usr/share
+dist-ghc/build/alex/alex usr/bin
diff --git a/p/bnfc/debian/control b/p/bnfc/debian/control
index 056d0dc..38715bd 100644
--- a/p/bnfc/debian/control
+++ b/p/bnfc/debian/control
@@ -1,26 +1,25 @@
 Source: bnfc
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Joachim Breitner <nomeata at debian.org>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.9)
-  , ghc
-  , ghc-prof
-  , libghc-mtl-dev
-  , libghc-process-dev
-  , alex
-  , happy
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-mtl-dev,
+Build-Depends-Indep: ghc-doc,
 Standards-Version: 3.9.4
 Homepage: http://bnfc.digitalgrammars.com/
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/bnfc
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/bnfc
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bnfc
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bnfc
 
 Package: bnfc
-Section: devel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: devel
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
 Description: Compiler front-end generator based on Labelled BNF
  The BNF Converter is a compiler construction tool that generates a
  compiler front-end and a readable syntax description document from a
diff --git a/p/c2hs/debian/c2hs.install b/p/c2hs/debian/c2hs.install
index af63739..f184181 100644
--- a/p/c2hs/debian/c2hs.install
+++ b/p/c2hs/debian/c2hs.install
@@ -1,2 +1,2 @@
-dist-ghc/build/c2hs/c2hs		usr/bin
-C2HS.hs 						usr/share/c2hs
+C2HS.hs usr/share/c2hs
+dist-ghc/build/c2hs/c2hs usr/bin
diff --git a/p/haskell-abstract-deque/debian/control b/p/haskell-abstract-deque/debian/control
index b076f4b..d41c573 100644
--- a/p/haskell-abstract-deque/debian/control
+++ b/p/haskell-abstract-deque/debian/control
@@ -1,21 +1,21 @@
 Source: haskell-abstract-deque
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Clint Adams <clint at debian.org>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.9)
-  , ghc
-  , ghc-prof
-  , libghc-random-dev
-  , libghc-random-prof
-Build-Depends-Indep: ghc-doc
-  , libghc-random-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-random-dev,
+ libghc-random-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-random-doc,
 Standards-Version: 3.9.5
-Homepage: http://hackage.haskell.org/package/abstract-deque
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-abstract-deque
+Homepage: https://github.com/rrnewton/haskell-lockfree/wiki
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-abstract-deque
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-abstract-deque
 X-Description: abstract, parameterized interface to mutable Deques
  An abstract interface to highly-parameterizable queues/deques.
  .
@@ -35,12 +35,12 @@ X-Description: abstract, parameterized interface to mutable Deques
 
 Package: libghc-abstract-deque-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -48,22 +48,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-abstract-deque-prof
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
 Package: libghc-abstract-deque-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
diff --git a/p/haskell-abstract-par/debian/control b/p/haskell-abstract-par/debian/control
index 0b91675..ce843b3 100644
--- a/p/haskell-abstract-par/debian/control
+++ b/p/haskell-abstract-par/debian/control
@@ -1,30 +1,30 @@
 Source: haskell-abstract-par
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Sven Bartscher <sven.bartscher at weltraumschlangen.de>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.9)
-  , ghc
-  , ghc-prof
-Build-Depends-Indep: ghc-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+Build-Depends-Indep: ghc-doc,
 Standards-Version: 3.9.5
-Homepage: http://hackage.haskell.org/package/abstract-par
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-abstract-par
+Homepage: https://github.com/simonmar/monad-par
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-abstract-par
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-abstract-par
 X-Description: Abstract parallelization interface
  This module offers the types and abstract definitons for the par monad. The
  par monad offers parrallelization based on dataflow programming.
 
 Package: libghc-abstract-par-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -32,22 +32,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-abstract-par-prof
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
 Package: libghc-abstract-par-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
diff --git a/p/haskell-acid-state/debian/control b/p/haskell-acid-state/debian/control
index 0622772..929b5ce 100644
--- a/p/haskell-acid-state/debian/control
+++ b/p/haskell-acid-state/debian/control
@@ -1,46 +1,46 @@
 Source: haskell-acid-state
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Giovanni Mascellani <gio at debian.org>, Clint Adams <clint at debian.org>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.9)
-  , ghc
-  , ghc-prof
-  , ghc-ghci
-  , libghc-cereal-dev (>= 0.4.0.0)
-  , libghc-cereal-prof
-  , libghc-safecopy-dev (>= 0.6)
-  , libghc-safecopy-prof
-  , libghc-extensible-exceptions-dev
-  , libghc-extensible-exceptions-prof
-  , libghc-stm-dev (>= 2.4)
-  , libghc-stm-prof
-  , libghc-mtl-dev
-  , libghc-mtl-prof
-  , libghc-network-dev
-  , libghc-network-prof
-Build-Depends-Indep: ghc-doc
-  , libghc-cereal-doc
-  , libghc-extensible-exceptions-doc
-  , libghc-safecopy-doc
-  , libghc-stm-doc
-  , libghc-mtl-doc
-  , libghc-network-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ ghc-ghci,
+ libghc-cereal-dev (>= 0.4.0.0),
+ libghc-cereal-prof,
+ libghc-extensible-exceptions-dev,
+ libghc-extensible-exceptions-prof,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-network-dev,
+ libghc-network-prof,
+ libghc-safecopy-dev (>= 0.6),
+ libghc-safecopy-prof,
+ libghc-stm-dev (>= 2.4),
+ libghc-stm-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-cereal-doc,
+ libghc-extensible-exceptions-doc,
+ libghc-mtl-doc,
+ libghc-network-doc,
+ libghc-safecopy-doc,
+ libghc-stm-doc,
 Standards-Version: 3.9.5
-Homepage: http://hackage.haskell.org/package/acid-state
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-acid-state
+Homepage: http://acid-state.seize.it/
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-acid-state
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-acid-state
 
 Package: libghc-acid-state-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Haskell database library with ACID guarantees - GHC libraries${haskell:ShortBlurb}
  AcidState is a Haskell library to store serializable Haskell
  structures, guaranteeing that transactions support the ACID
@@ -59,11 +59,11 @@ Description: Haskell database library with ACID guarantees - GHC libraries${hask
 
 Package: libghc-acid-state-prof
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Haskell database library with ACID guarantees - GHC profiling libraries${haskell:ShortBlurb}
  AcidState is a Haskell library to store serializable Haskell
  structures, guaranteeing that transactions support the ACID
@@ -81,11 +81,12 @@ Description: Haskell database library with ACID guarantees - GHC profiling libra
  haskell-happstack-state.
 
 Package: libghc-acid-state-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: Haskell database library with ACID guarantees - documentation${haskell:ShortBlurb}
  AcidState is a Haskell library to store serializable Haskell
  structures, guaranteeing that transactions support the ACID
diff --git a/p/haskell-active/debian/control b/p/haskell-active/debian/control
index 47fd1d6..8f11a8f 100644
--- a/p/haskell-active/debian/control
+++ b/p/haskell-active/debian/control
@@ -1,45 +1,45 @@
 Source: haskell-active
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Joachim Breitner <nomeata at debian.org>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.9)
-  , ghc
-  , ghc-prof
-  , libghc-semigroups-dev (>= 0.1)
-  , libghc-semigroups-dev (<< 0.17)
-  , libghc-semigroups-prof
-  , libghc-semigroupoids-dev (>= 1.2)
-  , libghc-semigroupoids-dev (<< 4.4)
-  , libghc-semigroupoids-prof
-  , libghc-vector-space-dev (>= 0.8)
-  , libghc-vector-space-dev (<< 0.11)
-  , libghc-vector-space-prof
-  , libghc-newtype-dev (>= 0.2)
-  , libghc-newtype-dev (<< 0.3)
-  , libghc-newtype-prof
-  , libghc-quickcheck2-dev (>= 2.4.2)
-  , libghc-quickcheck2-dev (<< 2.8)
-Build-Depends-Indep: ghc-doc
-  , libghc-semigroups-doc
-  , libghc-semigroupoids-doc
-  , libghc-vector-space-doc
-  , libghc-newtype-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-newtype-dev (>= 0.2),
+ libghc-newtype-dev (<< 0.3),
+ libghc-newtype-prof,
+ libghc-semigroupoids-dev (>= 1.2),
+ libghc-semigroupoids-dev (<< 4.4),
+ libghc-semigroupoids-prof,
+ libghc-semigroups-dev (>= 0.1),
+ libghc-semigroups-dev (<< 0.17),
+ libghc-semigroups-prof,
+ libghc-vector-space-dev (>= 0.8),
+ libghc-vector-space-dev (<< 0.11),
+ libghc-vector-space-prof,
+ libghc-quickcheck2-dev (>= 2.4.2),
+ libghc-quickcheck2-dev (<< 2.8),
+Build-Depends-Indep: ghc-doc,
+ libghc-newtype-doc,
+ libghc-semigroupoids-doc,
+ libghc-semigroups-doc,
+ libghc-vector-space-doc,
 Standards-Version: 3.9.5
 Homepage: http://hackage.haskell.org/package/active
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-active
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-active
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-active
 
 Package: libghc-active-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Abstractions for animation${haskell:ShortBlurb}
  Inspired by the work of Kevin Matlage and Andy Gill (Every Animation Should
  Have a Beginning, a Middle, and an End, Trends in Functional Programming,
@@ -51,11 +51,11 @@ Description: Abstractions for animation${haskell:ShortBlurb}
 
 Package: libghc-active-prof
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Abstractions for animation${haskell:ShortBlurb}
  Inspired by the work of Kevin Matlage and Andy Gill (Every Animation Should
  Have a Beginning, a Middle, and an End, Trends in Functional Programming,
@@ -66,11 +66,12 @@ Description: Abstractions for animation${haskell:ShortBlurb}
  ${haskell:Blurb}
 
 Package: libghc-active-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: Abstractions for animation${haskell:ShortBlurb}
  Inspired by the work of Kevin Matlage and Andy Gill (Every Animation Should
  Have a Beginning, a Middle, and an End, Trends in Functional Programming,
diff --git a/p/haskell-adjunctions/debian/control b/p/haskell-adjunctions/debian/control
index bb7be7e..40460d5 100644
--- a/p/haskell-adjunctions/debian/control
+++ b/p/haskell-adjunctions/debian/control
@@ -1,65 +1,67 @@
 Source: haskell-adjunctions
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Iulian Udrea <iulian at linux.com>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.9)
-  , ghc
-  , ghc-prof
-  , libghc-comonad-dev (>= 4)
-  , libghc-comonad-dev (<< 5)
-  , libghc-comonad-prof
-  , libghc-contravariant-dev (>= 1)
-  , libghc-contravariant-dev (<< 2)
-  , libghc-contravariant-prof
-  , libghc-distributive-dev (>= 0.4)
-  , libghc-distributive-dev (<< 1)
-  , libghc-distributive-prof
-  , libghc-mtl-dev (>= 2.0.1)
-  , libghc-mtl-dev (<< 2.3)
-  , libghc-mtl-prof
-  , libghc-profunctors-dev (>= 4)
-  , libghc-profunctors-dev (<< 6)
-  , libghc-profunctors-prof
-  , libghc-semigroupoids-dev (>= 4)
-  , libghc-semigroupoids-dev (<< 6)
-  , libghc-semigroupoids-prof
-  , libghc-semigroups-dev (>= 0.11)
-  , libghc-semigroups-dev (<< 1)
-  , libghc-semigroups-prof
-  , libghc-tagged-dev (>= 0.7)
-  , libghc-tagged-dev (<< 1)
-  , libghc-tagged-prof
-  , libghc-void-dev (>= 0.5.5.1)
-  , libghc-void-dev (<< 1)
-  , libghc-void-prof
-  , libghc-free-dev (>= 4)
-  , libghc-free-dev (<< 5)
-  , libghc-free-prof
-Build-Depends-Indep: ghc-doc
-  , libghc-comonad-doc
-  , libghc-contravariant-doc
-  , libghc-distributive-doc
-  , libghc-mtl-doc
-  , libghc-semigroupoids-doc
-  , libghc-semigroups-doc
-  , libghc-tagged-doc
-  , libghc-void-doc
-  , libghc-free-doc
-  , libghc-profunctors-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-comonad-dev (>= 4),
+ libghc-comonad-dev (<< 5),
+ libghc-comonad-prof,
+ libghc-contravariant-dev (>= 1),
+ libghc-contravariant-dev (<< 2),
+ libghc-contravariant-prof,
+ libghc-distributive-dev (>= 0.4),
+ libghc-distributive-dev (<< 1),
+ libghc-distributive-prof,
+ libghc-free-dev (>= 4),
+ libghc-free-dev (<< 5),
+ libghc-free-prof,
+ libghc-mtl-dev (>= 2.0.1),
+ libghc-mtl-dev (<< 2.3),
+ libghc-mtl-prof,
+ libghc-profunctors-dev (>= 4),
+ libghc-profunctors-dev (<< 6),
+ libghc-profunctors-prof,
+ libghc-semigroupoids-dev (>= 4),
+ libghc-semigroupoids-dev (<< 6),
+ libghc-semigroupoids-prof,
+ libghc-semigroups-dev (>= 0.11),
+ libghc-semigroups-dev (<< 1),
+ libghc-semigroups-prof,
+ libghc-tagged-dev (>= 0.7),
+ libghc-tagged-dev (<< 1),
+ libghc-tagged-prof,
+ libghc-void-dev (>= 0.5.5.1),
+ libghc-void-dev (<< 1),
+ libghc-void-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-comonad-doc,
+ libghc-contravariant-doc,
+ libghc-distributive-doc,
+ libghc-free-doc,
+ libghc-mtl-doc,
+ libghc-profunctors-doc,
+ libghc-semigroupoids-doc,
+ libghc-semigroups-doc,
+ libghc-tagged-doc,
+ libghc-void-doc,
 Standards-Version: 3.9.5
-Homepage: http://hackage.haskell.org/package/adjunctions
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-adjunctions
+Homepage: http://github.com/ekmett/adjunctions/
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-adjunctions
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-adjunctions
 
 Package: libghc-adjunctions-dev
 Architecture: any
-Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Adjunctions${haskell:ShortBlurb}
  In mathematics, adjoint functors are pairs of functors which stand in a
  particular relationship with one another, called an adjunction.
@@ -68,10 +70,11 @@ Description: Adjunctions${haskell:ShortBlurb}
 
 Package: libghc-adjunctions-prof
 Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Adjunctions${haskell:ShortBlurb}
  In mathematics, adjoint functors are pairs of functors which stand in a
  particular relationship with one another, called an adjunction.
@@ -79,11 +82,12 @@ Description: Adjunctions${haskell:ShortBlurb}
  ${haskell:Blurb}
 
 Package: libghc-adjunctions-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: Adjunctions${haskell:ShortBlurb}
  In mathematics, adjoint functors are pairs of functors which stand in a
  particular relationship with one another, called an adjunction.
diff --git a/p/haskell-aeson-pretty/debian/control b/p/haskell-aeson-pretty/debian/control
index ed8fcb2..28a11a5 100644
--- a/p/haskell-aeson-pretty/debian/control
+++ b/p/haskell-aeson-pretty/debian/control
@@ -1,36 +1,33 @@
 Source: haskell-aeson-pretty
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Clint Adams <clint at debian.org>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.9)
-  , ghc
-  , ghc-prof
-  , libghc-aeson-dev (>= 0.7)
-  , libghc-aeson-prof
-  , libghc-attoparsec-dev (>= 0.10)
-  , libghc-attoparsec-prof
-  , libghc-cmdargs-dev (>= 0.7)
-  , libghc-cmdargs-prof
-  , libghc-text-dev (>= 0.11)
-  , libghc-text-prof
-  , libghc-unordered-containers-dev (>= 0.1.3.0)
-  , libghc-unordered-containers-prof
-  , libghc-vector-dev (>= 0.9)
-  , libghc-vector-prof
-Build-Depends-Indep: ghc-doc
-  , libghc-aeson-doc
-  , libghc-attoparsec-doc
-  , libghc-cmdargs-doc
-  , libghc-text-doc
-  , libghc-unordered-containers-doc
-  , libghc-vector-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-aeson-dev (>= 0.7),
+ libghc-aeson-prof,
+ libghc-text-dev (>= 0.11),
+ libghc-text-prof,
+ libghc-unordered-containers-dev (>= 0.1.3.0),
+ libghc-unordered-containers-prof,
+ libghc-vector-dev (>= 0.9),
+ libghc-vector-prof,
+ libghc-aeson-dev (>= 0.6),
+ libghc-attoparsec-dev (>= 0.10),
+ libghc-cmdargs-dev (>= 0.7),
+Build-Depends-Indep: ghc-doc,
+ libghc-aeson-doc,
+ libghc-text-doc,
+ libghc-unordered-containers-doc,
+ libghc-vector-doc,
 Standards-Version: 3.9.5
-Homepage: http://hackage.haskell.org/package/aeson-pretty
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-aeson-pretty
+Homepage: http://github.com/informatikr/aeson-pretty
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-aeson-pretty
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-aeson-pretty
 X-Description: JSON pretty-printing library
  A JSON pretty-printing library compatible with Aeson.
  .
@@ -40,12 +37,12 @@ X-Description: JSON pretty-printing library
 
 Package: libghc-aeson-pretty-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -53,22 +50,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-aeson-pretty-prof
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
 Package: libghc-aeson-pretty-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -77,12 +75,12 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: aeson-pretty
 Architecture: any
 Section: utils
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: JSON pretty-printing tool
  The command-line tool reads JSON from stdin and writes prettified
  JSON to stdout. It also offers a complementary compact-mode,
diff --git a/p/haskell-aeson-qq/debian/control b/p/haskell-aeson-qq/debian/control
index ad89bbb..67519c3 100644
--- a/p/haskell-aeson-qq/debian/control
+++ b/p/haskell-aeson-qq/debian/control
@@ -12,18 +12,18 @@ Build-Depends: debhelper (>= 9),
  libghc-aeson-prof,
  libghc-src-meta-dev (>= 0.1.0),
  libghc-src-meta-prof,
- libghc-hspec-dev,
- libghc-hspec-prof,
  libghc-parsec3-dev (>= 3) | libghc-parsec2-dev (<< 3),
  libghc-parsec3-prof (>= 3) | libghc-parsec2-prof (<< 3),
  libghc-text-dev,
  libghc-text-prof,
  libghc-vector-dev,
  libghc-vector-prof,
+ libghc-aeson-dev,
+ libghc-src-meta-dev,
+ libghc-hspec-dev,
 Build-Depends-Indep: ghc-doc,
  libghc-aeson-doc,
  libghc-src-meta-doc,
- libghc-hspec-doc,
  libghc-parsec3-doc (>= 3) | libghc-parsec2-doc (<< 3),
  libghc-text-doc,
  libghc-vector-doc,
diff --git a/p/haskell-aeson/debian/control b/p/haskell-aeson/debian/control
index f334c83..1fd6d90 100644
--- a/p/haskell-aeson/debian/control
+++ b/p/haskell-aeson/debian/control
@@ -1,64 +1,64 @@
 Source: haskell-aeson
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Clint Adams <clint at debian.org>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.9)
-  , ghc (>= 7.4.2)
-  , ghc-prof
-  , libghc-attoparsec-dev (>> 0.11.3.4)
-  , libghc-attoparsec-prof
-  , libghc-deepseq-dev
-  , libghc-deepseq-prof
-  , libghc-hashable-dev (>> 1.1.2.0)
-  , libghc-hashable-prof
-  , libghc-hunit-dev
-  , libghc-mtl-dev
-  , libghc-mtl-prof
-  , libghc-syb-dev
-  , libghc-syb-prof
-  , libghc-dlist-dev (>= 0.2)
-  , libghc-dlist-prof
-  , libghc-text-dev (>= 1.1.1.0)
-  , libghc-text-prof
-  , libghc-unordered-containers-dev (>= 0.2.3.0)
-  , libghc-unordered-containers-prof
-  , libghc-vector-dev (>= 0.7.1)
-  , libghc-vector-prof
-  , libghc-hunit-dev
-  , libghc-quickcheck2-dev
-  , libghc-scientific-dev (>= 0.3.1)
-  , libghc-scientific-dev (<< 0.4)
-  , libghc-scientific-prof
-  , libghc-test-framework-dev
-  , libghc-test-framework-hunit-dev
-  , libghc-test-framework-quickcheck2-dev
-Build-Depends-Indep: ghc-doc
-  , libghc-attoparsec-doc
-  , libghc-deepseq-doc
-  , libghc-hashable-doc
-  , libghc-mtl-doc
-  , libghc-scientific-doc
-  , libghc-syb-doc
-  , libghc-dlist-doc
-  , libghc-text-doc
-  , libghc-unordered-containers-doc
-  , libghc-vector-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-attoparsec-dev (>= 0.11.3.4),
+ libghc-attoparsec-prof,
+ libghc-dlist-dev (>= 0.2),
+ libghc-dlist-prof,
+ libghc-hashable-dev (>= 1.1.2.0),
+ libghc-hashable-prof,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-scientific-dev (>= 0.3.1),
+ libghc-scientific-dev (<< 0.4),
+ libghc-scientific-prof,
+ libghc-syb-dev,
+ libghc-syb-prof,
+ libghc-text-dev (>= 1.1.1.0),
+ libghc-text-prof,
+ libghc-unordered-containers-dev (>= 0.2.3.0),
+ libghc-unordered-containers-prof,
+ libghc-vector-dev (>= 0.7.1),
+ libghc-vector-prof,
+ libghc-hunit-dev,
+ libghc-quickcheck2-dev,
+ libghc-attoparsec-dev,
+ libghc-test-framework-dev,
+ libghc-test-framework-hunit-dev,
+ libghc-test-framework-quickcheck2-dev,
+ libghc-text-dev,
+ libghc-unordered-containers-dev,
+ libghc-vector-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-attoparsec-doc,
+ libghc-dlist-doc,
+ libghc-hashable-doc,
+ libghc-mtl-doc,
+ libghc-scientific-doc,
+ libghc-syb-doc,
+ libghc-text-doc,
+ libghc-unordered-containers-doc,
+ libghc-vector-doc,
 Standards-Version: 3.9.5
-Homepage: http://hackage.haskell.org/package/aeson
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-aeson
+Homepage: https://github.com/bos/aeson
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-aeson
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-aeson
 
 Package: libghc-aeson-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Fast JSON parsing and encoding library${haskell:ShortBlurb}
  It is a JSON parsing and encoding library optimized for ease of use
  and high performance.
@@ -67,11 +67,11 @@ Description: Fast JSON parsing and encoding library${haskell:ShortBlurb}
 
 Package: libghc-aeson-prof
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Fast JSON parsing and encoding library${haskell:ShortBlurb}
  It is a JSON parsing and encoding library optimized for ease of use
  and high performance.
@@ -79,11 +79,12 @@ Description: Fast JSON parsing and encoding library${haskell:ShortBlurb}
  ${haskell:Blurb}
 
 Package: libghc-aeson-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: Fast JSON parsing and encoding library${haskell:ShortBlurb}
  It is a JSON parsing and encoding library optimized for ease of use
  and high performance.
diff --git a/p/haskell-algebra/debian/control b/p/haskell-algebra/debian/control
index b9e856c..19540f6 100644
--- a/p/haskell-algebra/debian/control
+++ b/p/haskell-algebra/debian/control
@@ -1,11 +1,11 @@
 Source: haskell-algebra
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Iulian Udrea <iulian at linux.com>
+Priority: extra
+Section: haskell
 Build-Depends: debhelper (>= 9),
- cdbs,
  haskell-devscripts (>= 0.9),
+ cdbs,
  ghc,
  ghc-prof,
  libghc-adjunctions-dev (>= 4),
@@ -14,60 +14,65 @@ Build-Depends: debhelper (>= 9),
  libghc-distributive-dev (>= 0.2.2),
  libghc-distributive-dev (<< 1),
  libghc-distributive-prof,
- libghc-tagged-dev (>= 0.4.2),
- libghc-tagged-prof,
  libghc-mtl-dev (>= 2.0.1),
  libghc-mtl-dev (<< 2.3),
  libghc-mtl-prof,
  libghc-nats-dev (>= 0.1),
  libghc-nats-dev (<< 2),
  libghc-nats-prof,
- libghc-semigroups-dev (>= 0.9),
- libghc-semigroups-dev (<< 1),
- libghc-semigroups-prof,
  libghc-semigroupoids-dev (>= 4),
  libghc-semigroupoids-dev (<< 5),
  libghc-semigroupoids-prof,
+ libghc-semigroups-dev (>= 0.9),
+ libghc-semigroups-dev (<< 1),
+ libghc-semigroups-prof,
+ libghc-tagged-dev (>= 0.4.2),
+ libghc-tagged-dev (<< 1),
+ libghc-tagged-prof,
  libghc-void-dev (>= 0.5.5.1),
  libghc-void-dev (<< 1),
- libghc-void-prof
+ libghc-void-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-adjunctions-doc,
  libghc-distributive-doc,
- libghc-tagged-doc,
  libghc-mtl-doc,
  libghc-nats-doc,
- libghc-semigroups-doc,
  libghc-semigroupoids-doc,
- libghc-void-doc
+ libghc-semigroups-doc,
+ libghc-tagged-doc,
+ libghc-void-doc,
 Standards-Version: 3.9.4
-Homepage: http://hackage.haskell.org/package/algebra
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-algebra
+Homepage: http://github.com/ekmett/algebra/
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-algebra
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-algebra
 
 Package: libghc-algebra-dev
 Architecture: any
-Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Constructive abstract algebra
  ${haskell:Blurb}
 
 Package: libghc-algebra-prof
 Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Constructive abstract algebra${haskell:ShortBlurb}
  ${haskell:Blurb}
 
 Package: libghc-algebra-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: Constructive abstract algebra${haskell:ShortBlurb}
  ${haskell:Blurb}
diff --git a/p/haskell-ansi-terminal/debian/control b/p/haskell-ansi-terminal/debian/control
index 9538e37..8af3975 100644
--- a/p/haskell-ansi-terminal/debian/control
+++ b/p/haskell-ansi-terminal/debian/control
@@ -1,27 +1,27 @@
 Source: haskell-ansi-terminal
-Priority: extra
-Section: haskell
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Kiwamu Okabe <kiwamu at debian.or.jp>
+Priority: extra
+Section: haskell
 Build-Depends: debhelper (>= 9),
-               haskell-devscripts (>= 0.9),
-               cdbs,
-               ghc,
-               ghc-prof
-Build-Depends-Indep: ghc-doc
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+Build-Depends-Indep: ghc-doc,
 Standards-Version: 3.9.5
-Homepage: http://batterseapower.github.com/ansi-terminal
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ansi-terminal
+Homepage: https://github.com/feuerbach/ansi-terminal
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-ansi-terminal
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ansi-terminal
 
 Package: libghc-ansi-terminal-dev
 Architecture: any
 Depends: ${shlibs:Depends},
-         ${haskell:Depends},
-         ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+ ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Simple ANSI terminal support, with Windows compatibility
  ANSI terminal support for Haskell: allows cursor movement, screen clearing,
  color output showing or hiding the cursor, and changing the title.
@@ -33,10 +33,10 @@ Description: Simple ANSI terminal support, with Windows compatibility
 Package: libghc-ansi-terminal-prof
 Architecture: any
 Depends: ${haskell:Depends},
-         ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Simple ANSI terminal support, with Windows compatibility; profiling libraries
  ANSI terminal support for Haskell: allows cursor movement, screen clearing,
  color output showing or hiding the cursor, and changing the title.
@@ -49,9 +49,9 @@ Package: libghc-ansi-terminal-doc
 Architecture: all
 Section: doc
 Depends: ${haskell:Depends},
-         ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: Simple ANSI terminal support, with Windows compatibility; documentation
  ANSI terminal support for Haskell: allows cursor movement, screen clearing,
  color output showing or hiding the cursor, and changing the title.
diff --git a/p/haskell-ansi-wl-pprint/debian/control b/p/haskell-ansi-wl-pprint/debian/control
index 6f03e6e..c4e9911 100644
--- a/p/haskell-ansi-wl-pprint/debian/control
+++ b/p/haskell-ansi-wl-pprint/debian/control
@@ -1,32 +1,31 @@
 Source: haskell-ansi-wl-pprint
-Priority: extra
-Section: haskell
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Kiwamu Okabe <kiwamu at debian.or.jp>
+Priority: extra
+Section: haskell
 Build-Depends: debhelper (>= 9),
-               haskell-devscripts (>= 0.9),
-               cdbs,
-               ghc,
-               ghc-prof,
-               libghc-ansi-terminal-dev (>= 0.4.0),
-               libghc-ansi-terminal-dev (<< 0.7)
-             , libghc-ansi-terminal-prof
-             , libghc-ansi-terminal-prof
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-ansi-terminal-dev (>= 0.4.0),
+ libghc-ansi-terminal-dev (<< 0.7),
+ libghc-ansi-terminal-prof,
 Build-Depends-Indep: ghc-doc,
-                   , libghc-ansi-terminal-doc
+ libghc-ansi-terminal-doc,
 Standards-Version: 3.9.5
 Homepage: http://github.com/batterseapower/ansi-wl-pprint
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ansi-wl-pprint
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-ansi-wl-pprint
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ansi-wl-pprint
 
 Package: libghc-ansi-wl-pprint-dev
 Architecture: any
 Depends: ${shlibs:Depends},
-         ${haskell:Depends},
-         ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+ ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Wadler/Leijen Pretty Printer for colored ANSI terminal output
  This is a pretty printing library based on Wadler's paper
  "A Prettier Printer". It has been enhanced with support for ANSI terminal
@@ -37,10 +36,10 @@ Description: Wadler/Leijen Pretty Printer for colored ANSI terminal output
 Package: libghc-ansi-wl-pprint-prof
 Architecture: any
 Depends: ${haskell:Depends},
-         ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Wadler/Leijen Pretty Printer for colored ANSI terminal output; profiling lib
  This is a pretty printing library based on Wadler's paper
  "A Prettier Printer". It has been enhanced with support for ANSI terminal
@@ -52,9 +51,9 @@ Package: libghc-ansi-wl-pprint-doc
 Architecture: all
 Section: doc
 Depends: ${haskell:Depends},
-         ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: Wadler/Leijen Pretty Printer for colored ANSI terminal output; documentation
  This is a pretty printing library based on Wadler's paper
  "A Prettier Printer". It has been enhanced with support for ANSI terminal
diff --git a/p/haskell-appar/debian/control b/p/haskell-appar/debian/control
index 47020e3..4f37b2e 100644
--- a/p/haskell-appar/debian/control
+++ b/p/haskell-appar/debian/control
@@ -1,30 +1,29 @@
 Source: haskell-appar
-Priority: extra
-Section: haskell
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Joey Hess <joeyh at debian.org>
-Build-Depends:
- debhelper (>= 9),
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
  haskell-devscripts (>= 0.9),
  cdbs,
  ghc,
  ghc-prof,
- ghc-doc,
+Build-Depends-Indep: ghc-doc,
 Standards-Version: 3.9.4
 Homepage: http://hackage.haskell.org/package/appar
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-appar
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-appar
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-appar
 X-Description: A simple applicative parser in Parsec style
  This is a simple applicative parser.
 
 Package: libghc-appar-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -32,22 +31,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-appar-prof
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
 Package: libghc-appar-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
diff --git a/p/haskell-arrows/debian/control b/p/haskell-arrows/debian/control
index 3888e25..6a3c311 100644
--- a/p/haskell-arrows/debian/control
+++ b/p/haskell-arrows/debian/control
@@ -1,28 +1,29 @@
 Source: haskell-arrows
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Joachim Breitner <nomeata at debian.org>
-Standards-Version: 3.9.4
-Build-Depends:
- cdbs,
- debhelper (>= 9),
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
  haskell-devscripts (>= 0.9),
+ cdbs,
  ghc,
  ghc-prof,
  libghc-stream-dev,
  libghc-stream-prof,
-Build-Depends-Indep: ghc-doc
-  , libghc-stream-doc
+Build-Depends-Indep: ghc-doc,
+ libghc-stream-doc,
+Standards-Version: 3.9.4
 Homepage: http://www.haskell.org/arrows/
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-arrows
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-arrows
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-arrows
 
 Package: libghc-arrows-dev
 Architecture: any
-Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Haskell arrow classes and transformers for GHC${haskell:ShortBlurb}
  This library provides several classes that extend the Arrow class, and
  some transformers that implement or lift these classes.
@@ -31,8 +32,10 @@ Description: Haskell arrow classes and transformers for GHC${haskell:ShortBlurb}
 
 Package: libghc-arrows-prof
 Architecture: any
-Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Provides: ${haskell:Provides},
 Description: Haskell arrow classes and transformers for GHC${haskell:ShortBlurb}
  This library provides several classes that extend the Arrow class, and
  some transformers that implement or lift these classes.
@@ -40,14 +43,14 @@ Description: Haskell arrow classes and transformers for GHC${haskell:ShortBlurb}
  ${haskell:Blurb}
 
 Package: libghc-arrows-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: Haskell arrow classes and transformers for GHC${haskell:ShortBlurb}
  This library provides several classes that extend the Arrow class, and
  some transformers that implement or lift these classes.
  .
  ${haskell:Blurb}
-
diff --git a/p/haskell-asn1-data/debian/control b/p/haskell-asn1-data/debian/control
index d9af4d3..a0316b4 100644
--- a/p/haskell-asn1-data/debian/control
+++ b/p/haskell-asn1-data/debian/control
@@ -1,40 +1,36 @@
 Source: haskell-asn1-data
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Clint Adams <clint at debian.org>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.9)
-  , ghc
-  , ghc-prof
-  , libghc-cereal-dev
-  , libghc-cereal-prof
-  , libghc-mtl-dev
-  , libghc-mtl-prof
-  , libghc-text-dev (>> 0.11)
-  , libghc-text-prof
-  , libghc-hunit-dev
-  , libghc-quickcheck2-dev
-  , libghc-test-framework-dev (>> 0.3)
-  , libghc-test-framework-quickcheck2-dev (>> 0.2)
-Build-Depends-Indep: ghc-doc
-  , libghc-cereal-doc
-  , libghc-mtl-doc
-  , libghc-text-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-cereal-dev,
+ libghc-cereal-prof,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-text-dev (>= 0.11),
+ libghc-text-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-cereal-doc,
+ libghc-mtl-doc,
+ libghc-text-doc,
 Standards-Version: 3.9.4
-Homepage: http://hackage.haskell.org/package/asn1-data
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-asn1-data
+Homepage: http://github.com/vincenthz/hs-asn1-data
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-asn1-data
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-asn1-data
 
 Package: libghc-asn1-data-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ASN1 data reader/writer in RAW, BER, DER and CER forms${haskell:ShortBlurb}
  ASN1 data reader and writer in raw form with supports for high level
  forms of ASN1 (BER, CER and DER).
@@ -45,11 +41,11 @@ Description: ASN1 data reader/writer in RAW, BER, DER and CER forms${haskell:Sho
 
 Package: libghc-asn1-data-prof
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ASN1 data reader/writer in RAW, BER, DER, CER forms${haskell:ShortBlurb}
  ASN1 data reader and writer in raw form with supports for high level
  forms of ASN1 (BER, CER and DER).
@@ -59,11 +55,12 @@ Description: ASN1 data reader/writer in RAW, BER, DER, CER forms${haskell:ShortB
  ${haskell:Blurb}
 
 Package: libghc-asn1-data-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: ASN1 data reader/writer in RAW, BER, DER, CER forms${haskell:ShortBlurb}
  ASN1 data reader and writer in raw form with supports for high level
  forms of ASN1 (BER, CER and DER).
diff --git a/p/haskell-asn1-data/debian/rules b/p/haskell-asn1-data/debian/rules
index 01f1aaf..683e77b 100755
--- a/p/haskell-asn1-data/debian/rules
+++ b/p/haskell-asn1-data/debian/rules
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-asn1-encoding/debian/control b/p/haskell-asn1-encoding/debian/control
index df2d283..d5f876c 100644
--- a/p/haskell-asn1-encoding/debian/control
+++ b/p/haskell-asn1-encoding/debian/control
@@ -1,40 +1,40 @@
 Source: haskell-asn1-encoding
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Clint Adams <clint at debian.org>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.9)
-  , ghc
-  , ghc-prof
-  , libghc-hourglass-dev (>= 0.2.6)
-  , libghc-hourglass-prof
-  , libghc-asn1-types-dev (>= 0.3)
-  , libghc-asn1-types-dev (<< 0.4)
-  , libghc-asn1-types-prof
-  , libghc-mtl-dev
-  , libghc-mtl-prof
-Build-Depends-Indep: ghc-doc
-  , libghc-hourglass-doc
-  , libghc-asn1-types-doc
-  , libghc-mtl-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-asn1-types-dev (>= 0.3.0),
+ libghc-asn1-types-dev (<< 0.4),
+ libghc-asn1-types-prof,
+ libghc-hourglass-dev (>= 0.2.6),
+ libghc-hourglass-prof,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-asn1-types-doc,
+ libghc-hourglass-doc,
+ libghc-mtl-doc,
 Standards-Version: 3.9.5
-Homepage: http://hackage.haskell.org/package/asn1-encoding
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-asn1-encoding
+Homepage: http://github.com/vincenthz/hs-asn1
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-asn1-encoding
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-asn1-encoding
 X-Description: ASN1 data reader/writer in RAW, BER, and DER forms
  ASN1 data reader and writer in raw form with supports for high level
  forms of ASN1 (BER and DER).
 
 Package: libghc-asn1-encoding-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -42,22 +42,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-asn1-encoding-prof
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
 Package: libghc-asn1-encoding-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
diff --git a/p/haskell-asn1-types/debian/control b/p/haskell-asn1-types/debian/control
index 666fcb3..192132a 100644
--- a/p/haskell-asn1-types/debian/control
+++ b/p/haskell-asn1-types/debian/control
@@ -1,30 +1,30 @@
 Source: haskell-asn1-types
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Clint Adams <clint at debian.org>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.9)
-  , ghc
-  , ghc-prof
-  , libghc-hourglass-dev
-  , libghc-hourglass-prof
-Build-Depends-Indep: ghc-doc
-  , libghc-hourglass-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-hourglass-dev,
+ libghc-hourglass-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-hourglass-doc,
 Standards-Version: 3.9.5
-Homepage: http://hackage.haskell.org/package/asn1-types
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-asn1-types
+Homepage: http://github.com/vincenthz/hs-asn1-types
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-asn1-types
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-asn1-types
 
 Package: libghc-asn1-types-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ASN.1 types${haskell:ShortBlurb}
  These are ASN.1 standard types
  .
@@ -32,24 +32,24 @@ Description: ASN.1 types${haskell:ShortBlurb}
 
 Package: libghc-asn1-types-prof
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ASN.1 types${haskell:ShortBlurb}
  These are ASN.1 standard types
  .
  ${haskell:Blurb}
 
 Package: libghc-asn1-types-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: ASN.1 types${haskell:ShortBlurb}
  These are ASN.1 standard types
  .
  ${haskell:Blurb}
-
diff --git a/p/haskell-async/debian/control b/p/haskell-async/debian/control
index 66d7d04..34a557e 100644
--- a/p/haskell-async/debian/control
+++ b/p/haskell-async/debian/control
@@ -1,32 +1,34 @@
 Source: haskell-async
-Priority: extra
-Section: haskell
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Clint Adams <clint at debian.org>
-Build-Depends: debhelper (>= 9)
-             , haskell-devscripts (>= 0.9)
-             , cdbs
-             , ghc
-             , ghc-prof
-             , libghc-stm-dev (>> 2.2)
-             , libghc-stm-dev (<< 2.5)
-             , libghc-stm-prof
-             , libghc-test-framework-dev
-             , libghc-test-framework-hunit-dev
-             , libghc-hunit-dev
-Build-Depends-Indep: ghc-doc
-                   , libghc-stm-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-stm-dev (>= 2.2),
+ libghc-stm-dev (<< 2.5),
+ libghc-stm-prof,
+ libghc-hunit-dev,
+ libghc-test-framework-dev,
+ libghc-test-framework-hunit-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-stm-doc,
 Standards-Version: 3.9.4
 Homepage: https://github.com/simonmar/async
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-async
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-async
 
 Package: libghc-async-dev
 Architecture: any
-Depends: ${shlibs:Depends}
-         , ${haskell:Depends}
-         , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${shlibs:Depends},
+ ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: run IO operations asynchronously and wait for their results
  This package provides a higher-level interface over
  threads, in which an (Async a) is a concurrent
@@ -39,11 +41,11 @@ Description: run IO operations asynchronously and wait for their results
 
 Package: libghc-async-prof
 Architecture: any
-Depends: ${haskell:Depends}
-         , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: run IO operations asynchronously and wait for their results; profiling libs
  This package provides a higher-level interface over
  threads, in which an (Async a) is a concurrent
@@ -57,10 +59,10 @@ Description: run IO operations asynchronously and wait for their results; profil
 Package: libghc-async-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends}
-         , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: run IO operations asynchronously and wait for their results; documentation
  This package provides a higher-level interface over
  threads, in which an (Async a) is a concurrent
diff --git a/p/haskell-attoparsec-enumerator/debian/control b/p/haskell-attoparsec-enumerator/debian/control
index 6894bd4..2f1689d 100644
--- a/p/haskell-attoparsec-enumerator/debian/control
+++ b/p/haskell-attoparsec-enumerator/debian/control
@@ -1,35 +1,38 @@
 Source: haskell-attoparsec-enumerator
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Clint Adams <clint at debian.org>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.9)
-  , ghc
-  , ghc-prof
-  , libghc-attoparsec-dev (>> 0.10.1.1)
-  , libghc-attoparsec-dev (<< 0.14)
-  , libghc-attoparsec-prof
-  , libghc-enumerator-dev (>> 0.4)
-  , libghc-enumerator-dev (<< 0.5)
-  , libghc-enumerator-prof
-Build-Depends-Indep: ghc-doc
-  , libghc-attoparsec-doc
-  , libghc-enumerator-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-attoparsec-dev (>= 0.10),
+ libghc-attoparsec-dev (<< 0.14),
+ libghc-attoparsec-prof,
+ libghc-enumerator-dev (>= 0.4),
+ libghc-enumerator-dev (<< 0.5),
+ libghc-enumerator-prof,
+ libghc-text-dev,
+ libghc-text-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-attoparsec-doc,
+ libghc-enumerator-doc,
+ libghc-text-doc,
 Standards-Version: 3.9.4
-Homepage: http://hackage.haskell.org/package/attoparsec-enumerator
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-attoparsec-enumerator
+Homepage: https://john-millikin.com/software/attoparsec-enumerator/
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-attoparsec-enumerator
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-attoparsec-enumerator
 
 Package: libghc-attoparsec-enumerator-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: convert an Attoparsec parser into an iteratee${haskell:ShortBlurb}
  It allows an Attoparsec parser to receive input incrementally from
  an enumerator.  This could be used for parsing large files or
@@ -39,11 +42,11 @@ Description: convert an Attoparsec parser into an iteratee${haskell:ShortBlurb}
 
 Package: libghc-attoparsec-enumerator-prof
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: convert an Attoparsec parser into an iteratee${haskell:ShortBlurb}
  The library allows an Attoparsec parser to receive input incrementally from
  an enumerator.  This could be used for parsing large files or
@@ -52,11 +55,12 @@ Description: convert an Attoparsec parser into an iteratee${haskell:ShortBlurb}
  ${haskell:Blurb}
 
 Package: libghc-attoparsec-enumerator-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: convert an Attoparsec parser into an iteratee${haskell:ShortBlurb}
  The library allows an Attoparsec parser to receive input incrementally from
  an enumerator.  This could be used for parsing large files or
diff --git a/p/haskell-attoparsec/debian/control b/p/haskell-attoparsec/debian/control
index f9b492e..f32b386 100644
--- a/p/haskell-attoparsec/debian/control
+++ b/p/haskell-attoparsec/debian/control
@@ -1,35 +1,41 @@
 Source: haskell-attoparsec
-Section: haskell
-Priority: optional
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>, Clint Adams <clint at debian.org>
-Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.9)
-  , ghc
-  , ghc-prof
-  , libghc-text-dev (>> 0.11.1.5)
-  , libghc-text-prof
-  , libghc-scientific-dev (>> 0.3.1)
-  , libghc-scientific-dev (<< 0.4)
-  , libghc-scientific-prof
-  , libghc-quickcheck2-dev (>> 2.7)
-  , libghc-quickcheck-unicode-dev
-  , libghc-test-framework-dev (>> 0.8.0.2)
-  , libghc-test-framework-quickcheck2-dev (>> 0.3.0.3)
-  , libghc-vector-dev
-Build-Depends-Indep: ghc-doc
-  , libghc-text-doc
-  , libghc-scientific-doc
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-scientific-dev (>= 0.3.1),
+ libghc-scientific-dev (<< 0.4),
+ libghc-scientific-prof,
+ libghc-text-dev (>= 1.1.1.3),
+ libghc-text-prof,
+ libghc-quickcheck2-dev (>= 2.7),
+ libghc-quickcheck-unicode-dev,
+ libghc-scientific-dev,
+ libghc-test-framework-dev (>= 0.8.0.2),
+ libghc-test-framework-quickcheck2-dev (>= 0.3.0.3),
+ libghc-text-dev,
+ libghc-vector-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-scientific-doc,
+ libghc-text-doc,
 Standards-Version: 3.9.4
-Homepage: http://bitbucket.org/bos/attoparsec
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-attoparsec
+Homepage: https://github.com/bos/attoparsec
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-attoparsec
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-attoparsec
 
 Package: libghc-attoparsec-dev
 Architecture: any
-Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Provides: ${haskell:Provides}
-Suggests: ${haskell:Suggests}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Fast combinator parsing for bytestrings${haskell:ShortBlurb}
  A fast parser combinator library, aimed particularly at dealing
  efficiently with network protocols and complicated text/binary
@@ -39,10 +45,11 @@ Description: Fast combinator parsing for bytestrings${haskell:ShortBlurb}
 
 Package: libghc-attoparsec-prof
 Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Provides: ${haskell:Provides}
-Suggests: ${haskell:Suggests}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Fast combinator parsing for bytestrings${haskell:ShortBlurb}
  A fast parser combinator library, aimed particularly at dealing
  efficiently with network protocols and complicated text/binary
@@ -53,9 +60,10 @@ Description: Fast combinator parsing for bytestrings${haskell:ShortBlurb}
 Package: libghc-attoparsec-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends}, ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: Fast combinator parsing for bytestrings${haskell:ShortBlurb}
  A fast parser combinator library, aimed particularly at dealing
  efficiently with network protocols and complicated text/binary
diff --git a/p/haskell-authenticate-oauth/debian/control b/p/haskell-authenticate-oauth/debian/control
index 1799067..f17af07 100644
--- a/p/haskell-authenticate-oauth/debian/control
+++ b/p/haskell-authenticate-oauth/debian/control
@@ -1,62 +1,58 @@
 Source: haskell-authenticate-oauth
-Priority: extra
-Section: haskell
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Clint Adams <clint at debian.org>
-Build-Depends: debhelper (>= 9)
-  , haskell-devscripts (>= 0.9)
-  , cdbs
-  , ghc
-  , ghc-prof
-  , libghc-rsa-dev (>= 2.0)
-  , libghc-rsa-dev (<< 2.2)
-  , libghc-rsa-prof
-  , libghc-sha-dev (>= 1.4)
-  , libghc-sha-dev (<< 1.7)
-  , libghc-sha-prof
-  , libghc-base64-bytestring-dev (>= 0.1)
-  , libghc-base64-bytestring-dev (<< 1.1)
-  , libghc-base64-bytestring-prof
-  , libghc-blaze-builder-dev
-  , libghc-blaze-builder-prof
-  , libghc-conduit-dev (>= 0.4)
-  , libghc-conduit-prof
-  , libghc-conduit-extra-dev
-  , libghc-conduit-extra-prof
-  , libghc-crypto-pubkey-types-dev (>= 0.1)
-  , libghc-crypto-pubkey-types-dev (<< 0.5)
-  , libghc-crypto-pubkey-types-prof
-  , libghc-data-default-dev
-  , libghc-data-default-prof
-  , libghc-http-client-dev (>= 0.3)
-  , libghc-http-client-prof
-  , libghc-http-types-dev (>= 0.6)
-  , libghc-http-types-prof
-  , libghc-random-dev
-  , libghc-random-prof
-Build-Depends-Indep: ghc-doc
-  , libghc-rsa-doc
-  , libghc-sha-doc
-  , libghc-base64-bytestring-doc
-  , libghc-blaze-builder-doc
-  , libghc-conduit-doc
-  , libghc-conduit-extra-prof
-  , libghc-crypto-pubkey-types-doc
-  , libghc-data-default-doc
-  , libghc-http-client-doc
-  , libghc-http-types-doc
-  , libghc-random-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-rsa-dev (>= 2.0),
+ libghc-rsa-dev (<< 2.2),
+ libghc-rsa-prof,
+ libghc-sha-dev (>= 1.4),
+ libghc-sha-dev (<< 1.7),
+ libghc-sha-prof,
+ libghc-base64-bytestring-dev (>= 0.1),
+ libghc-base64-bytestring-dev (<< 1.1),
+ libghc-base64-bytestring-prof,
+ libghc-blaze-builder-dev,
+ libghc-blaze-builder-prof,
+ libghc-crypto-pubkey-types-dev (>= 0.1),
+ libghc-crypto-pubkey-types-dev (<< 0.5),
+ libghc-crypto-pubkey-types-prof,
+ libghc-data-default-dev,
+ libghc-data-default-prof,
+ libghc-http-client-dev (>= 0.3),
+ libghc-http-client-prof,
+ libghc-http-types-dev (>= 0.6),
+ libghc-http-types-prof,
+ libghc-random-dev,
+ libghc-random-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-rsa-doc,
+ libghc-sha-doc,
+ libghc-base64-bytestring-doc,
+ libghc-blaze-builder-doc,
+ libghc-crypto-pubkey-types-doc,
+ libghc-data-default-doc,
+ libghc-http-client-doc,
+ libghc-http-types-doc,
+ libghc-random-doc,
 Standards-Version: 3.9.5
 Homepage: http://github.com/yesodweb/authenticate
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-authenticate-oauth
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-authenticate-oauth
 
 Package: libghc-authenticate-oauth-dev
 Architecture: any
-Depends: ${shlibs:Depends}
-         , ${haskell:Depends}
-         , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${shlibs:Depends},
+ ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: authenticate with OAuth for Haskell web applications${haskell:ShortBlurb}
  OAuth authentication support.
  .
@@ -64,11 +60,11 @@ Description: authenticate with OAuth for Haskell web applications${haskell:Short
 
 Package: libghc-authenticate-oauth-prof
 Architecture: any
-Depends: ${haskell:Depends}
-         , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: authenticate with OAuth for Haskell web applications${haskell:ShortBlurb}
  OAuth authentication support.
  .
@@ -77,10 +73,10 @@ Description: authenticate with OAuth for Haskell web applications${haskell:Short
 Package: libghc-authenticate-oauth-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends}
-         , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: authenticate with OAuth for Haskell web applications${haskell:ShortBlurb}
  OAuth authentication support.
  .
diff --git a/p/haskell-authenticate/debian/control b/p/haskell-authenticate/debian/control
index 0c2b39d..be9bfe1 100644
--- a/p/haskell-authenticate/debian/control
+++ b/p/haskell-authenticate/debian/control
@@ -1,69 +1,69 @@
 Source: haskell-authenticate
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Clint Adams <clint at debian.org>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.9)
-  , ghc
-  , ghc-prof
-  , libghc-aeson-dev (>= 0.5)
-  , libghc-aeson-prof
-  , libghc-attoparsec-dev
-  , libghc-attoparsec-prof
-  , libghc-blaze-builder-dev
-  , libghc-blaze-builder-prof
-  , libghc-case-insensitive-dev (>= 0.2)
-  , libghc-case-insensitive-prof
-  , libghc-conduit-dev (>= 0.5)
-  , libghc-conduit-prof
-  , libghc-http-conduit-dev (>= 1.5)
-  , libghc-http-conduit-prof
-  , libghc-http-types-dev (>= 0.6)
-  , libghc-http-types-prof
-  , libghc-monad-control-dev (>= 0.3)
-  , libghc-monad-control-prof
-  , libghc-network-uri-dev (>= 2.6)
-  , libghc-network-uri-prof
-  , libghc-resourcet-dev
-  , libghc-resourcet-prof
-  , libghc-tagstream-conduit-dev (>= 0.5.5)
-  , libghc-tagstream-conduit-prof
-  , libghc-text-dev
-  , libghc-text-prof
-  , libghc-unordered-containers-dev
-  , libghc-unordered-containers-prof
-  , libghc-xml-conduit-dev (>= 1.0)
-  , libghc-xml-conduit-prof
-Build-Depends-Indep: ghc-doc
-  , libghc-aeson-doc
-  , libghc-attoparsec-doc
-  , libghc-blaze-builder-doc
-  , libghc-case-insensitive-doc
-  , libghc-conduit-doc
-  , libghc-http-conduit-doc
-  , libghc-http-types-doc
-  , libghc-monad-control-doc
-  , libghc-network-uri-doc
-  , libghc-resourcet-doc
-  , libghc-tagstream-conduit-doc
-  , libghc-text-doc
-  , libghc-unordered-containers-doc
-  , libghc-xml-conduit-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-aeson-dev (>= 0.5),
+ libghc-aeson-prof,
+ libghc-attoparsec-dev,
+ libghc-attoparsec-prof,
+ libghc-blaze-builder-dev,
+ libghc-blaze-builder-prof,
+ libghc-case-insensitive-dev (>= 0.2),
+ libghc-case-insensitive-prof,
+ libghc-conduit-dev (>= 0.5),
+ libghc-conduit-prof,
+ libghc-http-conduit-dev (>= 1.5),
+ libghc-http-conduit-prof,
+ libghc-http-types-dev (>= 0.6),
+ libghc-http-types-prof,
+ libghc-monad-control-dev,
+ libghc-monad-control-prof,
+ libghc-network-uri-dev (>= 2.6),
+ libghc-network-uri-prof,
+ libghc-resourcet-dev,
+ libghc-resourcet-prof,
+ libghc-tagstream-conduit-dev (>= 0.5.5),
+ libghc-tagstream-conduit-prof,
+ libghc-text-dev,
+ libghc-text-prof,
+ libghc-unordered-containers-dev,
+ libghc-unordered-containers-prof,
+ libghc-xml-conduit-dev (>= 1.0),
+ libghc-xml-conduit-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-aeson-doc,
+ libghc-attoparsec-doc,
+ libghc-blaze-builder-doc,
+ libghc-case-insensitive-doc,
+ libghc-conduit-doc,
+ libghc-http-conduit-doc,
+ libghc-http-types-doc,
+ libghc-monad-control-doc,
+ libghc-network-uri-doc,
+ libghc-resourcet-doc,
+ libghc-tagstream-conduit-doc,
+ libghc-text-doc,
+ libghc-unordered-containers-doc,
+ libghc-xml-conduit-doc,
 Standards-Version: 3.9.5
-Homepage: http://hackage.haskell.org/package/authenticate
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-authenticate
+Homepage: http://github.com/yesodweb/authenticate
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-authenticate
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-authenticate
 
 Package: libghc-authenticate-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: authentication methods for Haskell web applications${haskell:ShortBlurb}
  Focus is on third-party authentication methods, such as OpenID,
  rpxnow and Facebook.
@@ -72,11 +72,11 @@ Description: authentication methods for Haskell web applications${haskell:ShortB
 
 Package: libghc-authenticate-prof
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: authentication methods for Haskell web applications${haskell:ShortBlurb}
  Focus is on third-party authentication methods, such as OpenID,
  rpxnow and Facebook.
@@ -84,11 +84,12 @@ Description: authentication methods for Haskell web applications${haskell:ShortB
  ${haskell:Blurb}
 
 Package: libghc-authenticate-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: authentication methods for Haskell web applications${haskell:ShortBlurb}
  Focus is on third-party authentication methods, such as OpenID,
  rpxnow and Facebook.
diff --git a/p/haskell-auto-update/debian/control b/p/haskell-auto-update/debian/control
index e0459d8..b71b76b 100644
--- a/p/haskell-auto-update/debian/control
+++ b/p/haskell-auto-update/debian/control
@@ -3,14 +3,16 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Joachim Breitner <nomeata at debian.org>
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 7.0),
+Build-Depends: debhelper (>= 9),
  haskell-devscripts (>= 0.9),
  cdbs,
  ghc,
  ghc-prof,
 Build-Depends-Indep: ghc-doc,
 Standards-Version: 3.9.5
-Homepage: http://hackage.haskell.org/package/auto-update
+Homepage: https://github.com/yesodweb/wai
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-auto-update
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-auto-update
 X-Description: Efficiently run periodic, on-demand actions
  A common problem is the desire to have an action run at a scheduled interval,
  but only if it is needed. For example, instead of having every web request
@@ -22,8 +24,6 @@ X-Description: Efficiently run periodic, on-demand actions
  This library allows you to define actions which will either be performed by a
  dedicated thread or, in times of low volume, will be executed by the calling
  thread.
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-auto-update
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-auto-update
 
 Package: libghc-auto-update-dev
 Architecture: any
diff --git a/p/haskell-aws/debian/control b/p/haskell-aws/debian/control
index a966e92..a7c6425 100644
--- a/p/haskell-aws/debian/control
+++ b/p/haskell-aws/debian/control
@@ -1,117 +1,136 @@
 Source: haskell-aws
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Joey Hess <joeyh at debian.org>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.9)
-  , ghc
-  , ghc-prof
-  , libghc-aeson-dev (>= 0.6)
-  , libghc-aeson-prof
-  , libghc-attoparsec-dev (>= 0.11)
-  , libghc-attoparsec-dev (<< 0.13)
-  , libghc-attoparsec-prof
-  , libghc-base16-bytestring-dev (>= 0.1)
-  , libghc-base16-bytestring-dev (<< 0.2)
-  , libghc-base16-bytestring-prof
-  , libghc-base64-bytestring-dev (>= 1.0)
-  , libghc-base64-bytestring-dev (<< 1.1)
-  , libghc-base64-bytestring-prof
-  , libghc-blaze-builder-dev (>= 0.2.1.4)
-  , libghc-blaze-builder-dev (<< 0.5)
-  , libghc-blaze-builder-prof
-  , libghc-byteable-dev (>= 0.1)
-  , libghc-byteable-dev (<< 0.2)
-  , libghc-byteable-prof
-  , libghc-case-insensitive-dev (>= 0.2)
-  , libghc-case-insensitive-dev (<< 1.3)
-  , libghc-case-insensitive-prof
-  , libghc-cereal-dev (>= 0.3)
-  , libghc-cereal-dev (<< 0.5)
-  , libghc-cereal-prof
-  , libghc-conduit-dev (>= 1.1)
-  , libghc-conduit-dev (<< 1.3)
-  , libghc-conduit-prof
-  , libghc-conduit-extra-dev (>= 1.1)
-  , libghc-conduit-extra-dev (<< 1.2)
-  , libghc-conduit-extra-prof
-  , libghc-cryptohash-dev (>= 0.11)
-  , libghc-cryptohash-dev (<< 0.12)
-  , libghc-cryptohash-prof
-  , libghc-data-default-dev (>= 0.5.3)
-  , libghc-data-default-dev (<< 0.6)
-  , libghc-data-default-prof
-  , libghc-http-conduit-dev (>= 2.1)
-  , libghc-http-conduit-dev (<< 2.2)
-  , libghc-http-conduit-prof
-  , libghc-http-types-dev (>= 0.7)
-  , libghc-http-types-dev (<< 0.9)
-  , libghc-http-types-prof
-  , libghc-lifted-base-dev (>= 0.1)
-  , libghc-lifted-base-dev (<< 0.3)
-  , libghc-lifted-base-prof
-  , libghc-monad-control-dev (>= 0.3)
-  , libghc-monad-control-prof
-  , libghc-mtl-dev (>= 2)
-  , libghc-mtl-prof
-  , libghc-network-dev (>= 2)
-  , libghc-network-prof
-  , libghc-resourcet-dev (>= 1.1)
-  , libghc-resourcet-dev (<< 1.2)
-  , libghc-resourcet-prof
-  , libghc-safe-dev (>= 0.3)
-  , libghc-safe-dev (<< 0.4)
-  , libghc-safe-prof
-  , libghc-scientific-dev (>= 0.3)
-  , libghc-scientific-prof
-  , libghc-tagged-dev (>= 0.7)
-  , libghc-tagged-dev (<< 0.9)
-  , libghc-tagged-prof
-  , libghc-safe-prof
-  , libghc-text-dev (>= 0.11)
-  , libghc-text-prof
-  , libghc-unordered-containers-dev (>= 0.2)
-  , libghc-unordered-containers-prof
-  , libghc-utf8-string-dev (>= 0.3)
-  , libghc-utf8-string-dev (<< 1.1)
-  , libghc-utf8-string-prof
-  , libghc-vector-dev (>= 0.10)
-  , libghc-vector-prof
-  , libghc-xml-conduit-dev (>= 1.2)
-  , libghc-xml-conduit-dev (<< 1.3)
-  , libghc-xml-conduit-prof
-Build-Depends-Indep: ghc-doc
-  , libghc-aeson-doc
-  , libghc-attoparsec-doc
-  , libghc-base64-bytestring-doc
-  , libghc-blaze-builder-doc
-  , libghc-byteable-doc
-  , libghc-case-insensitive-doc
-  , libghc-cereal-doc
-  , libghc-conduit-doc
-  , libghc-conduit-extra-doc
-  , libghc-cryptohash-doc
-  , libghc-http-conduit-doc
-  , libghc-http-types-doc
-  , libghc-lifted-base-doc
-  , libghc-monad-control-doc
-  , libghc-mtl-doc
-  , libghc-network-doc
-  , libghc-resourcet-doc
-  , libghc-safe-doc
-  , libghc-scientific-doc
-  , libghc-tagged-doc
-  , libghc-text-doc
-  , libghc-unordered-containers-doc
-  , libghc-utf8-string-doc
-  , libghc-vector-doc
-  , libghc-xml-conduit-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-aeson-dev (>= 0.6),
+ libghc-aeson-prof,
+ libghc-attoparsec-dev (>= 0.11),
+ libghc-attoparsec-dev (<< 0.13),
+ libghc-attoparsec-prof,
+ libghc-base16-bytestring-dev (>= 0.1),
+ libghc-base16-bytestring-dev (<< 0.2),
+ libghc-base16-bytestring-prof,
+ libghc-base64-bytestring-dev (>= 1.0),
+ libghc-base64-bytestring-dev (<< 1.1),
+ libghc-base64-bytestring-prof,
+ libghc-blaze-builder-dev (>= 0.2.1.4),
+ libghc-blaze-builder-dev (<< 0.5),
+ libghc-blaze-builder-prof,
+ libghc-byteable-dev (>= 0.1),
+ libghc-byteable-dev (<< 0.2),
+ libghc-byteable-prof,
+ libghc-case-insensitive-dev (>= 0.2),
+ libghc-case-insensitive-dev (<< 1.3),
+ libghc-case-insensitive-prof,
+ libghc-cereal-dev (>= 0.3),
+ libghc-cereal-dev (<< 0.5),
+ libghc-cereal-prof,
+ libghc-conduit-dev (>= 1.1),
+ libghc-conduit-dev (<< 1.3),
+ libghc-conduit-prof,
+ libghc-conduit-extra-dev (>= 1.1),
+ libghc-conduit-extra-dev (<< 1.2),
+ libghc-conduit-extra-prof,
+ libghc-cryptohash-dev (>= 0.11),
+ libghc-cryptohash-dev (<< 0.12),
+ libghc-cryptohash-prof,
+ libghc-data-default-dev (>= 0.5.3),
+ libghc-data-default-dev (<< 0.6),
+ libghc-data-default-prof,
+ libghc-http-conduit-dev (>= 2.1),
+ libghc-http-conduit-dev (<< 2.2),
+ libghc-http-conduit-prof,
+ libghc-http-types-dev (>= 0.7),
+ libghc-http-types-dev (<< 0.9),
+ libghc-http-types-prof,
+ libghc-lifted-base-dev (>= 0.1),
+ libghc-lifted-base-dev (<< 0.3),
+ libghc-lifted-base-prof,
+ libghc-monad-control-dev (>= 0.3),
+ libghc-monad-control-prof,
+ libghc-mtl-dev (>= 2),
+ libghc-mtl-dev (<< 3),
+ libghc-mtl-prof,
+ libghc-network-dev (>= 2),
+ libghc-network-dev (<< 3),
+ libghc-network-prof,
+ libghc-old-locale-dev (>= 1),
+ libghc-old-locale-dev (<< 2),
+ libghc-old-locale-prof,
+ libghc-resourcet-dev (>= 1.1),
+ libghc-resourcet-dev (<< 1.2),
+ libghc-resourcet-prof,
+ libghc-safe-dev (>= 0.3),
+ libghc-safe-dev (<< 0.4),
+ libghc-safe-prof,
+ libghc-scientific-dev (>= 0.3),
+ libghc-scientific-prof,
+ libghc-tagged-dev (>= 0.7),
+ libghc-tagged-dev (<< 0.9),
+ libghc-tagged-prof,
+ libghc-text-dev (>= 0.11),
+ libghc-text-prof,
+ libghc-unordered-containers-dev (>= 0.2),
+ libghc-unordered-containers-prof,
+ libghc-utf8-string-dev (>= 0.3),
+ libghc-utf8-string-dev (<< 1.1),
+ libghc-utf8-string-prof,
+ libghc-vector-dev (>= 0.10),
+ libghc-vector-prof,
+ libghc-xml-conduit-dev (>= 1.2),
+ libghc-xml-conduit-dev (<< 1.3),
+ libghc-xml-conduit-prof,
+ libghc-quickcheck2-dev (>= 2.7),
+ libghc-aeson-dev (>= 0.7),
+ libghc-errors-dev (>= 1.4.7),
+ libghc-errors-dev (<< 2.0),
+ libghc-http-client-dev (>= 0.3),
+ libghc-lifted-base-dev (>= 0.2),
+ libghc-mtl-dev (>= 2.1),
+ libghc-quickcheck-instances-dev (>= 0.3),
+ libghc-tasty-dev (>= 0.8),
+ libghc-tasty-quickcheck-dev (>= 0.8),
+ libghc-text-dev (>= 1.1),
+ libghc-transformers-base-dev (>= 0.4),
+Build-Depends-Indep: ghc-doc,
+ libghc-aeson-doc,
+ libghc-attoparsec-doc,
+ libghc-base16-bytestring-doc,
+ libghc-base64-bytestring-doc,
+ libghc-blaze-builder-doc,
+ libghc-byteable-doc,
+ libghc-case-insensitive-doc,
+ libghc-cereal-doc,
+ libghc-conduit-doc,
+ libghc-conduit-extra-doc,
+ libghc-cryptohash-doc,
+ libghc-data-default-doc,
+ libghc-http-conduit-doc,
+ libghc-http-types-doc,
+ libghc-lifted-base-doc,
+ libghc-monad-control-doc,
+ libghc-mtl-doc,
+ libghc-network-doc,
+ libghc-old-locale-doc,
+ libghc-resourcet-doc,
+ libghc-safe-doc,
+ libghc-scientific-doc,
+ libghc-tagged-doc,
+ libghc-text-doc,
+ libghc-unordered-containers-doc,
+ libghc-utf8-string-doc,
+ libghc-vector-doc,
+ libghc-xml-conduit-doc,
 Standards-Version: 3.9.2
-Homepage: http://hackage.haskell.org/package/aws
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-aws
+Homepage: http://github.com/aristidb/aws
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-aws
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-aws
 X-Description: Amazon Web Services for Haskell
  This package provides Haskell interfaces for using Amazon Web Services like
  S3 (storage), SQS (queuing) and others. The ultimate goal is to support all
@@ -119,12 +138,12 @@ X-Description: Amazon Web Services for Haskell
 
 Package: libghc-aws-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -132,22 +151,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-aws-prof
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
 Package: libghc-aws-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
diff --git a/p/haskell-base-unicode-symbols/debian/control b/p/haskell-base-unicode-symbols/debian/control
index b5f47bb..3c3fe22 100644
--- a/p/haskell-base-unicode-symbols/debian/control
+++ b/p/haskell-base-unicode-symbols/debian/control
@@ -1,27 +1,27 @@
 Source: haskell-base-unicode-symbols
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Clint Adams <clint at debian.org>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.9)
-  , ghc
-  , ghc-prof
-Build-Depends-Indep: ghc-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+Build-Depends-Indep: ghc-doc,
 Standards-Version: 3.9.4
-Homepage: http://hackage.haskell.org/package/base-unicode-symbols
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-base-unicode-symbols
+Homepage: http://haskell.org/haskellwiki/Unicode-symbols
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-base-unicode-symbols
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-base-unicode-symbols
 
 Package: libghc-base-unicode-symbols-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Unicode alternatives for common functions and operators${haskell:ShortBlurb}
  It defines new symbols for a number of functions and operators in the
  base package.
@@ -39,11 +39,11 @@ Description: Unicode alternatives for common functions and operators${haskell:Sh
 
 Package: libghc-base-unicode-symbols-prof
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Unicode alternatives for common functions and operators${haskell:ShortBlurb}
  All symbols are documented with their actual definition and information
  regarding their Unicode code point. They should be completely
@@ -57,11 +57,12 @@ Description: Unicode alternatives for common functions and operators${haskell:Sh
  ${haskell:Blurb}
 
 Package: libghc-base-unicode-symbols-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: Unicode alternatives for common functions and operators${haskell:ShortBlurb}
  All symbols are documented with their actual definition and information
  regarding their Unicode code point. They should be completely
diff --git a/p/haskell-base16-bytestring/debian/control b/p/haskell-base16-bytestring/debian/control
index c7bcdf7..1f03059 100644
--- a/p/haskell-base16-bytestring/debian/control
+++ b/p/haskell-base16-bytestring/debian/control
@@ -1,27 +1,27 @@
 Source: haskell-base16-bytestring
-Priority: extra
-Section: haskell
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Kiwamu Okabe <kiwamu at debian.or.jp>
+Priority: extra
+Section: haskell
 Build-Depends: debhelper (>= 9),
-               haskell-devscripts (>= 0.9),
-               cdbs,
-               ghc,
-               ghc-prof
-Build-Depends-Indep: ghc-doc
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+Build-Depends-Indep: ghc-doc,
 Standards-Version: 3.9.5
 Homepage: http://github.com/bos/base16-bytestring
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-base16-bytestring
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-base16-bytestring
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-base16-bytestring
 
 Package: libghc-base16-bytestring-dev
 Architecture: any
 Depends: ${shlibs:Depends},
-         ${haskell:Depends},
-         ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+ ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Fast base16 (hex) encoding and decoding for ByteStrings
  This package provides a Haskell library for working with base16-encoded
  data quickly and efficiently, using the ByteString type.
@@ -31,10 +31,10 @@ Description: Fast base16 (hex) encoding and decoding for ByteStrings
 Package: libghc-base16-bytestring-prof
 Architecture: any
 Depends: ${haskell:Depends},
-         ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Fast base16 (hex) encoding and decoding for ByteStrings; profiling libraries
  This package provides a Haskell library for working with base16-encoded
  data quickly and efficiently, using the ByteString type.
@@ -45,9 +45,9 @@ Package: libghc-base16-bytestring-doc
 Architecture: all
 Section: doc
 Depends: ${haskell:Depends},
-         ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: Fast base16 (hex) encoding and decoding for ByteStrings; documentation
  This package provides a Haskell library for working with base16-encoded
  data quickly and efficiently, using the ByteString type.
diff --git a/p/haskell-base64-bytestring/debian/control b/p/haskell-base64-bytestring/debian/control
index b56e763..92d628a 100644
--- a/p/haskell-base64-bytestring/debian/control
+++ b/p/haskell-base64-bytestring/debian/control
@@ -1,50 +1,51 @@
 Source: haskell-base64-bytestring
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Clint Adams <clint at debian.org>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.9)
-  , ghc
-  , ghc-prof
-  , libghc-quickcheck2-dev
-  , libghc-hunit-dev
-  , libghc-test-framework-dev
-  , libghc-test-framework-quickcheck2-dev
-  , libghc-test-framework-hunit-dev
-Build-Depends-Indep: ghc-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-hunit-dev,
+ libghc-quickcheck2-dev,
+ libghc-test-framework-dev,
+ libghc-test-framework-hunit-dev,
+ libghc-test-framework-quickcheck2-dev,
+Build-Depends-Indep: ghc-doc,
 Standards-Version: 3.9.5
-Homepage: http://hackage.haskell.org/package/base64-bytestring
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-base64-bytestring
+Homepage: https://github.com/bos/base64-bytestring
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-base64-bytestring
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-base64-bytestring
 
 Package: libghc-base64-bytestring-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: fast base64 encoding/deconding for ByteStrings${haskell:ShortBlurb}
  ${haskell:Blurb}
 
 Package: libghc-base64-bytestring-prof
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: fast base64 encoding/deconding for ByteStrings${haskell:ShortBlurb}
  ${haskell:Blurb}
 
 Package: libghc-base64-bytestring-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: fast base64 encoding/deconding for ByteStrings${haskell:ShortBlurb}
  ${haskell:Blurb}
diff --git a/p/haskell-basic-prelude/debian/control b/p/haskell-basic-prelude/debian/control
index f7f0873..286fee0 100644
--- a/p/haskell-basic-prelude/debian/control
+++ b/p/haskell-basic-prelude/debian/control
@@ -1,53 +1,53 @@
 Source: haskell-basic-prelude
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Clint Adams <clint at debian.org>, Dmitry Bogatov <KAction at gnu.org>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.9)
-  , ghc
-  , ghc-prof
-  , libghc-hashable-dev
-  , libghc-hashable-prof
-  , libghc-readargs-dev (>= 1.2)
-  , libghc-readargs-dev (<< 1.3)
-  , libghc-readargs-prof
-  , libghc-system-filepath-dev (>= 0.4)
-  , libghc-system-filepath-dev (<< 0.5)
-  , libghc-system-filepath-prof
-  , libghc-text-dev
-  , libghc-text-prof
-  , libghc-unordered-containers-dev
-  , libghc-unordered-containers-prof
-  , libghc-vector-dev
-  , libghc-vector-prof
-  , libghc-lifted-base-dev
-  , libghc-lifted-base-prof
-  , libghc-safe-dev
-  , libghc-safe-prof
-Build-Depends-Indep: ghc-doc
-  , libghc-hashable-doc
-  , libghc-readargs-doc
-  , libghc-system-filepath-doc
-  , libghc-text-doc
-  , libghc-unordered-containers-doc
-  , libghc-vector-doc
-  , libghc-lifted-base-doc
-  , libghc-safe-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-readargs-dev (>= 1.2),
+ libghc-readargs-dev (<< 1.3),
+ libghc-readargs-prof,
+ libghc-hashable-dev,
+ libghc-hashable-prof,
+ libghc-lifted-base-dev,
+ libghc-lifted-base-prof,
+ libghc-safe-dev,
+ libghc-safe-prof,
+ libghc-system-filepath-dev (>= 0.4),
+ libghc-system-filepath-dev (<< 0.5),
+ libghc-system-filepath-prof,
+ libghc-text-dev,
+ libghc-text-prof,
+ libghc-unordered-containers-dev,
+ libghc-unordered-containers-prof,
+ libghc-vector-dev,
+ libghc-vector-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-readargs-doc,
+ libghc-hashable-doc,
+ libghc-lifted-base-doc,
+ libghc-safe-doc,
+ libghc-system-filepath-doc,
+ libghc-text-doc,
+ libghc-unordered-containers-doc,
+ libghc-vector-doc,
 Standards-Version: 3.9.6
-Homepage: http://hackage.haskell.org/package/basic-prelude
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-basic-prelude
+Homepage: https://github.com/snoyberg/basic-prelude
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-basic-prelude
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-basic-prelude
 
 Package: libghc-basic-prelude-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: enhanced core prelude${haskell:ShortBlurb}
  The premise of basic-prelude is that there are a lot of very commonly
  desired features missing from the standard Prelude, such as commonly
@@ -69,11 +69,11 @@ Description: enhanced core prelude${haskell:ShortBlurb}
 
 Package: libghc-basic-prelude-prof
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: enhanced core prelude${haskell:ShortBlurb}
  The premise of basic-prelude is that there are a lot of very commonly
  desired features missing from the standard Prelude, such as commonly
@@ -94,11 +94,12 @@ Description: enhanced core prelude${haskell:ShortBlurb}
  ${haskell:Blurb}
 
 Package: libghc-basic-prelude-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: enhanced core prelude${haskell:ShortBlurb}
  The premise of basic-prelude is that there are a lot of very commonly
  desired features missing from the standard Prelude, such as commonly
diff --git a/p/haskell-bencode/debian/control b/p/haskell-bencode/debian/control
index c1bbb0c..8fdad93 100644
--- a/p/haskell-bencode/debian/control
+++ b/p/haskell-bencode/debian/control
@@ -1,33 +1,33 @@
 Source: haskell-bencode
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Christopher Reichert <creichert07 at gmail.com>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.9)
-  , ghc
-  , ghc-prof
-  , libghc-parsec3-dev
-  , libghc-parsec3-prof
-Build-Depends-Indep: ghc-doc
-  , libghc-parsec3-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-parsec3-dev,
+ libghc-parsec3-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-parsec3-doc,
 Standards-Version: 3.9.6
 Homepage: http://hackage.haskell.org/package/bencode
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bencode
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bencode
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bencode
 X-Description: Parser and printer for bencoded data
     .
     Parser and printer for bencoded data.
 
 Package: libghc-bencode-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -35,22 +35,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-bencode-prof
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
 Package: libghc-bencode-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
diff --git a/p/haskell-bifunctors/debian/control b/p/haskell-bifunctors/debian/control
index ebdf7d0..4cd47df 100644
--- a/p/haskell-bifunctors/debian/control
+++ b/p/haskell-bifunctors/debian/control
@@ -1,37 +1,39 @@
 Source: haskell-bifunctors
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Iulian Udrea <iulian at linux.com>
+Priority: extra
+Section: haskell
 Build-Depends: debhelper (>= 9),
-               cdbs,
-               haskell-devscripts (>= 0.9),
-               ghc,
-               ghc-prof,
-               libghc-semigroups-dev (>= 0.8.3.1),
-               libghc-semigroups-dev (<< 1),
-               libghc-semigroups-prof,
-               libghc-semigroupoids-dev (>= 4),
-               libghc-semigroupoids-dev (<< 5),
-               libghc-semigroupoids-prof
- , libghc-tagged-dev (>> 0.7.3)
- , libghc-tagged-dev (<< 1)
- , libghc-tagged-prof
-Build-Depends-Indep: ghc-doc
- , libghc-semigroups-doc
- , libghc-semigroupoids-doc
- , libghc-tagged-doc
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-semigroupoids-dev (>= 4),
+ libghc-semigroupoids-dev (<< 5),
+ libghc-semigroupoids-prof,
+ libghc-semigroups-dev (>= 0.8.3.1),
+ libghc-semigroups-dev (<< 1),
+ libghc-semigroups-prof,
+ libghc-tagged-dev (>= 0.7.3),
+ libghc-tagged-dev (<< 1),
+ libghc-tagged-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-semigroupoids-doc,
+ libghc-semigroups-doc,
+ libghc-tagged-doc,
 Standards-Version: 3.9.5
-Homepage: http://hackage.haskell.org/package/bifunctors
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bifunctors
+Homepage: http://github.com/ekmett/bifunctors/
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bifunctors
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bifunctors
 
 Package: libghc-bifunctors-dev
 Architecture: any
-Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Haskell 98 bifunctors${haskell:ShortBlurb}
  A binary functor is a functor in two arguments. This package provides
  bifoldables and bitraversables.
@@ -40,10 +42,11 @@ Description: Haskell 98 bifunctors${haskell:ShortBlurb}
 
 Package: libghc-bifunctors-prof
 Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Haskell 98 bifunctors${haskell:ShortBlurb}
  A binary functor is a functor in two arguments. This package provides
  bifoldables and bitraversables.
@@ -51,11 +54,12 @@ Description: Haskell 98 bifunctors${haskell:ShortBlurb}
  ${haskell:Blurb}
 
 Package: libghc-bifunctors-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: Haskell 98 bifunctors${haskell:ShortBlurb}
  A binary functor is a functor in two arguments. This package provides
  bifoldables and bitraversables.
diff --git a/p/haskell-binary-conduit/debian/control b/p/haskell-binary-conduit/debian/control
index 52f93c4..bda5d21 100644
--- a/p/haskell-binary-conduit/debian/control
+++ b/p/haskell-binary-conduit/debian/control
@@ -1,28 +1,33 @@
 Source: haskell-binary-conduit
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Clint Adams <clint at debian.org>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.8.15)
-  , ghc
-  , ghc-prof
-  , libghc-conduit-dev (>= 1.1)
-  , libghc-conduit-dev (<< 1.3)
-  , libghc-conduit-prof
-  , libghc-resourcet-dev (>= 1.1)
-  , libghc-resourcet-prof
-  , libghc-vector-dev (>= 0.10)
-  , libghc-vector-prof
-Build-Depends-Indep: ghc-doc
-  , libghc-conduit-doc
-  , libghc-resourcet-doc
-  , libghc-vector-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-conduit-dev (>= 1.1),
+ libghc-conduit-dev (<< 1.3),
+ libghc-conduit-prof,
+ libghc-resourcet-dev (>= 1.1),
+ libghc-resourcet-prof,
+ libghc-vector-dev (>= 0.10),
+ libghc-vector-prof,
+ libghc-quickcheck2-dev,
+ libghc-conduit-dev,
+ libghc-hspec-dev,
+ libghc-quickcheck-assertions-dev,
+ libghc-resourcet-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-conduit-doc,
+ libghc-resourcet-doc,
+ libghc-vector-doc,
 Standards-Version: 3.9.6
-Homepage: http://hackage.haskell.org/package/binary-conduit
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-binary-conduit
+Homepage: http://github.com/qnikst/binary-conduit/
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-binary-conduit
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-binary-conduit
 X-Description: data serialization/deserialization conduit library
  Allow binary serialization using iterative conduit interface.
  .
@@ -30,12 +35,12 @@ X-Description: data serialization/deserialization conduit library
 
 Package: libghc-binary-conduit-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -43,22 +48,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-binary-conduit-prof
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
 Package: libghc-binary-conduit-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
diff --git a/p/haskell-bindings-dsl/debian/control b/p/haskell-bindings-dsl/debian/control
index 963b78f..201238e 100644
--- a/p/haskell-bindings-dsl/debian/control
+++ b/p/haskell-bindings-dsl/debian/control
@@ -1,25 +1,27 @@
 Source: haskell-bindings-dsl
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Clint Adams <clint at debian.org>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.9)
-  , ghc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+Build-Depends-Indep: ghc-doc,
 Standards-Version: 3.9.5
 Homepage: https://github.com/jwiegley/bindings-dsl/wiki
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bindings-dsl
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bindings-dsl
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bindings-dsl
 
 Package: libghc-bindings-dsl-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: FFI domain specific language, on top of hsc2hs${haskell:ShortBlurb}
  This is a set of macros to be used when writing Haskell FFI. They were
  designed to be able to fully describe C interfaces, so that hsc2hs can
diff --git a/p/haskell-bindings-nettle/debian/control b/p/haskell-bindings-nettle/debian/control
index 9a6f094..c84316b 100644
--- a/p/haskell-bindings-nettle/debian/control
+++ b/p/haskell-bindings-nettle/debian/control
@@ -1,38 +1,38 @@
 Source: haskell-bindings-nettle
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Clint Adams <clint at debian.org>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.9)
-  , ghc
-  , ghc-prof
-  , libghc-bindings-dsl-dev
-  , pkg-config
-  , nettle-dev
-  , libghc-hunit-dev
-  , libghc-quickcheck2-dev
-  , libghc-hspec-dev
-  , libghc-quickcheck-io-dev
-Build-Depends-Indep: ghc-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-bindings-dsl-dev,
+ libghc-bindings-dsl-prof,
+ libghc-hunit-dev,
+ libghc-quickcheck2-dev,
+ libghc-hspec-dev,
+ libghc-quickcheck-io-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-bindings-dsl-doc,
 Standards-Version: 3.9.6
-Homepage: http://hackage.haskell.org/package/bindings-nettle
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bindings-nettle
+Homepage: http://floss.scru.org/bindings-nettle
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bindings-nettle
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bindings-nettle
 X-Description: Haskell bindings to nettle crypto library
  This contains bindings to some of the cipher and hash functions of
  nettle.
 
 Package: libghc-bindings-nettle-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-  , nettle-dev
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+ nettle-dev,
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -40,22 +40,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-bindings-nettle-prof
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
 Package: libghc-bindings-nettle-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list