[Git][haskell-team/DHG_packages][master] 2 commits: monad-par: Upgrading from 0.3.4.8 to 0.3.5
Clint Adams
gitlab at salsa.debian.org
Sun May 31 20:15:37 BST 2020
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
1a769b5c by Clint Adams at 2020-05-31T15:14:18-04:00
monad-par: Upgrading from 0.3.4.8 to 0.3.5
- - - - -
c1e00a02 by Clint Adams at 2020-05-31T15:15:03-04:00
mwc-random: sourceful upload for GHC 8.8
- - - - -
6 changed files:
- p/haskell-monad-par/debian/changelog
- p/haskell-monad-par/debian/control
- − p/haskell-monad-par/debian/patches/fix-testsuite
- − p/haskell-monad-par/debian/patches/series
- p/haskell-mwc-random/debian/changelog
- p/haskell-mwc-random/debian/control
Changes:
=====================================
p/haskell-monad-par/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-monad-par (0.3.5-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Sun, 31 May 2020 15:13:22 -0400
+
haskell-monad-par (0.3.4.8-7) unstable; urgency=medium
[ Dmitry Bogatov ]
=====================================
p/haskell-monad-par/debian/control
=====================================
@@ -35,7 +35,7 @@ Build-Depends-Indep:
libghc-monad-par-extras-doc,
libghc-mwc-random-doc,
libghc-parallel-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
Homepage: https://github.com/simonmar/monad-par
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-monad-par
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-monad-par]
=====================================
p/haskell-monad-par/debian/patches/fix-testsuite deleted
=====================================
@@ -1,24 +0,0 @@
---- a/tests/ParTests_shared.hs
-+++ b/tests/ParTests_shared.hs
-@@ -85,12 +85,15 @@
- case_test_diamond = 9 @=? (m :: Int)
- where
- m = runPar $ do
-- [a,b,c,d] <- sequence [new,new,new,new]
-- fork $ do x <- get a; put b (x+1)
-- fork $ do x <- get a; put c (x+2)
-- fork $ do x <- get b; y <- get c; put d (x+y)
-- fork $ do put a 3
-- get d
-+ abcd <- sequence [new,new,new,new]
-+ case abcd of
-+ [a,b,c,d] -> do
-+ fork $ do x <- get a; put b (x+1)
-+ fork $ do x <- get a; put c (x+2)
-+ fork $ do x <- get b; y <- get c; put d (x+y)
-+ fork $ do put a 3
-+ get d
-+ _ -> error "Oops"
-
- -- | Violate IVar single-assignment:
- --
=====================================
p/haskell-monad-par/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-fix-testsuite
=====================================
p/haskell-mwc-random/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-mwc-random (0.14.0.0-2) unstable; urgency=medium
+
+ * Sourceful upload for GHC 8.8.
+
+ -- Clint Adams <clint at debian.org> Sun, 31 May 2020 15:14:53 -0400
+
haskell-mwc-random (0.14.0.0-1) unstable; urgency=medium
[ Dmitry Bogatov ]
=====================================
p/haskell-mwc-random/debian/control
=====================================
@@ -19,7 +19,7 @@ Build-Depends-Indep: ghc-doc,
libghc-math-functions-doc,
libghc-primitive-doc,
libghc-vector-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
Homepage: https://github.com/bos/mwc-random
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-mwc-random
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-mwc-random]
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/185ebc61191685b512ab07ce867bc1cf418a12d9...c1e00a02c8011ddbc59ca7bd1df8295db5e55a08
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/185ebc61191685b512ab07ce867bc1cf418a12d9...c1e00a02c8011ddbc59ca7bd1df8295db5e55a08
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/20200531/ee67a0a5/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list