summaryrefslogtreecommitdiff
path: root/p/haskell-ghc-events
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 16:01:22 -0400
committerClint Adams <clint@debian.org>2016-10-14 16:01:22 -0400
commit4288b1869ef1db4f4caf867f495ec43017f6b93f (patch)
tree995cdaf9d62cce11592ebfae1fff67bbf9418e65 /p/haskell-ghc-events
parentb8702759f8b7a12ff484414d9a047af23809f672 (diff)
downloadDHG_packages-4288b1869ef1db4f4caf867f495ec43017f6b93f.tar.gz
ghc-events: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-ghc-events')
-rw-r--r--p/haskell-ghc-events/debian/changelog6
-rw-r--r--p/haskell-ghc-events/debian/control43
2 files changed, 25 insertions, 24 deletions
diff --git a/p/haskell-ghc-events/debian/changelog b/p/haskell-ghc-events/debian/changelog
index 93001f3de..a45bc7e25 100644
--- a/p/haskell-ghc-events/debian/changelog
+++ b/p/haskell-ghc-events/debian/changelog
@@ -1,3 +1,9 @@
+haskell-ghc-events (0.4.4.0-4) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 16:01:09 -0400
+
haskell-ghc-events (0.4.4.0-3) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-ghc-events/debian/control b/p/haskell-ghc-events/debian/control
index 19f1f916d..011392247 100644
--- a/p/haskell-ghc-events/debian/control
+++ b/p/haskell-ghc-events/debian/control
@@ -3,30 +3,28 @@ 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,
- libghc-mtl-dev (>= 2.2.1),
+ haskell-devscripts (>= 0.10),
+ libghc-mtl-dev,
libghc-mtl-dev (<< 3.0),
+ libghc-mtl-dev (>= 2.2.1),
libghc-mtl-prof,
- libghc-mtl-dev,
-Build-Depends-Indep: ghc-doc,
- libghc-mtl-doc,
+Build-Depends-Indep: ghc-doc, libghc-mtl-doc
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/ghc-events
-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-ghc-events
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-ghc-events-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: Library for parsing GHC event log files${haskell:ShortBlurb}
This library provides functions to parse .eventlog files emitted by
the GHC.12.1 and later runtimes.
@@ -35,12 +33,10 @@ Description: Library for parsing GHC event log files${haskell:ShortBlurb}
Package: libghc-ghc-events-prof
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: Library for parsing GHC event log files${haskell:ShortBlurb}
This library provides functions to parse .eventlog files emitted by
the GHC.12.1 and later runtimes.
@@ -50,10 +46,9 @@ Description: Library for parsing GHC event log files${haskell:ShortBlurb}
Package: libghc-ghc-events-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: Library for parsing GHC event log files${haskell:ShortBlurb}
This library provides functions to parse .eventlog files emitted by
the GHC.12.1 and later runtimes.