Commit graph

933 commits

Author SHA1 Message Date
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