Commit Graph

4893 Commits

Author SHA1 Message Date
Mario Rodas
a03e048348
haskellPackages.cachix: dontCheck 2020-05-31 11:00:00 -05:00
Soares Chen
32d2de8e00 haskell: Fix with-packages-wrapper MacOS linker hack for GHC 8.8
`with-packages-wrapper.nix` has a hack to workaround the linker limit
in MacOS Sierra. However that is now broken with GHC 8.8, because of
slight change in the format of the package config.
In short, the package config produced by GHC 8.8 has a new line between
the key and list of values, while earlier versions have them separated
by a single space.

This PR fixes the linker hack by modifying the `grep` and `sed` commands
to pattern match on either space or new line, so that the hack can work
on all versions of GHC.
2020-05-29 22:28:47 +02: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
a079858747 git-annex: don't update to version 8.20200522 yet to avoid test suite failures 2020-05-29 22:28:47 +02:00
Peter Simons
eb1e07865e haskell-devtools: break infinite recursion with mprelude 2020-05-29 22:28:47 +02:00
Peter Simons
5244ef40ce haskell-dhall: configure overrides for the newly added 0.32.0 version 2020-05-29 22:28:47 +02:00
Malte Brandy
6d8175075e haskellPackages.shh: Disable tests 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
Aycan Irican
accaa8790c guid: fix compilation of Setup.hs and disable tests
guid: fix compilation of Setup.hs and disable tests

Add more docs

Remove guid from broken-packages
2020-05-29 22:28:46 +02:00
Christoph Bauer
d895bad12a Fix dependencies issues of postgresql-syntax and re+base 2020-05-29 22:28:46 +02:00
Mike Sperber
41786ec21f Update tensorflow-haskell dependencies.
Updating to the current HEAD of the Tensorflow-Haskell bindings allows
us to also update the dependencies, specifically proto-lens, and avoid
having to retain their outdated versions.
2020-05-29 22:28:46 +02:00
Peter Simons
5c3eab8a97 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.3-1-gb7c82db from Hackage revision
5f32599b70.
2020-05-29 22:28:46 +02:00
Peter Simons
05ba8c56cb hackage2nix.yaml: update list of broken builds 2020-05-29 22:28:38 +02:00
Peter Simons
496fad525b hackage2nix.yaml: cabal-fmt now has a maintainer 2020-05-29 22:23:47 +02:00
Malte Brandy
80cc18ac32 haskellPackages.shh: Mark unbroken 2020-05-29 22:16:02 +02:00
Malte Brandy
e9b611352f configuration-hackage2nix: Add maralorn as a maintainer for a number of haskellPackages 2020-05-29 22:16:02 +02:00
Markus Hauck
368364fbaa Unbreak amazonka-dynamodb 2020-05-29 22:16:02 +02:00
Gabriel Volpe
678e947b88 haskellPackages.dhall-lsp-server: unbreak 2020-05-29 22:16:02 +02:00
Manuel Bärenz
9a302dffc8 rhine, rhine-gloss: Remove broken marker 2020-05-29 22:16:02 +02:00
Poscat
44e8c5c0b8 haskellPackages.vulkan: unbreak 2020-05-29 22:16:02 +02:00
pacien
b2e0f05b6b haskellPackages.tart: unmark as broken
Dependency issues for this package have been fixed in the latest release.
See https://github.com/jtdaugherty/tart/issues/10
2020-05-29 22:16:01 +02:00
Peter Simons
4fa8c3e67a LTS Haskell 15.13 2020-05-29 22:16:01 +02:00
Robert Hensing
4353027d0b haskell/generic-builder.nix: Fix C lib multiple inclusions
Allow the darwin links code to overwrite libs that were already
copied, because C dependencies can occur multiple times.

Solves errors like

    ln: failed to create symbolic link '/nix/store/higpc9xavwcjjzdipz7m9ly03bh7iy2z-hercules-ci-agent-source-0.7.0/lib/links/libboost_context.dylib': File exists
2020-05-15 21:02:08 +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
Peter Simons
dcbcd742e0 haskell-dhall: update override for the latest version on ghc-8.10.x 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
730024fcaa hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.3-1-gb7c82db from Hackage revision
4c409c7b8e.
2020-05-15 21:01:59 +02:00
Peter Simons
ca8cb6044e hackage2nix: update list of broken packages 2020-05-15 21:01:34 +02:00
Peter Simons
cf8bd2cd22 LTS Haskell 15.12 2020-05-15 21:01:34 +02:00
Peter Simons
2a60d72465 haskell-hlint: drop obsolete override for ghc-8.10.x 2020-05-08 21:11:47 +02:00
Peter Simons
7a10ebe361 haskell-pantry: apply upstream patch to fix the build with ghc-8.10.x 2020-05-08 21:11:47 +02:00
Peter Simons
96ca16d0d8 haskell-dbus: drop obsolete patches for ghc-8.10.x support 2020-05-08 21:11:47 +02:00
Peter Simons
ccb81f56cf haskell: tune generic-builder for more parallel build performance
Raise the maximum number of cores used for parallel building from 4 to 16.
Increase the size of the allocation area for GHC's garbage collector from 1 MiB
to 64 MiB.

See https://www.twitch.tv/videos/611899011 for the motivation for this change.
2020-05-08 21:11:47 +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
ba3ab23b4b haskellPackages.releaser: Remove broken flag
As of releaser 3.0.0 the build does not fail anymore.
2020-05-08 21:11:46 +02:00
Peter Simons
33e0240b39 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.3-1-gb7c82db from Hackage revision
78f6cea7ff.
2020-05-08 21:11:37 +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
5e242060a7 hackage2nix: update the list of failing builds 2020-05-08 21:11:36 +02:00
Peter Simons
df39f01456 LTS Haskell 15.11 2020-05-08 21:11:19 +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
Peter Simons
c752d37efe cabal-install: patch the ghc-8.10.x build to succeed 2020-05-01 21:52:29 +02:00
Peter Simons
b0c0ba6f81 haskell-ed25519: jailbreak to fix build with ghc-8.10.1 2020-05-01 21:52:29 +02:00