[Git][haskell-team/DHG_packages][master] 7 commits: heterocephalus: Disable RTS -N
Ilias Tsitsimpis
gitlab at salsa.debian.org
Fri Jul 24 16:39:50 BST 2020
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
f81d69cf by Ilias Tsitsimpis at 2020-07-24T18:26:26+03:00
heterocephalus: Disable RTS -N
- - - - -
8eb97d17 by Ilias Tsitsimpis at 2020-07-24T18:26:26+03:00
casa-client: Sourceful post-NEW upload
- - - - -
9719fd8d by Ilias Tsitsimpis at 2020-07-24T18:26:26+03:00
ghc-lib-parser: Sourceful post-NEW upload
- - - - -
42320766 by Ilias Tsitsimpis at 2020-07-24T18:26:26+03:00
managed: Sourceful post-NEW upload
- - - - -
9d0d459a by Ilias Tsitsimpis at 2020-07-24T18:26:26+03:00
optional-args: Sourceful post-NEW upload
- - - - -
51ef214e by Ilias Tsitsimpis at 2020-07-24T18:26:26+03:00
ormolu: Sourceful post-NEW upload
- - - - -
8d9ac602 by Ilias Tsitsimpis at 2020-07-24T18:26:26+03:00
rank2classes: Disable doctests
- - - - -
11 changed files:
- p/haskell-casa-client/debian/changelog
- p/haskell-ghc-lib-parser/debian/changelog
- p/haskell-heterocephalus/debian/changelog
- + p/haskell-heterocephalus/debian/patches/no-rts-N
- + p/haskell-heterocephalus/debian/patches/series
- p/haskell-managed/debian/changelog
- p/haskell-optional-args/debian/changelog
- p/haskell-ormolu/debian/changelog
- p/haskell-rank2classes/debian/changelog
- + p/haskell-rank2classes/debian/patches/disable-doctests
- + p/haskell-rank2classes/debian/patches/series
Changes:
=====================================
p/haskell-casa-client/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-casa-client (0.0.1-2) unstable; urgency=medium
+
+ * Sourceful post-NEW upload
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 23 Jul 2020 08:43:35 +0300
+
haskell-casa-client (0.0.1-1) unstable; urgency=low
* Initial release
=====================================
p/haskell-ghc-lib-parser/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-ghc-lib-parser (8.8.3.20200412.1-2) unstable; urgency=medium
+
+ * Sourceful post-NEW upload
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 23 Jul 2020 08:44:51 +0300
+
haskell-ghc-lib-parser (8.8.3.20200412.1-1) unstable; urgency=low
* Initial release
=====================================
p/haskell-heterocephalus/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-heterocephalus (1.0.5.3-3) unstable; urgency=medium
+
+ * Don't build test executables with RTS -N; most of
+ Debian's architectures lack SMP support.
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 23 Jul 2020 08:42:43 +0300
+
haskell-heterocephalus (1.0.5.3-2) unstable; urgency=medium
* Sourceful upload for GHC 8.8
=====================================
p/haskell-heterocephalus/debian/patches/no-rts-N
=====================================
@@ -0,0 +1,20 @@
+--- a/heterocephalus.cabal
++++ b/heterocephalus.cabal
+@@ -54,7 +54,7 @@
+ main-is: Spec.hs
+ build-depends: base
+ , heterocephalus
+- ghc-options: -threaded -rtsopts -with-rtsopts=-N
++ ghc-options: -threaded -rtsopts
+ default-language: Haskell2010
+
+ test-suite doctest
+@@ -65,7 +65,7 @@
+ , Glob
+ , doctest >= 0.10
+ , heterocephalus
+- ghc-options: -threaded -rtsopts -with-rtsopts=-N
++ ghc-options: -threaded -rtsopts
+ default-language: Haskell2010
+
+ source-repository head
=====================================
p/haskell-heterocephalus/debian/patches/series
=====================================
@@ -0,0 +1 @@
+no-rts-N
=====================================
p/haskell-managed/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-managed (1.0.7-2) unstable; urgency=medium
+
+ * Sourceful post-NEW upload
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 23 Jul 2020 08:45:09 +0300
+
haskell-managed (1.0.7-1) unstable; urgency=low
* Initial release
=====================================
p/haskell-optional-args/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-optional-args (1.0.2-2) unstable; urgency=medium
+
+ * Sourceful post-NEW upload
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 23 Jul 2020 08:45:27 +0300
+
haskell-optional-args (1.0.2-1) unstable; urgency=low
* Initial release
=====================================
p/haskell-ormolu/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-ormolu (0.0.3.1-2) unstable; urgency=medium
+
+ * Sourceful post-NEW upload
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 23 Jul 2020 08:45:40 +0300
+
haskell-ormolu (0.0.3.1-1) unstable; urgency=low
* Initial release
=====================================
p/haskell-rank2classes/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-rank2classes (1.3.2.1-3) unstable; urgency=medium
+
+ * Disable doctests, which fail on too many architectures
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 23 Jul 2020 09:14:45 +0300
+
haskell-rank2classes (1.3.2.1-2) unstable; urgency=medium
* Fix Build-Depends.
=====================================
p/haskell-rank2classes/debian/patches/disable-doctests
=====================================
@@ -0,0 +1,14 @@
+Description: Disable doctests
+ Disable doctests since they fail on too many architectures, with what seems to
+ be a GHC bug.
+
+--- a/rank2classes.cabal
++++ b/rank2classes.cabal
+@@ -48,6 +48,7 @@
+
+ test-suite doctests
+ type: exitcode-stdio-1.0
++ buildable: false
+ hs-source-dirs: test
+ default-language: Haskell2010
+ main-is: Doctest.hs
=====================================
p/haskell-rank2classes/debian/patches/series
=====================================
@@ -0,0 +1 @@
+disable-doctests
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/22f737a28736ff7bb0ccca47b034285785f5c791...8d9ac602b3c70d80a7b453b9677669ae3e4fcbe9
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/22f737a28736ff7bb0ccca47b034285785f5c791...8d9ac602b3c70d80a7b453b9677669ae3e4fcbe9
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/20200724/7b793e06/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list