[DHG_packages] 06/06: monadcryptorandom: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 05:29:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 5c3be326447459efdd2d2c6400814466d9526dae
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 01:28:30 2016 -0400
monadcryptorandom: build with ghc 8 in experimental
---
p/haskell-monadcryptorandom/debian/changelog | 8 ++---
p/haskell-monadcryptorandom/debian/control | 48 ++++++++++++++++++----------
p/haskell-monadcryptorandom/debian/copyright | 2 +-
3 files changed, 36 insertions(+), 22 deletions(-)
diff --git a/p/haskell-monadcryptorandom/debian/changelog b/p/haskell-monadcryptorandom/debian/changelog
index 07b1584..6358000 100644
--- a/p/haskell-monadcryptorandom/debian/changelog
+++ b/p/haskell-monadcryptorandom/debian/changelog
@@ -1,14 +1,14 @@
-haskell-monadcryptorandom (0.7.0-2) UNRELEASED; urgency=medium
+haskell-monadcryptorandom (0.7.0-2) 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 at gnu.org> Tue, 10 May 2016 09:35:48 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 01:28:20 -0400
haskell-monadcryptorandom (0.7.0-1) unstable; urgency=medium
diff --git a/p/haskell-monadcryptorandom/debian/control b/p/haskell-monadcryptorandom/debian/control
index 9a4ab87..9371193 100644
--- a/p/haskell-monadcryptorandom/debian/control
+++ b/p/haskell-monadcryptorandom/debian/control
@@ -1,36 +1,43 @@
Source: haskell-monadcryptorandom
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-crypto-api-dev (>= 0.2),
libghc-crypto-api-prof,
libghc-mtl-dev (>= 2.2.1),
libghc-mtl-prof,
libghc-tagged-dev (>= 0.2),
libghc-tagged-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-crypto-api-doc,
libghc-mtl-doc,
libghc-tagged-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/TomMD/monadcryptorandom
-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-monadcryptorandom
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-monadcryptorandom-dev
Architecture: any
-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: monad for using CryptoRandomGen
A monad for using CryptoRandomGen.
.
@@ -38,11 +45,15 @@ Description: monad for using CryptoRandomGen
Package: libghc-monadcryptorandom-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: monad for using CryptoRandomGen; profiling libraries
A monad for using CryptoRandomGen.
.
@@ -51,10 +62,13 @@ Description: monad for using CryptoRandomGen; profiling libraries
Package: libghc-monadcryptorandom-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: monad for using CryptoRandomGen; documentation
A monad for using CryptoRandomGen.
.
diff --git a/p/haskell-monadcryptorandom/debian/copyright b/p/haskell-monadcryptorandom/debian/copyright
index aba323d..d57880b 100644
--- a/p/haskell-monadcryptorandom/debian/copyright
+++ b/p/haskell-monadcryptorandom/debian/copyright
@@ -37,4 +37,4 @@ License: BSD-2-clause
HOWEVER 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
+ POSSIBILITY OF SUCH DAMAGE.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list