[Git][haskell-team/DHG_packages][master] 3 commits: haskell-sandi: add Setup.hs to make the build happy
Gianfranco Costamagna
gitlab at salsa.debian.org
Fri Sep 6 17:11:38 BST 2019
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
e8ca6498 by Gianfranco Costamagna at 2019-09-06T16:11:06Z
haskell-sandi: add Setup.hs to make the build happy
- - - - -
061a1a82 by Gianfranco Costamagna at 2019-09-06T16:11:06Z
darcs: patch for newer sandi
- - - - -
4d81395b by Gianfranco Costamagna at 2019-09-06T16:11:06Z
haskell-heist: lower dependency bounds
- - - - -
9 changed files:
- p/darcs/debian/changelog
- p/darcs/debian/control
- + p/darcs/debian/patches/newer-deps
- + p/darcs/debian/patches/series
- p/haskell-heist/debian/changelog
- p/haskell-heist/debian/control
- p/haskell-sandi/debian/changelog
- + p/haskell-sandi/debian/patches/add-setup-file.patch
- p/haskell-sandi/debian/patches/series
Changes:
=====================================
p/darcs/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+darcs (2.14.2-2) unstable; urgency=medium
+
+ * Patch for newer deps
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Fri, 06 Sep 2019 15:51:26 +0200
+
darcs (2.14.2-1) unstable; urgency=medium
* New upstream release
=====================================
p/darcs/debian/control
=====================================
@@ -58,7 +58,7 @@ Build-Depends:
libghc-regex-compat-tdfa-dev (<< 0.96),
libghc-regex-compat-tdfa-prof,
libghc-sandi-dev (>= 0.4),
- libghc-sandi-dev (<< 0.5),
+ libghc-sandi-dev (<< 0.6),
libghc-sandi-prof,
libghc-tar-dev (>= 0.5),
libghc-tar-dev (<< 0.6),
=====================================
p/darcs/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- darcs-2.14.2.orig/darcs.cabal
++++ darcs-2.14.2/darcs.cabal
+@@ -403,7 +403,7 @@ Library
+ attoparsec >= 0.13.0.1 && < 0.14,
+ zip-archive >= 0.3 && < 0.5,
+ async >= 2.0.2 && < 2.3,
+- sandi >= 0.4 && < 0.5,
++ sandi >= 0.4 && < 0.6,
+ unix-compat >= 0.4.2 && < 0.6,
+ bytestring >= 0.10.6 && < 0.11,
+ old-time >= 1.1.0.3 && < 1.2,
=====================================
p/darcs/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
=====================================
p/haskell-heist/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-heist (1.1.0.1-2) unstable; urgency=medium
+
+ * Lower dependency bounds
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Fri, 06 Sep 2019 18:07:15 +0200
+
haskell-heist (1.1.0.1-1) unstable; urgency=medium
* New upstream release
=====================================
p/haskell-heist/debian/control
=====================================
@@ -56,7 +56,7 @@ Build-Depends:
libghc-random-dev (>= 1.0.1.0),
libghc-random-prof,
libghc-statistics-dev (>= 0.11),
- libghc-statistics-dev (<< 0.15),
+ libghc-statistics-dev (<< 0.16),
libghc-test-framework-dev,
libghc-test-framework-hunit-dev,
libghc-transformers-base-dev,
=====================================
p/haskell-sandi/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-sandi (0.5-2) unstable; urgency=medium
+
+ * Add setup file to fix build
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Fri, 06 Sep 2019 15:41:17 +0200
+
haskell-sandi (0.5-1) unstable; urgency=medium
* New upstream version.
=====================================
p/haskell-sandi/debian/patches/add-setup-file.patch
=====================================
@@ -0,0 +1,5 @@
+--- /dev/null
++++ haskell-sandi-0.5/Setup.hs
+@@ -0,0 +1,2 @@
++import Distribution.Simple
++main = defaultMain
=====================================
p/haskell-sandi/debian/patches/series
=====================================
@@ -1 +1,2 @@
no-tasty-th
+add-setup-file.patch
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/8c1ec873c3dd94604627303de3643c3adaa9e8c4...4d81395b3bf494fa93d4e7927d0364a0be63cd24
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/8c1ec873c3dd94604627303de3643c3adaa9e8c4...4d81395b3bf494fa93d4e7927d0364a0be63cd24
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20190906/916a2ebb/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list