[Git][haskell-team/DHG_packages][experimental] 24 commits: haskell-http-types: Disable testsuite on hppa, powerpc, ppc64 and sparc64

Ilias Tsitsimpis gitlab at salsa.debian.org
Thu Feb 27 17:07:26 GMT 2020



Ilias Tsitsimpis pushed to branch experimental at Debian Haskell Group / DHG_packages


Commits:
8e9db85e by John Paul Adrian Glaubitz at 2020-01-29T08:54:49+01:00
haskell-http-types: Disable testsuite on hppa, powerpc, ppc64 and sparc64

- - - - -
7491c6cf by John Paul Adrian Glaubitz at 2020-01-29T10:11:14+01:00
haskell-http-types: Disable testsuite on m68k

- - - - -
c4465d1f by John Paul Adrian Glaubitz at 2020-01-29T11:35:28+01:00
happy: Don't copy source code files for stage1 builds

- - - - -
e2dff06c by John Paul Adrian Glaubitz at 2020-01-29T11:36:51+01:00
alex: Don't copy source code files for stage1 builds

- - - - -
38763256 by Clint Adams at 2020-02-03T08:20:07-05:00
brick: Upgrading from 0.46 to 0.47.1

- - - - -
6ba1dd7d by Clint Adams at 2020-02-03T08:35:59-05:00
add stm-delay

- - - - -
e077b773 by Clint Adams at 2020-02-03T22:00:48-05:00
add fold-debounce

- - - - -
5870ac83 by Clint Adams at 2020-02-07T20:40:19-05:00
add tasty-discover

- - - - -
1517c275 by Clint Adams at 2020-02-07T20:56:59-05:00
add taskell

- - - - -
b3252c05 by Marcel Fourné at 2020-02-15T21:40:54+01:00
yi: some fixes for the main package

- - - - -
fa1abcb6 by Clint Adams at 2020-02-16T09:52:05-05:00
add bz2

- - - - -
9d2cabf2 by Sean Whitton at 2020-02-17T09:12:19-07:00
secret-sharing: Upgrading from 1.0.0.3 to 1.0.1.0

- - - - -
18b12c46 by Clint Adams at 2020-02-18T22:15:38-05:00
ixset: Upgrading from 1.1.1 to 1.1.1.1

- - - - -
c2fb9cb3 by Sven Mueller at 2020-02-19T12:25:14+00:00
Fix FTBFS bugs:
Only run git if needed for tests.
Set a dummy identity instead of relying on automatic detection.

- - - - -
d1b02664 by Clint Adams at 2020-02-19T12:25:14+00:00
Merge branch 'sven-master-patch-71149' into 'master'

Don't use git if "nocheck" profile is in use, use fake identity

See merge request haskell-team/DHG_packages!4
- - - - -
8af51c88 by Ilias Tsitsimpis at 2020-02-26T11:19:15+02:00
Merge branch 'master' into experimental

- - - - -
48b8c3bf by Ilias Tsitsimpis at 2020-02-26T11:19:42+02:00
ghc: Package v8.8.3 for experimental

- - - - -
7007fed8 by Ilias Tsitsimpis at 2020-02-27T09:14:13+02:00
ghc: Do not pass ggc-min-expand=10 on mips64el

This is not needed, and makes the build slower. See discussion on
https://salsa.debian.org/haskell-team/DHG_packages/commit/54890c9307eb801475cbd78ff6878158e9ac89bf#note_107114.

- - - - -
94bf8898 by Ilias Tsitsimpis at 2020-02-27T09:14:36+02:00
ghc: Remove unnecessary build-dependency on alex

- - - - -
dc463c8a by Ilias Tsitsimpis at 2020-02-27T12:32:50+02:00
ghc: Replace python-sphinx build-dependency with python3-sphinx

- - - - -
07cd4b19 by Ilias Tsitsimpis at 2020-02-27T17:55:39+02:00
ghc: Allow unregisterised ghc-8.6 to build newer GHC

- - - - -
e9f88ab4 by Ilias Tsitsimpis at 2020-02-27T17:55:42+02:00
ghc: Fix wrong installation of ghc-<version> manpages

dh_installman wrongly assumes that ghc-8.8.3.1 belongs to section 8, as
it parses the extra '.3.1' as a man-page group extension. To fix this,
manually install our manpages to the correct folder, instead of
creating a ghc.manpages file and rely on dh_installman for this.

- - - - -
57c35f87 by Ilias Tsitsimpis at 2020-02-27T17:55:42+02:00
ghc: Bump compat level to 12

- - - - -
c3eb0f2e by Ilias Tsitsimpis at 2020-02-27T19:02:43+02:00
ghc: Update to llvm-9

- - - - -


30 changed files:

- p/alex/debian/changelog
- p/alex/debian/rules
- p/ghc/debian/changelog
- p/ghc/debian/control
- + p/ghc/debian/patches/fix-build-using-unregisterised-v8.6
- − p/ghc/debian/patches/fix-build-using-unregisterized-v8.4
- + p/ghc/debian/patches/llvm-9.patch
- p/ghc/debian/patches/llvm-arm-unknown-linux-gnueabi.patch
- p/ghc/debian/patches/series
- p/ghc/debian/rules
- p/happy/debian/changelog
- p/happy/debian/rules
- p/haskell-brick/debian/changelog
- + p/haskell-bz2/debian/changelog
- p/ghc/debian/compat → p/haskell-bz2/debian/compat
- + p/haskell-bz2/debian/control
- + p/haskell-bz2/debian/copyright
- + p/haskell-bz2/debian/patches/series
- + p/haskell-bz2/debian/patches/setup-hs
- + p/haskell-bz2/debian/patches/system-bz2
- + p/haskell-bz2/debian/rules
- + p/haskell-bz2/debian/source/format
- + p/haskell-bz2/debian/watch
- + p/haskell-fold-debounce/debian/changelog
- + p/haskell-fold-debounce/debian/compat
- + p/haskell-fold-debounce/debian/control
- + p/haskell-fold-debounce/debian/copyright
- + p/haskell-fold-debounce/debian/rules
- + p/haskell-fold-debounce/debian/source/format
- + p/haskell-fold-debounce/debian/watch


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/bb687fbe3c9a8057df2e9e6fc635e88d9d8ea4e3...c3eb0f2e873282a2a6ac1f0ab855e1ec2240090a

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/bb687fbe3c9a8057df2e9e6fc635e88d9d8ea4e3...c3eb0f2e873282a2a6ac1f0ab855e1ec2240090a
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/20200227/09595e1b/attachment.html>


More information about the Pkg-haskell-commits mailing list