3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

1803 commits

Author SHA1 Message Date
David Baynard a2caf7f309 haskellPackages.tls: Don’t check tests
The ‘Extended Master Secret (resumption)’ test is failing.
See vincenth/hs-tls#434.

Required for stack.
2020-06-19 22:29:21 +02:00
David Baynard 6dcb4185f6 haskellPackages.x509-validation: Don’t check tests
The test suite hangs — issue vincenthz/hs-certificate#120.

Required to build tls, and thereby stack.
2020-06-19 22:29:21 +02:00
Matthieu Coudron 116021c98a haskellPackages.c2hsc: apply patchto find gcc
...used in tests.

Fix is upstream but there has been no sign of release for the past 6
months, fixes https://github.com/NixOS/nixpkgs/issues/63764.
2020-06-19 22:29:21 +02:00
Peter Simons c44fa2a1be haskell-src-exts-simple: drop obsolete overrides 2020-06-19 22:29:21 +02:00
Peter Simons 102ae12936 haskell-stack: drop obsolete overrides
http-download versios 2.0.x is the default in LTS 16.x.
2020-06-19 22:29:21 +02:00
Peter Simons b53c8b2810 haskell-polysemy-plugin: drop obsolete overrides 2020-06-19 22:29:21 +02:00
Malte Brandy 91754464d3 haskellPackages.neuron: Fix build 2020-06-19 22:29:21 +02:00
Peter Simons 89997f69b1 Drop obsolete overrides now that LTS 16.x has arrived. 2020-06-19 22:29:20 +02:00
Peter Simons 2218618bb7
Merge pull request #90062 from steve-chavez/unbreak-hasql-noti
haskellPackages.hasql-notifications: unbreak
2020-06-12 21:41:43 +02:00
Profpatsch 7380ad739d haskellPackages.gitit: mark unbroken
It’s finally got a new release.
2020-06-12 13:21:34 +02:00
steve-chavez bc8f008d7c haskellPackages.hasql-notifications: unbreak 2020-06-10 09:35:58 -05:00
Anton-Latukha e47b8f693c pandoc: update the note why dontCheck
M  pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Anton-Latukha 45e5b8e3fc generic-lens: change upstream report link to relevant
M  pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Anton-Latukha 9acb30e053 haddock-library{,_1_9_0}: rm no longer relevant note
M  pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Anton-Latukha d7f19c0541 haddock-library_1_9_0: enable deps and checks, they are fine
M  pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Anton-Latukha eb0f423dde haddock-library: enable deps and checks, they are fine
M  pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Anton-Latukha cec3c91aeb dhall-json: rm upstream issue link, no loner relevant
M  pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Anton-Latukha 0cba266e8a dhall-json: enable check
M  pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Anton-Latukha c07cca0a27 dhall: document proposed idea upstream to solve dontCheck
M  pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Anton-Latukha c93c036712 hnix: rm doJailbreak
M  pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Anton-Latukha 5bc71945ff rm these_0_7_6, no longer used package version
Was require by old hnix version.

M  pkgs/development/haskell-modules/configuration-hackage2nix.yaml
2020-06-05 21:58:25 +02:00
Anton-Latukha b5c47f26a7 hnix: rm these override, package requires these >= 1.0.2
M  pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Anton-Latukha 9ea54ac611 hnix: add documentation why dontCheck
M  pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Anton-Latukha 5ae40a29ff hnix: rm no longer relevant comments
Cleaning up old comments that do not hold.

M  pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Peter Simons cba12133a6 haskell-src-exts-simple: update overrides for the new version 2020-06-05 21:58:25 +02:00
Domen Kožar 2685baf973 cachix: enable tests 2020-06-05 21:58:25 +02:00
Malte Brandy 83b91ab712 haskellPackages.ghcide: 0.1.0 -> 0.2.0 (fix build)
I decided to leave haskell-lsp and haskell-lsp-types as extra packages,
because they will get bumped before the next ghcide release, and then
the version pinned by ghcide would be missing again.
2020-06-05 21:58:24 +02:00
(cdep)illabout 8ede33f9b9 haskellPackages.hlint: fix evaluation problems 2020-06-05 21:58:24 +02:00
Daiderd Jordan b7ddbd52bd
treewide: replace SRI hashes 2020-06-01 15:24:19 +02:00
Mario Rodas a03e048348
haskellPackages.cachix: dontCheck 2020-05-31 11:00:00 -05:00
Joe Hermaszewski 53594c65ce haskellPackages.VulkanMemoryAllocator: Add extra library necessary for compilation 2020-05-29 22:28:47 +02:00
Peter Simons 4b2b6ce65e idris: drop obsolete overrides for the new 1.3.3 version
The test suite still fails because of all kinds of implicit assumptions that
are wrong in our build environment. For example, the test suite can't just call
"idris" and expect that executable to be in $PATH.
2020-05-29 22:28:47 +02:00
Peter Simons fbc0845f28 haskell-cabal-fmt: overriding Cabal-3.2 is unnecessary for ghc-8.10.x and beyond 2020-05-29 22:28:47 +02:00
Peter Simons 330227bc6c haskell-extra: update overrides for the new version 2020-05-29 22:28:47 +02:00
Peter Simons 995bdd4c85 haskell-ghc-lib-parser: fix overrides for the new release 2020-05-29 22:28:46 +02:00
Gabriel Volpe 678e947b88 haskellPackages.dhall-lsp-server: unbreak 2020-05-29 22:16:02 +02:00
Peter Simons 4ed93cc494 haskell-ghc-lib-parser-ex: update overrides for the update 8.10.x version 2020-05-15 21:02:08 +02:00
Malte Brandy a61cf82b6d hackagePackages.neuron: Fix build 2020-05-15 21:02:08 +02:00
Peter Simons 0d9dbeef23 git-annex: update sha256 hash for new version 8.20200501 2020-05-08 21:11:47 +02:00
Malte Brandy 4f0200a3fc haskellPackages.hlint: Fix build
hlint 3.0 is shiny and new and is very picky in its dependencies.
2020-05-08 21:11:46 +02:00
Malte Brandy 5266ceb263 haskellPackages.ghcide: Fix ghcide and hie-bios
This is the haskell-updates version of #86659
2020-05-08 21:11:36 +02:00
Peter Simons 01a1423ddf
Merge pull request #87050 from rardiol/hedgewars
Hedgewars server fix haskell
2020-05-08 21:03:56 +02:00
Ricardo Ardissone 834eb1729b haskellPackages.network_2_6_3_1: enable dontCheck 2020-05-06 01:14:06 -03:00
Pavol Rusnak 7b0167204d treewide: use https for nixos.org and hydra.nixos.org
tarballs.nixos.org is omitted from the change because urls from there
are always hashed and checked
2020-05-03 22:14:21 -07:00
Peter Simons 1d4449ccd5 haskell-stack: update overrides for the new 2.3.1 version 2020-05-01 21:52:30 +02:00
Peter Simons 0c6e37e57c configuration-common.nix: cosmetic 2020-05-01 21:52:29 +02:00
David Guibert 402b437c4a darcs: patches integrated upstream (in 2.14.3)
See http://bugs.darcs.net/issue2642.
2020-05-01 21:52:29 +02:00
Christoph Bauer b20870870f fix haskellPackages.headed-megaparsec 2020-05-01 21:52:29 +02:00
Peter Simons 21a354b6dd haskell-cabal-install-parsers: re-factor overrides to fix build with ghc-8.10.1 2020-04-25 18:22:55 +02:00
Peter Simons e567a3b622 haskell-haddock: fix build with for the latest compiler ghc-8.10.1 2020-04-24 22:00:40 +02:00