sternenseemann
d7a27f3189
haskellPackages.streamly-lmdb: drop obsolete override
...
cabal2nix can figure this connection out by itself.
2023-06-30 02:19:07 +02:00
sternenseemann
95d5c0c21b
haskellPackages.streamly-lmdb: obtain deps from haskell fixpoint
...
This will make the package work in non-default haskell package sets. The
issue was introduced in a1a4c4d629
.
Resolves #240512 .
2023-06-30 02:19:07 +02:00
maralorn
ca6912ef4e
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1797087](https://hydra.nixos.org/eval/1797087 ) of nixpkgs commit [0aaf2b2
](0aaf2b2ebc
) as of 2023-06-28 17:12 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2023-06-28 19:30:11 +02:00
maralorn
26b42078cf
Merge branch 'master' into haskell-updates
2023-06-28 19:07:41 +02:00
Ben Siraphob
6eb5c1b5ba
Merge pull request #224542 from wavewave/ghcWithPackages-ghc96-fix
2023-06-28 19:22:50 +07:00
github-actions[bot]
0aaf2b2ebc
Merge master into haskell-updates
2023-06-28 00:14:55 +00:00
maralorn
6a2fef57ef
haskellPackages.monad-bayes: don’t check
2023-06-28 00:30:29 +02:00
maralorn
90a520a348
haskellPackages.orbits: dont check
2023-06-28 00:30:29 +02:00
Domen Kožar
122abb5f99
cachix: 1.5 -> 1.6
2023-06-27 18:41:47 +01:00
Peter Simons
3f10b97314
Merge pull request #239920 from peti/haskell-updates
...
Plenty of build fixes for ghc-9.6.x, particularly xmonad.
2023-06-27 09:26:44 +02:00
maralorn
244387e694
haskellPackages.monad-logger-extras: Pick fixed patch
2023-06-27 00:25:19 +02:00
maralorn
17489705dd
haskellPackages.trie-simple: Loosen lower bound on semialign
2023-06-26 23:53:17 +02:00
maralorn
becc80b722
haskellPackages.monad-logger-extras: Apply patch
2023-06-26 23:32:15 +02:00
maralorn
61dd345bfe
haskellPackages.update-nix-fetchgit: Disable checks
2023-06-26 23:16:54 +02:00
maralorn
8ab0ccf96e
haskellPackages.comfort-blas: Disable checks
2023-06-26 23:16:32 +02:00
maralorn
0e87c159c8
Merge branch 'master' into haskell-updates
2023-06-26 22:57:50 +02:00
Mario Rodas
0bc4547952
typescript: repackage using buildNpmPackage ( #239189 )
2023-06-26 20:36:12 +02:00
Peter Simons
45499facb3
Plenty of build fixes for ghc-9.6.x, particularly xmonad.
2023-06-26 14:35:49 +02:00
sternenseemann
f9184387e1
haskellPackages.jsaddle-webkit2gtk: drop upstreamed patch
...
While we're at it, replace the bound adjustments by patches, so we'll
notice when they are no longer necessary.
2023-06-24 16:15:02 +02:00
sternenseemann
3718dfbcda
haskellPackages.lsp: restrict to 1.6.*
...
HLS doesn't support lsp >= 2.0 yet.
2023-06-24 13:52:25 +02:00
sternenseemann
3fc46c5938
haskellPackages.config-value: allow alex-3.2.7.4
2023-06-24 11:38:59 +02:00
Richard Marko
61cb760268
haskellPackages: dontCheck implicit due to flaky tests
2023-06-24 11:27:19 +02:00
github-actions[bot]
0312d8f750
Merge master into haskell-updates
2023-06-22 00:13:26 +00:00
sternenseemann
35e763373d
haskellPackages.active: drop now released patch
2023-06-22 00:49:25 +02:00
maralorn
db261a3a10
Merge pull request #228541 from ivan/fix-nix-store-ng
...
nix-serve-ng: use upstream commit that is compatible with Nix 2.13
2023-06-21 05:22:08 +02:00
maralorn
3780de2d51
haskellPackages: Restrict halide packages to linux
2023-06-20 12:19:35 +02:00
maralorn
51c15f3b4a
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-06-20 12:06:17 +02:00
maralorn
dd4be8486a
haskellPackages.fourmolu_0_13_0_0: Bump pin
2023-06-20 12:03:43 +02:00
maralorn
89c3ad6656
haskellPackages: stackage LTS 20.24 -> LTS 20.26
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2023-06-20 01:32:55 +02:00
maralorn
404d419499
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-06-19 23:12:12 +02:00
Weijia Wang
9a550b1364
haskellPackages: drop util-linux on darwin
2023-06-15 11:54:04 +03:00
Ian-Woo Kim
77504c6a1e
ghcWithPackages: Fix a sed bug in patching package conf file
...
When making ghcWithPackages, haskell package db configuration
is modified by sed, but newlines are not handled properly, so
resulting in
```
dynamic-library-dirs: ${pkgroot}/../lib/aarch64-osx-ghc-9.6.1
data-dir:
${pkgroot}/../share/aarch64-osx-ghc-9.6.1/filepath-1.4.100.1
```
is replaced like (data-dir: is swallowed)
```
dynamic-library-dirs:
/nix/store/zxmwvns8zg4ff47vw9hqgazjkiqa26kv-ghc-9.6.1-with-packages/lib/links
${pkgroot}/../share/aarch64-osx-ghc-9.6.1/filepath-1.4.100.1
```
This fixes the bug.
2023-06-14 10:14:57 -07:00
Ian-Woo Kim
b1600b5672
ghcWithPackages: handle the boot dylib links separately for GHC 9.6
...
From GHC 9.6 on, the boot libraries (dependencies of the ghc library) are
present in a separate directory after the installation, and thus the
wrapper environment provided by ghcWithPackages needs to handle the links
to the boot dynamic libraries separately than other ordinary ones.
2023-06-14 10:04:56 -07:00
sternenseemann
7d0a1bdb8f
Merge remote-tracking branch 'origin/master' into haskell-updates
2023-06-14 14:28:38 +02:00
Lars Jellema
8af638e3d7
haskellPackages.ghcWithHoogle: Use overrides
...
ghcWithHoogle was using unoverridden packages pulled from the
buildHaskellPackages package set. This commit fixes that by pulling the
packages from self instead.
2023-06-14 14:28:08 +02:00
Tom Sydney Kerckhove
ac06f8709f
haskellPackages.sydtest: Unbreak by disabling test suite.
2023-06-14 11:14:00 +02:00
maralorn
b37b2d4b09
Merge pull request #237028 from maralorn/separate-bin
...
haskellPackages: Use separate bin output for multiple packages
2023-06-13 16:50:11 +02:00
maralorn
fc3668a3ab
haskellPackages: Use separate bin output for multiple packages
2023-06-11 19:40:28 +02:00
oxalica
bed41135a0
nvfetcher: fix dependencies
2023-06-11 21:54:15 +08:00
sternenseemann
034d613977
haskellPackages.active: fix test issue revealed by QC-2.14.3
2023-06-11 14:13:30 +02:00
maralorn
366e46b0b8
Merge pull request #236991 from maralorn/haskell-updates
...
haskellPackages.threadscope: fix, bin output, maintain
2023-06-11 14:10:44 +02:00
twesterhout
f93429ebe8
haskellPackages.halide-haskell: native dependency on Halide
2023-06-10 20:09:50 +02:00
maralorn
054ef603cc
haskellPackages.threadscope: add maintainer
2023-06-10 10:00:43 +02:00
maralorn
21674281ac
haskellPackages.threadscope: enable separate bin output
2023-06-10 10:00:42 +02:00
maralorn
8766168f36
haskellPackages.threadscope: Fix build
2023-06-10 10:00:41 +02:00
sternenseemann
33814e224f
haskellPackages.statistics: disable test cases broken with QC-2.13.4
...
QuickCheck's generator for floating point numbers started churning out
strange numbers more frequently, causing tests that can be broken by
the imprecisions of floating point arithmetic fail reliably.
Let's disable them until the situation is resolved upstream.
2023-06-09 12:28:05 +02:00
sternenseemann
a413349481
haskell.packages.ghc94.ghc-exactprint: 1.6.1.1 -> 1.6.1.3
2023-06-09 12:09:32 +02:00
sternenseemann
adc82e6806
haskell.packages.ghc96.ghc-exactprint: 1.7.0.0 -> 1.7.0.1
2023-06-09 12:08:51 +02:00
sternenseemann
68b6b4b7f1
haskellPackages.aeson_2_1_2_1: apply patch for QC-2.14.3
2023-06-09 12:06:58 +02:00
sternenseemann
86433eb8fb
haskellPackages.hledger-web_1_30: use matching dependency versions
...
hledger-ui is left out for the moment since it is trickier to get to work.
2023-06-08 21:01:52 +02:00