summaryrefslogtreecommitdiff
path: root/p/haskell-newtype
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 11:49:39 -0400
committerClint Adams <clint@debian.org>2016-10-14 11:49:39 -0400
commit6aa3b1b520d86065a9c0c0a0b63e158cb440f3cf (patch)
tree030027fc948d768390d64efda4283d864c8bd1f3 /p/haskell-newtype
parent67024e76542e08b8cc02f590c01f764e2da4dc47 (diff)
downloadDHG_packages-6aa3b1b520d86065a9c0c0a0b63e158cb440f3cf.tar.gz
newtype: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-newtype')
-rw-r--r--p/haskell-newtype/debian/changelog8
-rw-r--r--p/haskell-newtype/debian/control37
2 files changed, 21 insertions, 24 deletions
diff --git a/p/haskell-newtype/debian/changelog b/p/haskell-newtype/debian/changelog
index e06eff491..9ce12b4d6 100644
--- a/p/haskell-newtype/debian/changelog
+++ b/p/haskell-newtype/debian/changelog
@@ -1,14 +1,14 @@
-haskell-newtype (0.2-8) UNRELEASED; urgency=medium
+haskell-newtype (0.2-8) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:52 +0300
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 11:49:25 -0400
haskell-newtype (0.2-7) unstable; urgency=medium
diff --git a/p/haskell-newtype/debian/control b/p/haskell-newtype/debian/control
index 10f3d541e..3f3538182 100644
--- a/p/haskell-newtype/debian/control
+++ b/p/haskell-newtype/debian/control
@@ -3,25 +3,24 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
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,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/newtype
-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-newtype
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-newtype-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: A typeclass for working with newtypes${haskell:ShortBlurb}
The Newtype typeclass represents the packing and unpacking of a newtype, and
allows you to operatate under that newtype with functions such as ala.
@@ -30,11 +29,10 @@ Description: A typeclass for working with newtypes${haskell:ShortBlurb}
Package: libghc-newtype-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: A typeclass for working with newtypes${haskell:ShortBlurb}
The Newtype typeclass represents the packing and unpacking of a newtype, and
allows you to operatate under that newtype with functions such as ala.
@@ -44,10 +42,9 @@ Description: A typeclass for working with newtypes${haskell:ShortBlurb}
Package: libghc-newtype-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: A typeclass for working with newtypes${haskell:ShortBlurb}
The Newtype typeclass represents the packing and unpacking of a newtype, and
allows you to operatate under that newtype with functions such as ala.