summaryrefslogtreecommitdiff
path: root/p/haskell-vector-binary-instances/debian/control
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-16 16:33:19 -0400
committerClint Adams <clint@debian.org>2016-10-16 16:33:19 -0400
commitcd570e782f70d301b7a5a8905df343f62c203751 (patch)
tree6069d07aeded520a38396471d4457c833886be3b /p/haskell-vector-binary-instances/debian/control
parent39bd94af85ee94354ea6ae1a876318c61e6d0343 (diff)
downloadDHG_packages-cd570e782f70d301b7a5a8905df343f62c203751.tar.gz
vector-binary-instances: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-vector-binary-instances/debian/control')
-rw-r--r--p/haskell-vector-binary-instances/debian/control54
1 files changed, 34 insertions, 20 deletions
diff --git a/p/haskell-vector-binary-instances/debian/control b/p/haskell-vector-binary-instances/debian/control
index fcd902eac..5104e9fac 100644
--- a/p/haskell-vector-binary-instances/debian/control
+++ b/p/haskell-vector-binary-instances/debian/control
@@ -1,35 +1,42 @@
Source: haskell-vector-binary-instances
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata@debian.org>
+Uploaders:
+ Joachim Breitner <nomeata@debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-vector-dev (>= 0.6),
+ haskell-devscripts (>= 0.10),
libghc-vector-dev (<< 0.12),
+ libghc-vector-dev (>= 0.6),
libghc-vector-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-vector-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/bos/vector-binary-instances
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-vector-binary-instances
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Instances of Data.Binary and Data.Serialize for vector
+X-Description: instances of Data.Binary and Data.Serialize for vector
This package provides instances for Binary for the types defined in the
vector package, making it easy to serialize vectors to and from disk. It uses
the generic interface to vectors, so all vector types are supported.
Package: libghc-vector-binary-instances-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -37,11 +44,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-vector-binary-instances-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -50,10 +61,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-vector-binary-instances-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.