Malte Brandy
bac09b7658
haskell-language-server: Use hackage version and cleanup
2021-02-05 23:04:46 +01:00
(cdep)illabout
f076ff3503
spago: fix build by specifying older version of dhall
2021-02-05 23:04:39 +01:00
Ben Siraphob
2f78ee7e81
pkgs/development: stdenv.lib -> lib
2021-01-24 00:16:29 +07:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Poscat
3fa0bf026b
Break the following dependency cycles
...
(testdep)
1. tasty-hedgehog <-> tasty-expected-failure
(testdep)
2. lifted-async ---> tasty-hedgehog -> hedgehog -> lifted-async
2021-01-12 17:09:27 +08:00
Peter Simons
3aae69103b
Merge remote-tracking branch 'origin/master' into haskell-updates.
2021-01-11 10:56:52 +01:00
Dominik Xaver Hörl
25bef2d8f9
treewide: simplify pkgs.stdenv.lib -> pkgs.lib
...
The library does not depend on stdenv, that `stdenv` exposes `lib` is
an artifact of the ancient origins of nixpkgs.
2021-01-10 20:12:06 +01:00
Markus Hauck
59d349ada2
haskellPackages.threadscope: Remove jailbreak after package update
...
Thanks to a new
release (https://github.com/haskell/ThreadScope/pull/116 ) threadscope
can now be built without jailbreak. 🎉
2021-01-10 09:33:34 +01:00
Domen Kožar
d2f8eca2e8
fix cachix build
2021-01-08 20:42:50 +01:00
Markus Hauck
d812bb9bb2
haskellPackages.threadscope: jailbreak to fix build
2021-01-05 12:57:42 +01:00
Peter Simons
0a069fb1ef
splitmix: drop obsolete override
...
The 0.1.0.3 version is now the default.
2021-01-02 19:58:19 +01:00
(cdep)illabout
2db65a5d1e
spago: 0.17.0 -> 0.18.0
2020-12-25 20:42:36 +01:00
Artur Cygan
3e71b42c3c
haskellPackages.hevm: unbreak
2020-12-04 21:19:46 +01:00
Malte Brandy
899f9ffc36
haskellPackages.haskell-language-server: Try to fix tests
2020-11-20 20:57:40 +01:00
(cdep)illabout
12d12e5b1f
spago: get building again with ghc8102
2020-11-20 20:57:39 +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
9ea5a41df0
haskell-pantry: update overrides for the new version
2020-11-13 21:37:57 +01:00
Domen Kožar
c1e5f8723c
cachix: bump to 0.5.1
2020-11-09 20:17:41 +01:00
Peter Simons
0bde9a5576
haskell-splitmix: update override for the latest version
2020-10-23 21:00:26 +02:00
Peter Simons
89ed6f458d
Extend the configuration for ghc-9.0.x to make more builds succeed.
2020-10-23 21:00:26 +02:00
Peter Simons
f39f5cf4bb
ghc-9.0.x: add plenty of overrides to make packages build
2020-10-23 21:00:25 +02:00
Peter Simons
ee44940ee5
stack: override pantry to the latest version to fix the build
2020-10-16 21:31:53 +02:00
Peter Simons
56bc587444
Merge remote-tracking branch 'origin/master' into haskell-updates,
2020-10-15 19:39:16 +02:00
Jappie Klooster
2005dbf5a8
Add youtube-dl to path for version 2
2020-10-10 12:58:11 +02:00
maralorn
19bfa40a76
nix-output-monitor: Init at 0.1.0.0 ( #100102 )
2020-10-09 22:43:10 +02:00
Malte Brandy
13f22aec25
haskellPackages.haskell-language-server: Add aliases with ghc version
...
Needed by haskell-language-server-wrapper to discover the correct
binary. Especially useful when installing hls from multiple ghc version.
2020-09-25 21:08:23 +02:00
Kai Harries
f40afea417
haskellPackages.sbv: fix tests
...
By patching paths of the external provers and excluding not available
provers from the test.
ZHF: #97479
2020-09-18 21:50:29 +02:00
maralorn
c8e5633c7a
Merge pull request #95585 from maralorn/bump-hls
...
[haskell-updates] haskellPackages.haskell-language-server: 0.2.0 -> 0.3.0
2020-08-16 16:35:54 +02: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
(cdep)illabout
4d15ee4ada
spago: 0.15.3 -> 0.16.0
2020-08-16 20:50:44 +09:00
Peter Simons
1d96606e34
haskell-dhall: clean up and drop obsolete overrides
2020-07-24 20:55:19 +02:00
Peter Simons
db15e92dd0
Merge remote-tracking branch 'origin/master' into haskell-updates.
2020-06-25 10:40:08 +02:00
Alexander Bantyev
186d01eff3
haskellPackages.gi-gtk-declarative: fix build by disabling tests
...
gi-gtk-declarative requires an X11 display in its test suite.
X11 display is not available inside nix build sandbox, which makes tests fail.
Solution: disable tests for gi-gtk-declarative.
2020-06-22 09:43:26 +03:00
Robert Hensing
7d436b4618
hercules-ci-agent: init at 0.7.2
2020-06-21 13:38:22 +02:00
Peter Simons
d60fe71540
haskell-postgresql-pure: disable test suite to fix the build
...
The tests need a running PostgreSQL database.
2020-06-19 22:29:22 +02:00
Peter Simons
8a34e3369e
haskell-hasql-queue: disable test suite to fix the build
...
The tests need a running PostgreSQL database.
2020-06-19 22:29:22 +02:00
Peter Simons
a2656aad20
haskell-postgresql-libpq-notify: disable test suite to fix the build
...
The tests need a running PostgreSQL database.
2020-06-19 22:29:22 +02:00
(cdep)illabout
cdda16b1b1
spago: 0.15.1 -> 0.15.3
2020-06-19 22:29:21 +02:00
Peter Simons
b0042de0cf
haskell-postgresql-syntax: drop obsolete overrides
2020-06-19 22:29:21 +02:00
Doron Behar
01d4e2fe33
treewide: use ffmpeg_3 explicitly if not wanted otherwise
...
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07: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
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
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
Malte Brandy
a61cf82b6d
hackagePackages.neuron: Fix build
2020-05-15 21:02:08 +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
zowoq
e689b329c3
haskellPackages.hadolint: mark unbroken, remove override
2020-05-01 21:52:29 +02:00
Peter Simons
c970de4586
haskell-dhall: disable the test suite
...
Dhall 1.31.x still attempts to access the network during its
test suite run, i.e. it attempts to connect to github.com.
2020-04-25 18:06:42 +02:00