summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-16 00:49:38 -0400
committerClint Adams <clint@debian.org>2016-10-16 00:49:38 -0400
commitbe764923e3560a090934df86329725d9cba75da9 (patch)
treec630c07ca80cf20f42a32c50a0bccf4a4d08759d
parentc0c089644869022fd11e517229230c31833410c4 (diff)
downloadDHG_packages-be764923e3560a090934df86329725d9cba75da9.tar.gz
haskell-src: build with ghc 8 in experimental
-rw-r--r--p/haskell-haskell-src/debian/changelog8
-rw-r--r--p/haskell-haskell-src/debian/control41
-rw-r--r--p/haskell-haskell-src/debian/copyright2
3 files changed, 31 insertions, 20 deletions
diff --git a/p/haskell-haskell-src/debian/changelog b/p/haskell-haskell-src/debian/changelog
index 8a28873cc..c11ad6b31 100644
--- a/p/haskell-haskell-src/debian/changelog
+++ b/p/haskell-haskell-src/debian/changelog
@@ -1,14 +1,14 @@
-haskell-haskell-src (1.0.2.0-5) UNRELEASED; urgency=medium
+haskell-haskell-src (1.0.2.0-5) 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:25 +0300
+ -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 00:49:26 -0400
haskell-haskell-src (1.0.2.0-4) unstable; urgency=medium
diff --git a/p/haskell-haskell-src/debian/control b/p/haskell-haskell-src/debian/control
index 4dcb9b0c2..262e02795 100644
--- a/p/haskell-haskell-src/debian/control
+++ b/p/haskell-haskell-src/debian/control
@@ -1,30 +1,36 @@
Source: haskell-haskell-src
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,
happy,
+ haskell-devscripts (>= 0.10),
libghc-syb-dev,
libghc-syb-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-syb-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/haskell-src
-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-haskell-src
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-haskell-src-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Haskell module to manipulate Haskell source
This package provides a library for the Haskell programming language.
.
@@ -33,9 +39,11 @@ Description: Haskell module to manipulate Haskell source
Package: libghc-haskell-src-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Provides: ${haskell:Provides},
+Provides:
+ ${haskell:Provides},
Description: Haskell module to manipulate Haskell source; profiling libraries
This package provides a library for the Haskell programming language,
compiled for profiling.
@@ -46,10 +54,13 @@ Description: Haskell module to manipulate Haskell source; profiling libraries
Package: libghc-haskell-src-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: Haskell module to manipulate Haskell source; documentation
This package provides the documentation for a library for the Haskell
programming language.
diff --git a/p/haskell-haskell-src/debian/copyright b/p/haskell-haskell-src/debian/copyright
index b4412b047..4497c7be5 100644
--- a/p/haskell-haskell-src/debian/copyright
+++ b/p/haskell-haskell-src/debian/copyright
@@ -41,4 +41,4 @@ License: BSD-3-clause
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
- DAMAGE. \ No newline at end of file
+ DAMAGE.