[Git][haskell-team/package-plan][experimental] 90 commits: Make sure package plan builds

Sean Whitton gitlab at salsa.debian.org
Sat Mar 28 15:54:18 GMT 2020



Sean Whitton pushed to branch experimental at Debian Haskell Group / package-plan


Commits:
7fcb08e1 by Dmitry Bogatov at 2019-05-06T22:17:57+00:00
Make sure package plan builds

Since the success of package plan check depends on volatile external
service (hackage.haskell.org), sometimes things drift. This commit add
revision 0 of cabal files into additional-cabal/ directory for packages
that have subsequent revisions on Hackage.

- - - - -
6d12e2d7 by Sean Whitton at 2019-07-05T07:59:30+01:00
add type-errors

- - - - -
3421f925 by Sean Whitton at 2019-07-05T08:30:44+01:00
add first-class-families

- - - - -
50ca2f82 by Clint Adams at 2019-07-23T22:37:35-04:00
someone updated stylish-haskell

- - - - -
dc42919d by Clint Adams at 2019-07-29T14:21:26-04:00
LTS 13.29 WIP

- - - - -
4f7dac1e by Clint Adams at 2019-07-29T16:50:29-04:00
add network-bsd and network-byteorder

- - - - -
098d54b1 by Clint Adams at 2019-07-29T17:02:34-04:00
add cassava-megaparsec and easytest

- - - - -
b67d4e9b by Clint Adams at 2019-07-29T17:26:57-04:00
add hspec-megaparsec

- - - - -
67369b0c by Clint Adams at 2019-07-29T20:37:58-04:00
add criterion-measurement

- - - - -
58dd8dde by Ilias Tsitsimpis at 2019-07-30T18:47:59+03:00
Use cabal's new-install command

Use cabal's `new-install` command, since the old `install` hangs and
never finishes.

- - - - -
029cac2f by Ilias Tsitsimpis at 2019-07-30T18:49:12+03:00
Downgrade cabal-install to v2.4.0.0

Downgrade cabal-install to v2.4.0.0, since the newer v2.4.1.0 depends on
Cabal >= 2.4.1.0, but ghc-8.6.5 has Cabal-2.4.0.1.

- - - - -
2be2e402 by Ilias Tsitsimpis at 2019-07-30T19:15:21+03:00
Ignore zxcvbn-c

Ignore zxcvbn-c which fails with:

  zxcvbn-c:setup.Cabal-2.4.0.0 (constraint from maximum version of Cabal used by Setup.hs requires <2.4)

- - - - -
fc5c35a7 by Ilias Tsitsimpis at 2019-07-31T12:52:48+03:00
Revert "Ignore zxcvbn-c"

This reverts commit 2be2e402a0c95c86185b7776e19568e4578a1481.

- - - - -
28f1a79a by Ilias Tsitsimpis at 2019-07-31T12:52:56+03:00
Revert "Use cabal's new-install command"

This reverts commit 58dd8dded146293389f43074a007a77c8185c56a.

- - - - -
fbb426f1 by Ilias Tsitsimpis at 2019-07-31T16:43:13+03:00
Set maximum number of backjumps to 10000

Currently, where unlimited backtracking is enabled, cabal-install fails
to find a valid solution for our package-plan and does not terminate.
Set maximum number of backjumps to an arbitrary big value (10000) which
allows cabal-install to finish while producing valid errors.

- - - - -
e3158640 by Ilias Tsitsimpis at 2019-07-31T17:23:54+03:00
LTS 13.29 WIP

- - - - -
98f27496 by Clint Adams at 2019-07-31T11:52:10-04:00
add more missing deps

- - - - -
931e9f14 by Mike Gabriel at 2019-08-21T21:44:53+02:00
update curry-frontend

- - - - -
a7e0c990 by Félix Sipma at 2019-08-27T12:33:22+02:00
update patat

- - - - -
35c5b5d4 by Clint Adams at 2019-08-30T19:24:10-04:00
fix the package plan

- - - - -
8af7e845 by Clint Adams at 2019-08-30T20:32:38-04:00
add wai-middleware-static

- - - - -
786a62e0 by Clint Adams at 2019-08-30T21:21:27-04:00
add markdown-unlit

- - - - -
c1c16206 by Clint Adams at 2019-08-31T09:49:17-04:00
update debian and cabal-debian

- - - - -
9de88467 by Clint Adams at 2019-08-31T12:55:37-04:00
update bytestring-progress

- - - - -
33e72837 by Clint Adams at 2019-08-31T13:05:59-04:00
drop obsolete cabal files

- - - - -
aad08176 by Clint Adams at 2019-08-31T19:14:55-04:00
update gtk-strut

- - - - -
81b56ce1 by Clint Adams at 2019-08-31T19:15:59-04:00
test-packages.pl: use v1-install

- - - - -
1ac2a105 by Clint Adams at 2019-09-01T09:19:10-04:00
add topograph

- - - - -
d35412ee by Clint Adams at 2019-09-01T12:21:40-04:00
update simple and simple-templates

- - - - -
aae05f82 by Clint Adams at 2019-09-01T12:37:34-04:00
add original cborg cabal file

- - - - -
22061f55 by Clint Adams at 2019-09-01T12:57:50-04:00
mark hastache as obsolete

- - - - -
f505a54b by Clint Adams at 2019-09-01T13:01:07-04:00
update hakyll

- - - - -
75866629 by Clint Adams at 2019-09-01T17:51:49-04:00
remove hastache

- - - - -
21284f20 by Clint Adams at 2019-09-01T18:34:21-04:00
re-enable aeson testsuite

- - - - -
13cdf15e by Clint Adams at 2019-09-01T19:17:51-04:00
enable cborg testsuite

- - - - -
5f874a0b by Clint Adams at 2019-09-01T19:25:46-04:00
incorporate wl-pprint-extras and wl-pprint-terminfo patches

- - - - -
ef368894 by Clint Adams at 2019-09-14T12:19:49-04:00
somebodies updated somethings

- - - - -
ca6b01ed by Clint Adams at 2019-09-22T18:16:18-04:00
people updated happstack-authenticate, pandoc-citedoc-preamble, and patat

- - - - -
5e9d3eed by Ilias Tsitsimpis at 2019-10-02T12:40:19+03:00
Update debug-me and git-annex

- - - - -
2f4f68d6 by Ilias Tsitsimpis at 2019-10-02T13:11:33+03:00
Remove obsolete files

- - - - -
a90ac7ae by Ilias Tsitsimpis at 2019-10-02T13:11:33+03:00
Refresh patches

- - - - -
7a2c74c0 by Sean Whitton at 2019-10-06T08:15:01-07:00
swish was updated

- - - - -
de3066af by Sean Whitton at 2019-10-06T08:15:05-07:00
update raaz

- - - - -
9eabef84 by Clint Adams at 2019-10-17T14:13:24-04:00
Sean updated git-annex

- - - - -
65cb384e by Sean Whitton at 2019-10-17T13:53:40-07:00
add git-lfs, http-client-restricted

- - - - -
9a6034f3 by Sean Whitton at 2019-10-18T09:34:36-07:00
bump git-annex

- - - - -
bf4b8d86 by Ilias Tsitsimpis at 2019-10-21T18:24:17+03:00
Bump hakyll to 4.13.0.1

- - - - -
4cec3fc1 by Ilias Tsitsimpis at 2019-10-27T17:15:46+02:00
Update patat to v0.8.4.0

- - - - -
28f7b45d by Ilias Tsitsimpis at 2019-10-27T17:16:46+02:00
Remove monadplus (Bug#942608)

- - - - -
89a59a95 by Ilias Tsitsimpis at 2019-10-28T12:34:01+02:00
Remove attoparsec-enumerator and cabal-file-th

See #943659 and #943665.

- - - - -
47519e60 by Ilias Tsitsimpis at 2019-10-29T10:31:20+02:00
Remove enumerator (Bug#943702)

- - - - -
5158f0fc by Clint Adams at 2019-11-03T13:48:13-05:00
Someone updated git-annex, and someone updated stylish-haskell ahead of LTS

- - - - -
2c1f7515 by Mike Gabriel at 2019-11-18T10:17:08+01:00
Update curry-base to 1.1.1

- - - - -
6bdc9077 by Ilias Tsitsimpis at 2019-11-18T12:01:51+02:00
Update propellor to v5.10.1

- - - - -
d4cee431 by Samuel Henrique at 2019-11-19T21:00:45+00:00
Update Shellcheck to v0.7.0

- - - - -
1ff4c99b by Ilias Tsitsimpis at 2019-11-26T11:08:56+02:00
Remove superfluous curry-frontend from additional-cabals

- - - - -
6748f1a0 by Ilias Tsitsimpis at 2019-11-26T11:09:52+02:00
Mark ShellCheck as ahead

- - - - -
724664d8 by Ilias Tsitsimpis at 2019-11-26T11:10:23+02:00
Update git-annex to v7.20191114

- - - - -
327af762 by Ilias Tsitsimpis at 2019-11-26T11:52:16+02:00
Remove unused hspec-megaparsec

- - - - -
d845ecd3 by Ilias Tsitsimpis at 2019-11-26T11:52:33+02:00
Patch lambdabot-core to remove dep to network-bsd

- - - - -
513aaa6e by Sean Whitton at 2019-11-28T21:48:10-07:00
add text-conversions

- - - - -
faa56e1a by Clint Adams at 2019-12-01T06:07:52-05:00
add hindent and dhall

- - - - -
0c9414f1 by Clint Adams at 2019-12-01T14:37:04-05:00
update hledger "ecosystem" ahead to LTS 14.16 versions

- - - - -
4cdbe947 by Clint Adams at 2019-12-02T19:43:40-05:00
update hOpenPGP and hopenpgp-tools ahead

- - - - -
15e44b65 by Clint Adams at 2019-12-07T23:10:22-05:00
update hopenpgp-tools (still ahead)

- - - - -
4ed34e33 by Clint Adams at 2019-12-07T23:12:26-05:00
Revert "update hopenpgp-tools (still ahead)"

This reverts commit 15e44b65650dcd1b8630c62f9fa7f0a4b576858c.

- - - - -
7de718b8 by Sean Whitton at 2019-12-11T15:23:38-07:00
add filepath-bytestring

- - - - -
463d480e by Ilias Tsitsimpis at 2019-12-20T11:41:58+02:00
Remove Crypto (Bug#945931)

- - - - -
a5116f23 by Gianfranco Costamagna at 2019-12-28T21:33:37+01:00
Refresh snap-core patch, some newlines failed to proper do jenkins job:
see: https://jenkins.debian.net/job/haskell-package-plan/lastFailedBuild/parsed_console/

thanks Mattia Rizzolo for the report

- - - - -
753f6bf4 by Gianfranco Costamagna at 2019-12-28T22:42:04+01:00
Add description to snap-core patch

- - - - -
c46ae181 by Ilias Tsitsimpis at 2019-12-29T18:21:47+02:00
Refresh snap-core patch

- - - - -
f67144e9 by Sean Whitton at 2020-01-03T10:12:25+00:00
latest filepath-bytestring

- - - - -
ffe0b4fa by Sean Whitton at 2020-01-03T11:27:51+00:00
update git-annex

- - - - -
037a8f60 by Sean Whitton at 2020-01-15T06:44:22-07:00
update stylish-haskell

- - - - -
08b4a773 by Sean Whitton at 2020-01-15T06:50:30-07:00
update first-class-families

- - - - -
9fca13ff by Clint Adams at 2020-01-24T08:36:31-05:00
add rank2classes

- - - - -
0739cece by Clint Adams at 2020-02-03T08:18:40-05:00
update brick

- - - - -
b4a9faac by Clint Adams at 2020-02-07T21:10:52-05:00
add fold-debounce, stm-delay, taskell, tasty-discover

- - - - -
d5e4bbd6 by Sean Whitton at 2020-02-17T09:00:03-07:00
update keysafe & secret-sharing

- - - - -
56940808 by Sean Whitton at 2020-02-17T09:00:21-07:00
Merge branch 'master' of https://salsa.debian.org/haskell-team/package-plan

- - - - -
75e27bb5 by Clint Adams at 2020-02-19T07:19:46-05:00
update ixset

- - - - -
596e3061 by Félix Sipma at 2020-02-28T13:47:43+01:00
add ipynb, aeson-diff, edit-distance-vector, microlens-aeson

- - - - -
a5ae9217 by Félix Sipma at 2020-02-28T13:49:29+01:00
update git-annex

- - - - -
34f01016 by Félix Sipma at 2020-02-28T13:51:16+01:00
add missing Crypto 4.2.5.1

- - - - -
c7a6063b by Félix Sipma at 2020-02-28T15:12:48+01:00
Revert "add missing Crypto 4.2.5.1"

This reverts commit 34f010166288f74be944808a30ca75580cb4ca2b.

- - - - -
35b1eb0b by Ilias Tsitsimpis at 2020-02-29T10:01:40+02:00
Remove obsolete packages

- cabal-helper (#945011)
- enummapset-th (#945936)
- ghc-mod (#945010)
- gnuidn (#945013)
- hackage-mirror (#945935)
- hmt (#945007)
- network-protocol-xmpp (#945012)

- - - - -
5309e9fa by Sean Whitton at 2020-02-29T08:57:31-07:00
update http-client-restricted

- - - - -
d61003f8 by Sean Whitton at 2020-02-29T08:57:39-07:00
Merge branch 'master' of https://salsa.debian.org/haskell-team/package-plan

- - - - -
2491beaa by Sean Whitton at 2020-03-28T08:20:39-07:00
Merge branch 'master' into experimental

- - - - -
c760898a by Sean Whitton at 2020-03-28T08:53:10-07:00
begin updating to LTS 15.5

- - - - -


24 changed files:

- + additional-cabals/aeson-1.4.2.0.cabal
- + additional-cabals/binary-orphans-0.1.8.0.cabal
- − additional-cabals/binary-parsers-0.2.3.0.cabal
- additional-cabals/blaze-markup-0.8.2.1.cabal → additional-cabals/blaze-markup-0.8.2.2.cabal
- + additional-cabals/bytestring-show-0.3.5.6.cabal
- + additional-cabals/cabal-install-2.4.0.0.cabal
- + additional-cabals/cborg-0.2.1.0.cabal
- − additional-cabals/esqueleto-2.5.999.1.cabal
- − additional-cabals/fgl-5.6.0.0.cabal
- additional-cabals/haxr-3000.11.2.cabal → additional-cabals/haxr-3000.11.3.cabal
- + additional-cabals/hledger-1.12.1.cabal
- + additional-cabals/hledger-lib-1.12.cabal
- − additional-cabals/io-streams-1.5.0.1.cabal
- + additional-cabals/map-syntax-0.3.cabal
- + additional-cabals/polynomial-0.7.3.cabal
- + additional-cabals/postgresql-simple-0.6.2.cabal
- + additional-cabals/repa-3.4.1.4.cabal
- + additional-cabals/scotty-0.11.4.cabal
- additional-cabals/snap-1.1.1.0.cabal → additional-cabals/snap-1.1.2.0.cabal
- − additional-cabals/snap-core-1.0.3.2.cabal
- + additional-cabals/stack-1.9.3.1.cabal
- − additional-cabals/tar-0.5.1.0.cabal
- additional-cabals/text-show-3.7.4.cabal → additional-cabals/text-show-3.7.5.cabal
- lts.config


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/compare/1edc9f41f405afe306fcc408c1caca7526cb522d...c760898a4bd74f2b20573cc2ce8fdd3b54f5c026

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/compare/1edc9f41f405afe306fcc408c1caca7526cb522d...c760898a4bd74f2b20573cc2ce8fdd3b54f5c026
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/20200328/06b6b258/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list