Commit graph

999 commits

Author SHA1 Message Date
Malte Brandy b37db39282
haskellPackages.niv: Fix build 2021-03-20 13:38:26 +01:00
Peter Simons 27abb2ef12 hackage2nix: disable Windows-only builds an aarch64-linux and armv7l-linux 2021-03-19 20:38:16 +01:00
Malte Brandy 6488310537
haskell-language-server: Fix build 2021-03-19 15:08:45 +01:00
sternenseemann 3c3f84b637 haskellPackages.chatter: unbreak
chatter's latest hackage release still depends on regex-tdfa-text, but
we can apply a patch from master to remove that dependency and jailbreak
to relax the bounds on cereal. Both these issues are already resolved
on master, so the override should only stand until the next release
comes around.

Additionally the test suite needs disabling as it doesn't list all
required modules in other-modules and thus fails to compile. The issue
has been reported upstream.

haskellPackages.fullstop: unbreak

Unfortunately fullstop is practically unmaintained and has no issue
tracker. The build failure is fortunately only affecting the test suite,
so a dontCheck resolves the issue for now.
2021-03-19 01:02:03 +01:00
Peter Simons 359671c93f Drop erroneous dontDistribute overrides. These packages should be marked broken. 2021-03-18 11:09:55 +01:00
Peter Simons 6a77eb735e hackage2nix: keep base16-bytestring-0.x around in the package set
We need it to build cabal-install.
2021-03-18 10:48:30 +01:00
Peter Simons 9b2593e79e hackage2nix: update list of broken builds to fix evaluation errors on Hydra 2021-03-18 10:11:38 +01:00
Peter Simons 1aa9727832 Stackage Nightly 2021-03-17 2021-03-17 21:18:34 +01:00
Peter Simons a9956e3b23 Stackage Nightly 2021-03-14 2021-03-16 23:25:10 +01:00
Peter Simons de0cf8b75e
haskellPackages.{qtah*,hoppy*}: Fix build and mark as unbroken 2021-03-13 12:59:00 +01:00
Peter Simons 19201899f3 shake-bench: remove 'broken' mark
This package has a maintainer.
2021-03-12 21:45:09 +01:00
Malte Brandy 47edbe5d39
haskellPackages: Add maralorn as shake-bench maintainer
It’s a dependency of hls development. But because it’s a benchmark dep I
wouldn‘t notice it breaking otherwise.
2021-03-12 16:57:26 +01:00
Malte Brandy 69faa4c451
haskellPackages.prune-juice: Unbreak 2021-03-12 16:57:26 +01:00
Peter Simons 58f426fd6d hackage2nix: disable broken builds to avoid evaluation errors on Hydra 2021-03-12 15:39:11 +01:00
Malte Brandy f99be37b62
haskellPackages.shake-bench: Fix build 2021-03-12 15:36:20 +01:00
Peter Simons 83d011cc89 doctest-driver-gen: disable test suite to fix the build 2021-03-12 15:34:17 +01:00
Peter Simons 131fbf7e2b Stackage Nightly 2021-03-12 2021-03-12 15:12:01 +01:00
Dennis Gosnell 15aa4ae427
Merge pull request #115509 from markus1189/haskellPackages-unbreak-fakedata
haskellPackages: Unbreak fakedata and fakedata-quickcheck and string-random
2021-03-10 09:07:14 +09:00
Peter Simons b68942f103 Stackage Nightly 2021-03-09 2021-03-10 00:51:42 +01:00
Robert Hensing abfbcb13bc haskellPackages: Add packages maintained by roberth 2021-03-09 16:38:20 +01:00
Markus Hauck 028186ba69 haskellPackages.string-random: unbreak 2021-03-09 15:08:54 +01:00
Markus Hauck ca79cf2b36 haskellPackages.fakedata-quickcheck: unbreak 2021-03-09 15:08:49 +01:00
Markus Hauck fb513ee968 haskellPackages.fakedata: unbreak 2021-03-09 15:05:38 +01:00
maralorn 58221bd446
Merge pull request #115465 from maralorn/hls
[haskell-updates] haskell-language-server: 0.9.0 -> 1.0.0
2021-03-09 12:33:03 +01:00
Malte Brandy 3c81fd41ee
haskell-language-server: 0.9.0 -> 1.0.0
Adapt overrides for newest hls version
2021-03-09 12:29:45 +01:00
Markus Hauck d0369d20a9 haskellPackages.amazonka: Unbreak by fetching patch 2021-03-09 09:05:50 +01:00
Peter Simons 0647a0e6fd Stackage Nightly 2021-03-06 2021-03-06 15:33:14 +01:00
Peter Simons 01d0057d79 hackage2nix: don't update to haskell-language-server 1.x yet
Not all required dependencies have been released to Hackage yet.
2021-03-05 20:49:29 +01:00
Peter Simons 59d4b22318 hackage2nix: update list of broken builds
Ping @roberth because of broken hercules-ci-agent.
2021-03-05 20:49:29 +01:00
Malte Brandy dac15e9e9f haskellPackages.lion: Mark broken to fix eval 2021-03-05 20:49:29 +01:00
Benjamin Esham 7f77d640b7 pinboard-notes-backup: unbreak 2021-03-05 20:49:28 +01:00
Jappie Klooster 17e1d24971 haskellPackages.xlsx: unbreak
With binary search fixed, this package now also works.
2021-03-05 20:49:28 +01:00
Jappie Klooster 5ba47b25e3 haskellPackages.binary-search: unbreak
I maintain this as of version 2.0.0
2021-03-05 20:49:28 +01:00
Peter Simons 0dff305a49 Stackage Nightly 2021-03-01 2021-03-05 20:49:28 +01:00
Peter Simons 15834f4673 hackage2nix: update list of broken packages to fix evaluation errors on Hydra 2021-02-26 20:57:24 +01:00
Peter Simons b10ff8e990 hackage2nix: update list of broken packages to fix evaluation errors on Hydra 2021-02-26 20:22:45 +01:00
Malte Brandy 75da00cacd
haskellPackages.haskell-language-server: Fix build 2021-02-26 14:20:34 +01:00
Peter Simons efb24801f8 Stackage Nightly 2021-02-25 2021-02-25 20:37:13 +01:00
sternenseemann 1bd9bbc335 haskellPackages.idris: unbreak by applying patches from master
We need to fix two compilation errors caused by breaking changes in
dependencies of idris 1.3.3:

* haskeline >= 0.8
* megaparsec >= 0.9

For both there is a patch on idris master which we can just apply. Both
can presumably removed as soon as the next release of idris 1 hits.

Co-authored-by: Jake Gillberg <jake.gillberg@protonmail.com>
2021-02-22 23:47:25 +01:00
Malte Brandy f3cb2534d6 hackagePackages.haskell-language-server: Fix build 2021-02-19 20:56:32 +01:00
Peter Simons df5db9a42e hackage2nix: update list of broken builds to avoid evaluation errors on Hydra 2021-02-19 20:56:32 +01:00
Peter Simons a1b8172b32 hackage2nix: yarn2nix has a maintainer now 2021-02-19 20:56:32 +01:00
Poscat d968b65ce4 haskellPackages: make poscat the maintainer for hinit 2021-02-19 20:56:32 +01:00
Poscat 47bd0f2462 haskellPackages.hinit: unbreak 2021-02-19 20:56:32 +01:00
sternenseemann a1008836b4 haskellPackages.yarn-lock: fix build by jailbreaking 2021-02-19 20:56:32 +01:00
sternenseemann ac462c555a haskellPackages: add myself as maintainer for a few pkgs
Some packages I maintain already and additionally some packages I have
experience with, so I should be able to help fixing stuff related to
them.
2021-02-19 20:56:32 +01:00
Manuel Bärenz 9451522c54 haskellPackages: Add myself (turion) to maintainer list 2021-02-19 20:56:32 +01:00
Olli Helenius 5885a721a6 haskellPackages.xml-extractors: broken -> unbroken 2021-02-19 20:56:32 +01:00
Peter Simons 071863cf74 Stackage Nightly 2021-02-12 2021-02-19 20:24:04 +01:00
Peter Simons 5f9636146f Update our default Haskell compiler from GHC version 8.10.3 to 8.10.4. 2021-02-12 20:35:22 +01:00