3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

1021 commits

Author SHA1 Message Date
Dennis Gosnell 0127170fed
Merge pull request #108780 from cideM/unbreak-co-log
co-log, chronos: unmarkBroken by disabling tests for chronos
2021-01-09 23:27:08 +09:00
Florian Beeres 39476955ed co-log, chronos: unmarkBroken
co-log fails to compile due to its dependency on chronos, which fails to
compile because the doctests fail with newer GHC versions. So we just
disable the doctests and thus unbreak both.

https://github.com/andrewthad/chronos/issues/62
2021-01-09 13:28:53 +01:00
Dennis Gosnell cd4e0674e2
Merge pull request #108828 from expipiplus1/joe-dsp
haskellPackages.derive-storable-plugin: remove from broken list
2021-01-09 15:53:19 +09:00
Joe Hermaszewski cade44d2f7 haskellPackages.derive-storable-plugin: remove from broken list 2021-01-09 12:57:50 +08:00
Dennis Gosnell 6e80b3b7ae
Merge pull request #108788 from expipiplus1/joe-nothunks
haskellPackages.nothunks: jailbreak to fix tests
2021-01-09 11:13:31 +09:00
Peter Simons 7e26c12a6d hackage2nix: update list of broken builds
Ping @jb55 for 'elm-export-persistent'.
2021-01-08 21:11:15 +01:00
Peter Simons 8e68a5e5c3 Merge branch '2020-12-31-upd-haskell-packages' of git://github.com/Anton-Latukha/nixpkgs into Anton-Latukha-2020-12-31-upd-haskell-packages. 2021-01-08 20:58:50 +01:00
Peter Simons 9aad7ef67a hackage2nix: update list of broken builds to avoid evaluation errors
Ping @sorki for broken update-nix-fetchgit package.
2021-01-08 20:30:28 +01:00
Joe Hermaszewski 2a9c1eb91e haskellPackages.nothunks: jailbreak to fix tests 2021-01-09 00:45:59 +08:00
Dennis Gosnell 08fc5efd43
Merge pull request #108452 from cleverca22/jailbreak-profiteur
profiteur: jailbreak and un-break
2021-01-08 22:05:56 +09:00
Michael Bishop 662eba1245
profiteur: jailbreak and un-break 2021-01-08 07:42:53 -04:00
Dennis Gosnell c871aec2a3
Merge pull request #108470 from markus1189/threadscope-jailbreak
haskellPackages.threadscope: jailbreak to fix build
2021-01-08 15:39:17 +09:00
Anton-Latukha 9f4b9b3b50
haskellPackages.hnix-store-remote: unbreak, fix deps 2021-01-07 22:41:44 +02:00
Peter Simons 7f8e7398eb Stackage Nightly 2021-01-05 2021-01-07 13:25:58 +01:00
Dennis Gosnell 8f5c69c971
Merge pull request #108459 from markus1189/unbreak-holmes
haskellPackages.holmes: unbreak
2021-01-06 09:07:34 +09:00
Markus Hauck d812bb9bb2 haskellPackages.threadscope: jailbreak to fix build 2021-01-05 12:57:42 +01:00
Markus Hauck a9acf8eba5 haskellPackages.arbtt: unbreak
Thanks to https://github.com/nomeata/arbtt/issues/43 `arbtt` now
builds successfully 🎉
2021-01-05 08:34:24 +01:00
Markus Hauck 00a90e9cf8 haskellPackages.holmes: unbreak
Thanks to https://github.com/i-am-tom/holmes/pull/15 `holmes` now
builds successfully 🎉
2021-01-05 08:33:20 +01:00
Peter Simons af65daadda
Stackage Nightly 2021-01-02 2021-01-04 16:32:40 +09:00
Peter Simons 334c621fb0 hackage2nix: update list of broken builds to fix evaluation errors 2021-01-02 19:57:38 +01:00
Peter Simons 8aa75348c2 hackage2nix: unbreak geos library
Fixes https://github.com/NixOS/nixpkgs/issues/107178.
2021-01-02 19:57:38 +01:00
Peter Simons 855c763aae Stackage Nightly 2021-01-01 2021-01-02 19:57:37 +01:00
sternenseemann 13f0ab1e28 haskellPackages.apecs-physics: push to 0.4.5 to unbreak build
apecs-physics was broken by the update of glibc to 2.32 due to the
vendored Chipmunk2D using sys/sysctl.h on GNU/Linux. 0.4.5 updates the
vendored version of Chipmunk2D which resolves this issue.

Resolves #107358.
2020-12-25 20:42:36 +01:00
Peter Simons 1a8a6d9574 hackage2nix: update list of broken builds to fix evaluation on Hydra 2020-12-25 20:41:54 +01:00
Peter Simons 1998b95adc haskellPackages: update default compiler from ghc 8.10.2 to version 8.10.3 2020-12-25 20:41:54 +01:00
Piotr Bogdan 7dd48ceb14 haskellPackages.greenclip: don't mark as broken 2020-12-25 20:41:54 +01:00
sternenseemann b1ff1909be haskellPackages.gitit: jailbreak
Should fix the build failure described in #107209 for master/unstable.
2020-12-25 20:41:54 +01:00
sternenseemann 43e21e564e haskellPackages.flat: unbreak
0.4.4 fixed the build
2020-12-25 20:41:53 +01:00
Christian Luetke Stetzkamp 4fa7002636 haskellPackages.taffybar: Mark as unbroken 2020-12-25 20:41:53 +01:00
Joe Hermaszewski c31e766a24 haskellPackages.haskell-language-server: 0.6.0 -> 0.7.0
Remove hls-brittany as it's no longer necessary

Fix the update script to include hls-explicit-imports-plugin and
hls-retrhls-retrie-plugin
2020-12-18 20:27:53 +01:00
Guillaume Maudoux 0d56006040 haskellPackages.cryptohash-sha512: fix by jailbreaking 2020-12-18 20:27:53 +01:00
Manuel Bärenz afbbf8a438 haskellPackages.pandoc-include-code: Jailbreak
...because of restrictive upper version bounds
2020-12-18 20:27:53 +01:00
Manuel Bärenz a0aa0ce42d haskellPackages.essence-of-live-coding: Fix dependency 2020-12-18 20:27:53 +01:00
Peter Simons 774d5acfcf hackage2nix: update list of broken builds to fix evaluation errors 2020-12-18 20:27:08 +01:00
Jack Kelly aff8bc92ae haskellPackages.hoist-error: not broken 2020-12-18 20:27:07 +01:00
Poscat 233b82946a haskellPackages.brotli{,brotli-streams}: unbreak 2020-12-18 20:27:07 +01:00
Peter Simons 4a2b8aec7b Stackage Nightly 2020-12-14 2020-12-18 20:27:03 +01:00
Milan Pässler 2001fbd9ca
haskellPackages.pandoc-crossref: mark unbroken 2020-12-10 00:14:12 +01:00
Nathan van Doorn 0e31884bef haskellPackages.integer-root: don't check
The test-suite depends on smallcheck 1.1 but we package 1.2

This is fixed in the upstream repository but the fix hasn't been released yet
2020-12-04 21:19:53 +01:00
Artur Cygan 3e71b42c3c haskellPackages.hevm: unbreak 2020-12-04 21:19:46 +01:00
Nathan van Doorn b6cb88dd20 haskellPackages.cyclotomic: mark as unbroken 2020-12-04 21:19:46 +01:00
Nathan van Doorn bc2c06cfd1 haskellPackages.quadratic-irrational: mark as not broken 2020-12-04 21:19:46 +01:00
Nathan van Doorn 1a6a2bb4d3 haskellPackages.cantor-pairing: mark as not broken 2020-12-04 21:19:46 +01:00
Nathan van Doorn efa9bddecf haskellPackages.enumeration: mark as not broken 2020-12-04 21:19:46 +01:00
Nathan van Doorn 25f91f0abd haskellPackages.arith-encode: mark as not broken 2020-12-04 21:19:46 +01:00
Nathan van Doorn 9c7e9439ef haskellPackages.arithmoi: mark as not broken 2020-12-04 21:19:45 +01:00
Jappie Klooster 130c356e5f haskell-xmpp: 2.0.1 Mark unbroken 2020-12-04 21:19:45 +01:00
Peter Simons c5e7cd6c68 hackage2nix: update list of broken builds to avoid evaluation errors 2020-12-04 21:19:45 +01:00
Peter Simons ad19f4c188 Stackage Nightly 2020-12-04 2020-12-04 20:52:24 +01:00
Peter Simons 9ba2fb7994 hackage2nix: update list of broken packages to fix evaluation errors on Hydra
Ping @roberth because of broken package arion-compose.

Ping @rkrzr because of broken package icepeak.
2020-11-27 21:15:20 +01:00
Robert Hensing f1f8539583 haskellPackages.hercules-ci-agent: Configure unbroken 2020-11-27 20:59:59 +01:00
Dennis Gosnell 69c69dfe9a haskellPackages: remove QuickCheck_2_14_2 and random_1_2_0 from kiwi maintainer 2020-11-27 20:59:59 +01:00
Robert Djubek 6d32709b24 haskellPackages.matterhorn: unbreak
haskellPackages.mattermost-api: unbreak
haskellPackages.mattermost-api-qc: unbreak
2020-11-27 20:59:59 +01:00
Robert Djubek 30c0026077 haskellPackages.glirc: unbreak 2020-11-27 20:59:59 +01:00
Robert Djubek 29416adfe8 haskellPackages.config-value: unbreak
haskellPackages.config-schema: unbreak
2020-11-27 20:59:59 +01:00
Robert Djubek 37d9f941e7 haskellPackages.QuickCheck_2_14_2: unbreak 2020-11-27 20:59:59 +01:00
Robert Djubek 9d4ce7a57b haskellPackages.random_1_2_0: unbreak 2020-11-27 20:59:59 +01:00
Robert Djubek 0197ed239b haskellPackages.irc-core: unbreak 2020-11-27 20:59:59 +01:00
Siva Mahadevan 9c3d2dda01 haskellPackages.fmt: unbreak 2020-11-27 20:59:59 +01:00
Siva Mahadevan b8896bc35d haskellPackages.blas-hs: unbreak 2020-11-27 20:59:59 +01:00
Siva Mahadevan 79e9ab2828 haskellPackages.pipes-text: unbreak 2020-11-27 20:59:59 +01:00
Arseniy Chekanov 07ae57e2b1 haskellPackages.tart: unmark as broken 2020-11-27 20:59:58 +01:00
Malte Brandy 37e26436b6 haskellPackages: Fix a round of eval errors 2020-11-27 20:59:58 +01:00
Peter Simons 2b6a4a9fd2 Stackage Nightly 2020-11-23 2020-11-27 20:59:54 +01:00
Malte Brandy 00593bdb64
cachix: Build from 8.10.2, fix build and activate on hydra
This removes the broken flag from everything depending on servant so it
can get a new chance to build following the servant fix.
2020-11-21 19:59:08 +01:00
Peter Simons e4955d9657 hackage2nix: update the list of broken packages
@kiwi, please check the state of glirc. matterhorn, mattermost-api, and mattermost-api-qc.

@roberth, please check hercules-ci-agent, hercules-ci-api-core, and hercules-ci-api-agent.
2020-11-20 20:57:42 +01:00
Peter Simons 347a6dbbcc hackage2nix: disable broken builds 2020-11-20 20:57:41 +01:00
Malte Brandy 63e5e85ba7 haskellPackages: Fix more eval errors 2020-11-20 20:57:37 +01:00
Malte Brandy d444c89dd4 haskellPackages: Remove obsolete packages
All those packages are not needed anymore in nixpkgs
2020-11-20 20:57:36 +01:00
Peter Simons 939e04ca72 hackage2nix: No broken packages! For a while ... 2020-11-20 20:57:35 +01:00
Peter Simons f74137c76f hackage2nix: update Haskell package set to Stackage Nightly 2020-11-11
This means we'll switch our default compiler from ghc-8.8.4 to 8.10.2.
2020-11-20 20:57:34 +01:00
Malte Brandy ed26917b67 haskellPackages: Cleanup unneeded builds 2020-11-13 21:37:57 +01:00
Malte Brandy 425d22e6cf haskellPackages: Fix eval errors 2020-11-13 21:37:56 +01:00
Malte Brandy bf29c147c3 haskellPackages.haskell-language-server: Fix build
In preparation of the upcoming 0.6.0 release I wanted to fix hls.

It introduces two new plugin packages, which are not on hackage yet.

I remove apply-refact overrides, because current apply-refact versions
are compatible with all ghcs we support, according to their changelog.

I override more of the hls dependencies globally on the whole package
set, to avoid a lot of duplicate compilations. And because @peti changed
my mind about this being a good practice.

hls now uses a released version of ghcide
2020-11-13 21:37:56 +01:00
Peter Simons 3bf200de7d hackage2nix: disable broken builds to fix evaluation errors on Hydra 2020-11-13 21:37:55 +01:00
Julian Stecklina cd11c0c817 haskellPackages.hail: relax cabal dependencies to unbreak
The upstream version still contains very strict dependency
constraints. I've updated the patches to a version that relax these.
This unbreaks hail for me.
2020-11-12 10:47:41 +01:00
Joe Hermaszewski 7347bbf454 haskellPackages.vulkan: add 32 bit platforms to unsupported-platforms
Same for haskellPackages.VulkanMemoryAllocator
2020-11-06 21:38:28 +01:00
Peter Simons 3edd552cf0 hackage2nix: update list of broken builds to fix evaluation errors on Hydra
Ping @cdepillabout because of broken spago build.
2020-11-06 21:38:12 +01:00
Joe Hermaszewski f78fb98f18 haskellPackages.orbits: mark unbroken 2020-11-06 21:37:06 +01:00
Joe Hermaszewski 65c119e6e7 haskellPackages.exact-real: mark unbroken 2020-11-06 21:37:05 +01:00
Joe Hermaszewski 22dbcb3b57 haskellPackages.autoapply: Depend on correct version of th-desugar
Also mark as unbroken
2020-11-06 21:37:05 +01:00
Joe Hermaszewski 86a1b6c41d haskellPackages.vulkan-utils: Add necessary dependency on vulkan-headers
Also mark as unbroken
2020-11-06 21:37:05 +01:00
Kai Harries 0fa596936b haskellPackages.git-mediate: mark as not broken
After update to 1.0.8.1 git-mediate is buildable again
2020-11-06 21:37:05 +01:00
sternenseemann 857d62462a haskellPackages.flat: unbreak
flat builds fine again as is.
2020-10-30 21:11:38 +01:00
Peter Simons 035ba1797d hackage2nix: disable broken builds to fix evaluation 2020-10-30 21:11:38 +01:00
Peter Simons 35b3a1f43a LTS Haskell 16.20 2020-10-30 21:11:37 +01:00
Peter Simons 650ddffab5 haskell-implicit-hie-cradle: fix build 2020-10-23 21:00:26 +02:00
Markus Hauck 58ad0afc3c haskellPackages.stan: Mark as not broken and enable tests
With https://github.com/NixOS/nixpkgs/pull/101008, this package builds
successfully and passes all tests as well.
2020-10-23 21:00:25 +02:00
Markus Hauck c643d0aaa7 microaeson: Unbreak via jailbreak 2020-10-23 21:00:25 +02:00
Peter Simons 949e4dc427 hackage2nix: update list of broken builds 2020-10-23 21:00:17 +02:00
Peter Simons 382e0a5928 hackage2nix: disable broken builds to fix evaluation 2020-10-23 20:59:20 +02:00
Peter Simons 46af2d9a6d LTS Haskell 16.19 2020-10-23 20:43:11 +02:00
Peter Simons 9c9a8bd877 hackag2nix: constrain fourmulu and refinery to older versions 2020-10-16 20:58:27 +02:00
Peter Simons 4a0857e650 hackage2nix: disable failing builds to fix evaluation 2020-10-16 13:48:15 +02:00
Peter Simons 04715a1f0b LTS Haskell 16.18 2020-10-16 13:39:19 +02:00
Dmitry Bogatov 8c5302f58d Unbreak haskellPackages.hpack-dhall 2020-10-13 00:00:00 -04:00
Jappie Klooster ef2eaa9373 cut-the-crap: Mark unbroken
I fixed this by adding c2hs to cabal as a built tool.
2020-10-09 23:16:54 +02:00
Malte Voos 7526fbef4b haskellPackages.domain-auth: disable test suite 2020-10-09 21:39:35 +02:00
Peter Simons 3f3b0065c3 hackage2nix: update list of broken builds to fix evaluation 2020-10-09 21:38:27 +02:00
Peter Simons 48659e9df8 LTS Haskell 16.17 2020-10-09 21:38:27 +02:00
Peter Simons 0b1d61d9af hackage2nix: update list of broken packages to fix evaluation 2020-10-02 20:39:45 +02:00
Peter Simons 7610852420 LTS Haskell 16.16 2020-10-02 20:39:45 +02:00
Malte Brandy c430824a06 haskellPackages.pandoc: Fix build 2020-09-25 21:08:24 +02:00
Peter Simons 88c3b66cff hackage2nix: update list of broken builds to avoid evaluation errors 2020-09-25 21:08:13 +02:00
Anton-Latukha 5bdac7b6cc [haskell-updates] haskellPackages: Mark unbroken
summoner{,tui}
morley
lorentz

M  pkgs/development/haskell-modules/configuration-hackage2nix.yaml
2020-09-25 21:08:12 +02:00
Jan Tojnar 515cf9c405 haskellPackages: unbreak 2020-09-25 21:08:12 +02:00
Peter Simons 0be74333d0 hackage2nix: disable failing builds to fix evaluation on Hydra 2020-09-18 21:49:11 +02:00
Peter Simons e2b99c074a LTS Haskell 16.15 2020-09-18 21:49:11 +02:00
Peter Simons 22e7919dae hackage2nix: update list of broken builds to fix evaluation errors 2020-09-11 20:29:51 +02:00
Peter Simons 959d30a593 LTS Haskell 16.13 2020-09-11 20:29:51 +02:00
Peter Simons 85cef2f373 hackage2nix: disable failing builds to avoid evaluation errors on Hydra 2020-09-04 21:08:05 +02:00
Peter Simons 2126263e9d hackage2nix: disable failing builds to avoid evaluation errors on Hydra 2020-09-04 20:10:03 +02:00
maralorn 037e178a43
haskellPackages.ghcide: Fix build (#97052) 2020-09-04 02:58:04 +02:00
Ariel Nunez a29ed35bc7 hasura: 1.2.1 -> 1.3.1-beta.1 2020-09-03 14:59:08 -05:00
rnhmjoj d9cd2ca21d
haskellPackages.pandoc-crossref: mark unbroken 2020-09-02 14:12:02 +02:00
Peter Simons d9183136e8 LTS Haskell 16.12 2020-09-01 10:58:41 +02:00
Peter Simons 5324b4bbe5 hackage2nix: update list of packages that have a non-free license 2020-08-28 21:00:52 +02:00
Peter Simons 23da09f7f0
Merge pull request #96266 from dminuoso/unbreak-libsodium
haskell-libsodium: add missing c2hs dependency
2020-08-28 20:29:54 +02:00
Peter Simons 6309ded48d hackage2nix: update list of broken builds 2020-08-28 15:19:45 +02:00
Malte Brandy 65a6c79134
haskellPackages.composite-base: Mare unbroken to fix eval error 2020-08-28 13:11:33 +02:00
Peter Simons 490b4c2b02 hackage2nix: sort the extra-packages list alphabetically 2020-08-27 15:15:37 +02:00
Peter Simons aeb2c13a9c hackage2nix: add old Diff 0.3.x again so that we can build liquidhaskell 2020-08-27 15:15:37 +02:00
Peter Simons 13c5fb6f26 hackage2nix: disable failing builds to avoid evaluation errors on Hydra 2020-08-27 14:43:00 +02:00
Peter Simons 72d8ae6657 hackage2nix: enable liquidhaskell builds 2020-08-27 14:22:41 +02:00
Dennis Gosnell a6f317a345
Merge pull request #96093 from KAction/unbreak-haskell-nix
Unbreak haskellPackages.dhall-nix
2020-08-26 12:58:47 +09:00
Dennis Gosnell 0a9d6077e5
Merge pull request #96265 from cdepillabout/unbreak-termonad
haskellPackages.termonad: mark unbroken
2020-08-26 12:43:42 +09:00
Dmitry Bogatov 0a7abe4625 Unbreak haskellPackages.dhall-nix 2020-08-25 20:53:02 -04:00
Dennis Gosnell 1fc3d9f7fa
Merge pull request #96193 from dhruvio/haskell-updates
Fix ghcjs 8.6 [haskell-updates]
2020-08-26 09:07:03 +09:00
Dhruv Dang 991527b169 move shelly dependency to extra-packages section of configuration-hackage2nix.yaml 2020-08-25 11:25:16 -07:00
Peter Simons 89db531aea LTS Haskell 16.11 2020-08-25 13:16:14 +02:00
Victor Nawothnig 25a1978dc4 libsodium: feed c2hs dependency 2020-08-25 13:11:09 +02:00
(cdep)illabout e4618ea5b2
haskellPackages.termonad: mark unbroken 2020-08-25 19:33:22 +09:00
Dhruv Dang 871e0ddca7 move shelly 1.8.1 from configuration-ghc-8.6.x.nix to configuration-hackage2nix.yaml 2020-08-24 10:35:40 -07:00
Peter Simons 0843aa75de hackage2nix: update list of broken builds to fix evaluation errors on Hydra 2020-08-21 21:16:25 +02:00
Peter Simons 3441ce5c0c LTS Haskell 16.10 2020-08-20 18:51:56 +02:00
Dennis Gosnell 2586c5e046
Merge pull request #95791 from v0d1ch/jailbreak-snap-templates
haskellPackages.snap-templates jailbreak
2020-08-19 21:25:35 +09:00
maralorn 4b02450b4b
Merge pull request #93469 from erictapen/hcoord
haskellPackages.hcoord: fix build
2020-08-19 11:52:50 +02:00
Sasha Bogicevic 7e6ba48ab9 haskellPackages.snap-templates jailbreak
stack-templates are marked as broken because of
hashable and template-haskell version mismatch.
I opened up an issue on the upstream repo about it
https://github.com/snapframework/snap-templates/issues/22
2020-08-19 11:20:53 +02:00
maralorn 49b67b9783
Merge pull request #95775 from maralorn/unbreak-hocker
[haskell-updates] haskellPackages.hocker: Mark unbroken
2020-08-19 11:05:20 +02:00
maralorn 2cba0e5fe8
Merge pull request #95770 from maralorn/fix-neuron-again
[haskell-updates] haskellPackages.neuron: Fix build
2020-08-19 11:04:51 +02:00
maralorn 21c09bbaa6
Merge pull request #95774 from maralorn/eval-fix
[haskell-updates] haskellPackages: Fix evaluation errors
2020-08-19 11:04:06 +02:00
Malte Brandy 9ea04a0391
haskellPackages.hocker: Mark unbroken 2020-08-19 01:05:59 +02:00
Malte Brandy e5b3dd0f9a
haskellPackages: Fix evaluation errors 2020-08-19 00:38:43 +02:00
Malte Brandy fe868f7435
haskellPackages.neuron: Fix build 2020-08-18 23:58:59 +02:00
Malte Brandy 108c60705e
haskellPackages.cuda: Mark as unfree because of deps 2020-08-18 23:48:26 +02:00
Justin Humm ac3de2a6c7
haskellPackages.hcoord: fix build
Increase version bounds for a hcoord dependency [0]. Also disable
checks, as upstream doesn't include the necessary files in the release
tarball [1].

[0] https://github.com/danfran/hcoord/pull/8/
[1] https://github.com/danfran/hcoord/issues/9
2020-08-17 21:36:54 +02:00
Mario Rodas bd6371a93d
haskellPackages.taskell: unbreak 2020-08-16 23:20:00 -05:00
Dennis Gosnell 0b965d11e1
Merge pull request #95606 from sonowz/ihaskell-updates
haskellPackages.ihaskell-*: unbreak
2020-08-17 09:15:59 +09:00
sonowz 8e95e3f607 haskellPackages.ihaskell-*: unbreak 2020-08-17 01:09:38 +09:00
Malte Brandy af017c431a
haskellPackages.haskell-language-server: 0.2.0 -> 0.3.0
While we are at it I:
* Disable tests, because I can‘t keep up with the speed hls introduces
more tests that cause trouble in nixpkgs.
* Fix builds of fourmolu and retrie
* Remove the wrapper for hls which is obsolete because of improved
package detection in hie-bios. And added a note that this can be removed
for ghcide soon, too.
2020-08-16 13:57:18 +02:00