summaryrefslogtreecommitdiff
path: root/p/haskell-attoparsec
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-08-12 20:06:16 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-08-12 20:06:16 +0200
commit0443e71918b6bdf9dbe9f6a02899c4296dd947af (patch)
tree46fcf35ffdc3afc31d2c76be0cd34bb0d7cc7aca /p/haskell-attoparsec
parent43f3a3e9b897299e94b9adcb54e07a40a34352e2 (diff)
downloadDHG_packages-0443e71918b6bdf9dbe9f6a02899c4296dd947af.tar.gz
Update a few packages with cabal-debian --upgrade
So if a real change happens, the diff is smaller.
Diffstat (limited to 'p/haskell-attoparsec')
-rw-r--r--p/haskell-attoparsec/debian/control70
1 files changed, 39 insertions, 31 deletions
diff --git a/p/haskell-attoparsec/debian/control b/p/haskell-attoparsec/debian/control
index f9b492e35..f32b38640 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@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>, Clint Adams <clint@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