summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 13:06:22 -0400
committerClint Adams <clint@debian.org>2016-10-14 13:06:22 -0400
commitb4177272124835003c549c62cf63b6ab7abc5c5b (patch)
treea436a51a03f98d7c9d36698a949689765098bd02
parentf1e75424279a595e2d7989956e8468867576ad12 (diff)
downloadDHG_packages-b4177272124835003c549c62cf63b6ab7abc5c5b.tar.gz
numtype: build with ghc 8 in experimental
-rw-r--r--p/haskell-numtype/debian/changelog6
-rw-r--r--p/haskell-numtype/debian/control37
2 files changed, 23 insertions, 20 deletions
diff --git a/p/haskell-numtype/debian/changelog b/p/haskell-numtype/debian/changelog
index 1bd9176fc..374c9294f 100644
--- a/p/haskell-numtype/debian/changelog
+++ b/p/haskell-numtype/debian/changelog
@@ -1,3 +1,9 @@
+haskell-numtype (1.2-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 13:06:06 -0400
+
haskell-numtype (1.2-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-numtype/debian/control b/p/haskell-numtype/debian/control
index efd50c9fc..c0feca46f 100644
--- a/p/haskell-numtype/debian/control
+++ b/p/haskell-numtype/debian/control
@@ -3,25 +3,24 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Iulian Udrea <iulian@linux.com>
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
Standards-Version: 3.9.8
Homepage: http://dimensional.googlecode.com/
-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-numtype
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-numtype-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: type-level (low cardinality) integers${haskell:ShortBlurb}
This package provides unary type level representations of the (positive
and negative) integers and basic operations (addition, subtraction,
@@ -37,11 +36,10 @@ Description: type-level (low cardinality) integers${haskell:ShortBlurb}
Package: libghc-numtype-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: type-level (low cardinality) integers${haskell:ShortBlurb}
This package provides unary type level representations of the (positive
and negative) integers and basic operations (addition, subtraction,
@@ -58,10 +56,9 @@ Description: type-level (low cardinality) integers${haskell:ShortBlurb}
Package: libghc-numtype-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: type-level (low cardinality) integers${haskell:ShortBlurb}
This package provides unary type level representations of the (positive
and negative) integers and basic operations (addition, subtraction,