Dennis Gosnell
e003a7adc1
haskellPackages.pandoc-cli: get building
2023-07-02 16:53:53 +09:00
Dennis Gosnell
c15e0b6bdc
haskellPackages.crypton-x509: get building
2023-07-02 16:02:32 +09:00
Dennis Gosnell
f5b28a0744
haskellPackages.hslua-typing: mark unbroken
2023-07-02 15:28:40 +09:00
Dennis Gosnell
dddbca4e22
haskellPackages.string-qq: jailbreak because of too strict bounds on text in tests
2023-07-02 15:15:42 +09:00
Dennis Gosnell
df2e2e4de9
haskellPackages.hslua-repl: mark unbroken
2023-07-02 15:09:09 +09:00
Dennis Gosnell
f8ea114431
haskellPackages.guardian: remove unnecessary path-io override
2023-07-02 14:29:50 +09:00
sternenseemann
a64bd8ff32
haskellPackages.wai-token-bucket-ratelimiter: drop obsolete jailbreak
2023-07-01 22:48:23 +02:00
sternenseemann
69eb712039
haskellPackages.graphql: drop obsolete jailbreak
2023-07-01 22:48:06 +02:00
sternenseemann
5dcd4af462
haskellPackages.streamly-archive: drop obsolete override
...
The desired streamly version is now the default. So we can drop the override
before anyone stumbles over this variant of #240512 .
2023-07-01 22:38:22 +02:00
sternenseemann
e97404a52f
haskellPackages: remove versioned references to hspec-meta-2.10.5
...
This is the default version now, so the versioned attribute no longer exists.
2023-07-01 22:37:26 +02:00
sternenseemann
f50da30a5d
haskell.packages.*.system-cxx-std-lib: make sure attr always exists
...
GHC 9.4 introduced a virtual package for linking against the C++
standard library. Since some packages depend on it when configured with
GHC 9.4 (as hackage2nix does), we need to make sure the attribute exists
or some packages will fail to evaluate. The may still build, even though
there is no shim for lower GHC versions (as far as I know).
2023-07-01 19:31:29 +02:00
sternenseemann
e905807bf2
haskellPackages.swarm: drop obsolete brick override
2023-07-01 19:19:58 +02:00
sternenseemann
32f8dd4bee
haskell.packages.ghc96: drop now unnessary version pins
...
We need to upgrade http-api-data, since 0.5 (LTS 21) still doesn't
support base >= 4.18.
2023-07-01 19:00:34 +02:00
sternenseemann
974363bfc1
haskell.packages.ghc96.foundation: drop obsolete patch
2023-07-01 18:36:43 +02:00
sternenseemann
95b5aab7d1
haskellPackages.integer-conversion: drop stale broken flag
2023-07-01 18:36:09 +02:00
sternenseemann
2eacf4f93f
haskellPackages.singletons-*: drop obsolete overrides
2023-07-01 17:53:53 +02:00
sternenseemann
babf4f9327
haskell.packages.*.hashable: provide data-array-byte for GHC < 9.4
...
This dependency is no longer necessary for GHC >= 9.4, but we need to
make it available for GHC < 9.4.
2023-07-01 13:57:38 +02:00
sternenseemann
4c2f247e11
haskell.packages.*.Cabal-syntax: expose dummy packages for GHC < 9.4
...
Before Cabal >= 3.8, Cabal-syntax did not exist, but there is a dummy
package Cabal-syntax-3.6.0.0 which can be used to prevent the constraint
solver from picking mutually incompatible versions of Cabal and
Cabal-syntax. Since we are now solving flags with Cabal >= 3.8, many
packages have a dependency on Cabal-syntax they did not have before,
requiring us to have a matching attribute in every package set. Using
the dummy package is the safest solution, although it is not required in
every case.
Fixes eval of jailbreak-cabal for GHC < 9.4.
2023-07-01 13:17:43 +02:00
sternenseemann
20d2845ce6
haskellPackages.sensei: works with Stackage LTS hspec versions now
2023-07-01 12:57:13 +02:00
sternenseemann
3ad6e93971
haskell.packages.ghc94.shake-cabal: drop bound
...
GHC 9.4 can build the latest version of shake-cabal, so let's do that!
The older version is preserved for GHC 9.2 in case we have users that
need to use GHC 9.2 for a transitional time.
2023-07-01 11:54:09 +02:00
sternenseemann
64bee9771e
haskell.packages.ghc94: remove remaining manually chosen versions
...
* `ghc-lib*` is tracked by Stackage LTS 21 and has the matching versions
for GHC 9.4.
* `primitive` is actually upgraded in LTS 21 which we should follow.
* `th-desugar` and `th-abstraction` are downgraded in LTS 21 which we
should follow.
* `rope-utf16-splay` matches the manually chosen version.
2023-07-01 11:52:03 +02:00
sternenseemann
dcf434af95
haskellPackages.gi-soup: drop obsolete manual version pin
...
gi-soup has joined Stackage LTS 21, it seems, so Stackage prescribes
precisely this version to be used already.
2023-07-01 10:42:21 +02:00
maralorn
7b7f7933bd
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-06-30 15:55:39 +02:00
maralorn
c5e61a111a
haskellPackages: Dump obsolete overrides for hls dependencies
2023-06-30 15:43:15 +02:00
sternenseemann
9abda9b521
Merge remote-tracking branch 'origin/master' into haskell-updates
2023-06-30 02:21:03 +02:00
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
sternenseemann
10844fd0b3
haskellPackages.streamly-lmdb: drop obsolete override
...
streamly has been updated to 0.9.0, so this override can be removed.
Unclear if the package(s) build at the moment, though.
2023-06-30 01:43:42 +02:00
maralorn
79245124c7
haskellPackages: cleanup Cabal versions
...
Not regenerating hackage-packages.nix in this commit because cabal2nix is currently not cached by hydra
2023-06-30 01:18:03 +02:00
Robert Hensing
34478fa7f5
haskellPackages.cachix: Remove redundant override
...
The default fsnotify package has that exact version.
2023-06-30 00:18:45 +02:00
Robert Hensing
c2431c6642
haskellPackages.attoparsec-iso8601: Remove redundant override
...
The generated package at that attribute has the same version.
2023-06-30 00:18:45 +02:00
maralorn
1008860a08
haskellPackages.foldable1-classes-compat: Disable tests to break recursion cycle
2023-06-29 23:10:37 +02:00
maralorn
28cd493da3
haskellPackages: drop more obsolete overrides
2023-06-29 02:45:56 +02:00
maralorn
bfe0cb4ebd
haskellPackages: drop more obsolete overrides
2023-06-29 02:40:03 +02:00
maralorn
29c342186d
haskellPackages: drop more outdated overrides
2023-06-29 02:26:11 +02:00
maralorn
871fdf1dcb
haskellPackages: Remove obsolete aeson_2_1_2_1 overrides
2023-06-29 02:22:25 +02:00
maralorn
ff11be7cbf
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-06-28 19:48:23 +02:00
maralorn
7c05751d3e
haskellPackages: stackage LTS 20.26 -> LTS 21.0
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2023-06-28 19:47:02 +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
sternenseemann
3195c9539d
haskellPackages.hledger_1_30_1: install man and info pages
2023-06-08 21:01:52 +02:00
sternenseemann
3582fd1e3c
haskellPackages.hledger*: rely on install(1) and installManPage
...
Makes the code a bit simpler and allows us to fall back on existing solutions.
2023-06-08 21:01:52 +02:00
sternenseemann
7b74e743f9
haskellPackages.hledger*: move overrides to configuration-nix.nix
2023-06-08 21:01:52 +02:00
sternenseemann
615b6cad64
haskellPackages.hledger*: unify and simplify overrides
...
Turns out we can use the same code to install man pages for all hledger
related packages, since hledger also has the top level man pages.
Verified that the contents of $out/share are the same before and after.
2023-06-08 21:01:52 +02:00
sternenseemann
9dbcebd154
haskellPackages.mkDerivation: profiling depends on hostPlatform
...
Whether profiling should or should not be enabled does indeed depend on
GHC's target platform (or GHC in general, i.e. if it happens to be
ghcjs, we need to disable it). The profiling objects it produces are
excessively big if it is producing them for aarch64.
However, in a Haskell packages' derivation, GHC's and the resulting
derivation's platforms are offset
GHC: BUILD--HOST---TARGET
DRV: BUILD--HOST--(TARGET)
since we need to execute GHC in the derivation (so its host is our build
platform) and the machine code it produces need to be executable on the
host platform we are targeting. Unless our derivation is building a
compiler (or similar), the target platform of the derivation doesn't
matter.
stdenv exposes the platforms of the current derivation, not of GHC, so
checking the host platform is prudent. Changing this doesn't have a lot
of impact, since when cross-compiling Haskell packages (e.g. via
pkgsCross), host and target platform will usually be the same.
It does save unnecessary rebuilds in the buildHaskellPackages set
though, since most of the packages in here don't care about the target
platform, so they should be the same as their corresponding packages in
the ordinary (natively compiled) haskellPackages set. In short, after
this change
pkgsCross.aarch64-multiplatform.hoogle == haskellPackages.hoogle
holds whereas it would erroneously be compiled with different profiling
settings before.
2023-06-08 18:17:38 +02:00
sternenseemann
4e15d40d2d
haskellPackages.aeson: fix test suite for QuickCheck-2.14.3
2023-06-08 16:40:33 +02:00
sternenseemann
b0731bddae
haskellPackages.math-functions: disable test unreliable with QuickCheck-2.13.4
2023-06-08 13:41:11 +02:00
sternenseemann
2c5704bf98
haskellPackages.vector: fix test suite with QuickCheck-2.14.3
2023-06-08 13:11:13 +02:00
Falco Peijnenburg
512c48da84
Remove hydraPlatforms clause for uuagc-cabal
2023-06-08 11:49:04 +02:00
Falco Peijnenburg
8dd6e8fcfe
haskellPackages.uuagc-cabal: no longer broken
...
The package is compatible with ghc 9.2 and 9.4 since the following PR
was merged: https://github.com/UU-ComputerScience/uuagc/pull/11
2023-06-08 08:45:27 +02:00
Dennis Gosnell
fc8620b7cf
haskellPackages.fft: mark unbroken and dontCheck
2023-06-08 10:23:45 +09:00
Dennis Gosnell
3620f98a2a
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-06-07 19:44:40 +09:00
Dennis Gosnell
37d2bd7d4b
haskellPackages: stackage LTS 20.23 -> LTS 20.24
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2023-06-07 19:42:18 +09:00
Dennis Gosnell
a70b93f1d7
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1796134](https://hydra.nixos.org/eval/1796134 ) of nixpkgs commit [7138581
](7138581355
) as of 2023-06-07 06:53 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2023-06-07 16:57:06 +09:00
Dennis Gosnell
3019a101c7
haskell: mark more darwin packages as broken that depend on mesa
2023-06-07 10:30:39 +09:00
Dennis Gosnell
7138581355
haskell: mark darwin packages as broken that depend on mesa
2023-06-07 10:06:44 +09:00
Tommy Bidne
6795426411
haskell.packages.ghc94.gtk2hs-buildtools: remove patch for upstream fix
2023-06-07 10:24:38 +12:00
zowoq
b41324c087
haskellPackages.hercules-ci-agent: add 'Do not chdir the build worker' patch
2023-06-05 16:04:53 +10:00
Henning Thielemann
59d55eab4c
haskellPackages: maint. coinor-clp, linear-programming, comfort-blas
2023-06-03 12:51:06 +02:00
Lars Jellema
ddb341942c
haskellPackages.clash-prelude: Mark broken only for GHC 9.2
2023-06-03 12:30:09 +02:00
figsoda
c12654760c
haskellPackages.mkDerivation: small clean up
2023-05-31 19:21:19 -04:00
Ellie Hermaszewska
138d6b4463
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-05-31 15:01:23 +08:00
Ellie Hermaszewska
c400efcf3f
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1795767](https://hydra.nixos.org/eval/1795767 ) of nixpkgs commit [7041bc7
](7041bc7a1f
) as of 2023-05-31 06:47 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2023-05-31 14:50:27 +08:00
Ellie Hermaszewska
7041bc7a1f
haskellPackages.streamly-0.9.0: Add required framework on Darwin
2023-05-31 08:26:53 +08:00
sternenseemann
b6813c0b0c
haskellPackages.thyme: drop stale override
...
https://github.com/haskell-github-trust/thyme/issues/36 has been fixed
quite a while ago.
2023-05-30 13:36:07 +02:00
Ellie Hermaszewska
ec0c847102
haskellPackages.hspec*: 2_11_0_1 -> 2_11_1
2023-05-30 15:47:21 +08:00
Dennis Gosnell
38ced59994
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-05-30 12:55:48 +09:00
Dennis Gosnell
4a579c64c2
haskell: mark additional packages as insecure
2023-05-30 12:33:44 +09:00
Dennis Gosnell
0d3187197e
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1795703](https://hydra.nixos.org/eval/1795703 ) of nixpkgs commit [4e4cf85
](4e4cf85c95
) as of 2023-05-30 02:14 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2023-05-30 11:21:10 +09:00
Dennis Gosnell
6ddd5973f4
haskell.packages.ghc96.haskell-language-server: explicitly disable fourmolu plugin
2023-05-30 08:56:03 +09:00
Dennis Gosnell
9a3641e0f9
Merge pull request #234784 from stuebinm/unbreak-conferer-warp
...
haskellPackages.conferer-warp: not broken
2023-05-29 20:36:16 +09:00
Dennis Gosnell
5ea70c4da2
haskell.packages.ghc96.hie-compat: remove unneeded patch
2023-05-29 20:34:11 +09:00
stuebinm
722cdf5a4a
haskellPackages.conferer-warp: not broken
2023-05-29 13:23:09 +02:00
Dennis Gosnell
2130bdbd45
haskell.packages.ghc94.hls-rename-plugin: remove unneeded patch
2023-05-29 18:02:57 +09:00
Dennis Gosnell
eca92b2435
haskell.packages.ghc94.hls-floskell-plugin: remove unneeded patch
2023-05-29 17:59:46 +09:00
Dennis Gosnell
99dfe54b63
haskell.packages.ghc94.hls-stylish-haskell-plugin: remove unneeded patch
2023-05-29 17:56:28 +09:00
Dennis Gosnell
47b2bd788b
haskell.packages.ghc96.cborg: remove unneeded jailbreak
2023-05-29 16:16:24 +09:00
Dennis Gosnell
1388b98f13
haskell.packages.ghc94.cborg: remove unneeded patch
2023-05-29 16:14:37 +09:00
Dennis Gosnell
7dd51c298d
haskellPackages.hls-test-utils: remove unneeded patch
2023-05-29 16:04:39 +09:00
Dennis Gosnell
6856d456fa
haskell: mark hzk and zoovisitor as dont-distribute-packages
...
These both depend on `zookeeper_mt`, which depends on `openssl-1.1`, which
is marked `insecure`.
2023-05-29 14:26:54 +09:00
Dennis Gosnell
075761cf7f
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-05-29 13:48:03 +09:00
Dennis Gosnell
910bf6138e
haskellPackages.dyre: remove unneeded patch
2023-05-29 13:08:29 +09:00
Dennis Gosnell
1203b93d86
haskell.packages.ghc96.ghc-lib: 9.6.1.20230312 -> 9.6.2.20230523
2023-05-29 07:44:11 +09:00
Dennis Gosnell
286e022667
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-05-28 20:43:28 +09:00
Dennis Gosnell
be63ea178c
haskellPackages: stackage LTS 20.21 -> LTS 20.23
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2023-05-28 20:39:03 +09:00
Robert Hensing
ec5b05b17d
haskellPackages.cachix: Link a single nix version
...
Without this override, multiple nix library versions will be in
scope, which leads to some non-obvious linker errors.
2023-05-26 22:42:58 +02:00
Dennis Gosnell
90fd702950
Merge pull request #234132 from reckenrode/http2-darwin-fix
...
haskellPackages.http2: fix build with Darwin sandbox enabled
2023-05-26 22:36:09 +09:00
Randy Eckenrode
9b1c02ede8
haskellPackages.http2: fix build with Darwin sandbox enabled
2023-05-25 23:59:16 -04:00
Randy Eckenrode
217ed5437c
haskellPackages.yesod-core: fix build with Darwin sandbox enabled
2023-05-25 23:58:32 -04:00
github-actions[bot]
15ec108b1d
Merge master into haskell-updates
2023-05-26 00:12:42 +00:00
Dennis Gosnell
8b8f0d0a76
haskell: formatting fix after regenerating packages
2023-05-26 08:28:57 +09:00
Dennis Gosnell
fa8fc4d457
haskellPackages.coinor-clp: mark aarch64-linux as unsupported
2023-05-26 08:25:52 +09:00
Rebecca Turner
1535bd0c58
Move intermediates under share/haskell
2023-05-25 14:36:18 -07:00
Rebecca Turner
33258207fa
maintainers: Gabriel439 -> Gabriella439
2023-05-25 14:35:51 -07:00
Gabriella Gonzalez
72a70bd73b
haskellPackages.mkDerivation: New intermediates
output
...
This adds a new `intermediates` output that can be used to
accelerate a Haskell build by importing build products
exported from a prior similar build.
The motivation for this is explained by the following post:
https://www.haskellforall.com/2022/12/nixpkgs-support-for-incremental-haskell.html
2023-05-25 14:32:55 -07:00
Dennis Gosnell
0d1d890799
Merge pull request #233623 from DamienCassou/fix-hledger_1_29_2
...
hledger_1_29_2: fix dependency toward hledger-lib
2023-05-25 21:40:24 +09:00
Dennis Gosnell
5607ad7f96
Merge pull request #230149 from sternenseemann/ghc-with-packages-cross-fix
...
haskellPackages: ghcWithPackages needs buildHaskellPackages scope
2023-05-25 21:37:06 +09:00
Dennis Gosnell
19f89fd15e
haskellPackages.swarm: update dependent brick version
2023-05-25 20:57:36 +09:00
Dennis Gosnell
6773338709
haskell.packages.ghc810.hls-tactics-plugin: remove doJailbreak and assert
2023-05-25 20:31:15 +09:00
github-actions[bot]
16d6f96b30
Merge master into haskell-updates
2023-05-25 00:12:42 +00:00
Domen Kožar
3a021d1a23
cachix: build using GHC 9.4 to avoid kernel crash
2023-05-24 15:51:20 +01:00
Damien Cassou
aa047eb431
hledger_1_29_2: fix dependency toward hledger-lib
...
hledger version X always depends on hledger-lib version X.
2023-05-23 16:30:59 +02:00
github-actions[bot]
4bd794e81f
Merge master into haskell-updates
2023-05-22 00:13:12 +00:00
Stanisław Pitucha
85c2492655
haskellPackages.gauge: fix darwin build
...
Include unreleased patch which is already merged upstream to fix the
aarch64 darwin build.
2023-05-21 15:04:57 +02:00
Stanisław Pitucha
8607b80c85
haskellPackages.memfd: mark supported on linux only
...
memfd interface is linux-specific.
Closes #233003 .
2023-05-21 15:01:32 +02:00
github-actions[bot]
291c8ce17f
Merge master into haskell-updates
2023-05-21 00:13:25 +00:00
figsoda
98b9e41f61
pkgs: fix typos
2023-05-19 22:31:04 -04:00
sternenseemann
9522947447
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-05-20 01:46:27 +02:00
sternenseemann
64389fa7b6
haskellPackages: stackage LTS 20.20 -> LTS 20.21
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2023-05-20 01:43:35 +02:00
sternenseemann
682790aee0
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1795235](https://hydra.nixos.org/eval/1795235 ) of nixpkgs commit [7398920
](7398920e33
) as of 2023-05-19 13:57 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2023-05-19 16:25:27 +02:00
github-actions[bot]
7398920e33
Merge master into haskell-updates
2023-05-19 00:12:23 +00:00
sternenseemann
259d93b07f
haskell.packages.ghc945.ghc-lib{,-parser}: use 9.4.5 versions
...
Additionally, we fix an apparent mistake causing ghc-lib-parser to be
used as the ghc-lib attribute.
2023-05-17 23:53:52 +02:00
sternenseemann
6d84a7071d
haskellPackages.hedgehog-extras: allow building against aeson 2.0.*
2023-05-17 23:50:55 +02:00
sternenseemann
02def6b1a0
haskellPackages.tasty-sugar: allow tasty-hedgehog 1.3.*
2023-05-17 23:50:55 +02:00
Domen Kožar
ca831aeb74
cachix: 1.4.2 -> 1.5
2023-05-17 18:38:33 +01:00
sternenseemann
a5387f5bec
haskellPackages.srtree: remove broken flag
2023-05-16 20:56:37 +02:00
sternenseemann
bacda5885c
haskellPackages.utility-ht: drop obsolete override
...
Stackage has been updated to include utility-ht-0.0.17
2023-05-11 00:46:43 +02:00
sternenseemann
5bedf1ddff
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-05-10 22:45:45 +02:00
sternenseemann
27fc9be18d
haskellPackages: stackage LTS 20.19 -> LTS 20.20
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2023-05-10 22:45:45 +02:00
sternenseemann
6a1d55d380
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1794827](https://hydra.nixos.org/eval/1794827 ) of nixpkgs commit [bd83355
](bd8335552e
) as of 2023-05-10 18:05 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2023-05-10 20:11:41 +02:00
sternenseemann
23b4dc068a
haskellPackages.ldap-client-og: disable test suite
...
sdist tarball is missing test/ldap.js which is necessary for the test
suite.
2023-05-10 19:54:16 +02:00
Naïm Favier
a6f307ada4
haskell.packages.ghcjs: misc fixes
...
Various fixes I needed to build a project that depends on lens.
2023-05-09 18:13:50 +02:00
sternenseemann
79cb171fd5
haskellPackages: revert manual description edits
...
This reverts commits
- 004c3f3c59
- 82faf2f006
- 5b0b5c8d3a
- c1356da2df
- 1f7f2e8907
Reason for revert: The descriptions are generated automatically and
would just be reverted on subsequent regenerations of
`hackage-packages.nix`. Such a regeneration is done in this commit to
clean up the diff of further regenerations.
2023-05-09 11:07:40 +02:00
github-actions[bot]
6019d10c1f
Merge master into haskell-updates
2023-05-09 00:12:44 +00:00
Weijia Wang
9e041e57cc
Merge pull request #230726 from fetsorn/typo/hs-test-sandbox-compose
...
haskellPackages.test-sandbox-compose: fix typo
2023-05-08 19:32:54 +03:00
Weijia Wang
fda0d66608
Merge pull request #230724 from fetsorn/typo/hs-haskell-snake
...
haskellPackages.haskell-snake: fix typo
2023-05-08 19:31:14 +03:00
fetsorn
004c3f3c59
haskellPackages.test-sandbox-compose: fix typo
...
"enviroments" -> "environments"
2023-05-08 20:31:02 +04:00
Weijia Wang
8a7539bb28
Merge pull request #230723 from fetsorn/typo/hs-dclabel
...
haskellPackages.dclabel: fix typo
2023-05-08 19:30:49 +03:00
Weijia Wang
323edefa03
Merge pull request #230722 from fetsorn/typo/hs-data-rtuple
...
haskellPackages.data-rtuple: fix typo
2023-05-08 19:30:32 +03:00
Weijia Wang
292f94a6ed
Merge pull request #230721 from fetsorn/typo/hs-rbtree
...
haskellPackages.RBTree: fix typo
2023-05-08 19:30:09 +03:00
fetsorn
c1356da2df
haskellPackages.haskell-snake: fix typo
...
"implemetation" -> "implementation"
2023-05-08 20:27:49 +04:00
fetsorn
1f7f2e8907
haskellPackages.dclabel: fix typo
...
"packge" -> "package"
2023-05-08 20:25:27 +04:00
fetsorn
82faf2f006
haskellPackages.data-rtuple: fix typo
...
"usefull" -> "useful"
2023-05-08 20:23:19 +04:00
fetsorn
5b0b5c8d3a
haskellPackages.RBTree: fix typo
...
"implemetation" -> "implementation"
2023-05-08 20:21:09 +04:00
fetsorn
1eb044459c
haskell-modules: fix typos
...
"tarbal" -> "tarball"
"verion" -> "version"
"reqired" -> "required"
2023-05-08 20:18:59 +04:00
Dennis Gosnell
7b401e3584
Merge pull request #229832 from shlok/streamly-archive-unbreak-improvement
...
haskellPackages.streamly-archive: improve unbreak
2023-05-08 07:39:40 +09:00
sternenseemann
608aa362a0
haskellPackages.cabal2nix-unstable: 2023-04-11 -> 2023-05-05
...
This reverts commit 3cb794b0f3
—
cabal2nix has gained knowledge about the `liblzma` pkg-config name.
2023-05-05 22:28:32 +02:00
sternenseemann
c933506468
haskellPackages.utility-ht: 0.0.16 -> 0.0.17
...
PVP allows this update as non-breaking, so we anticipate Stackage
updating in the future (0.0.17 was uploaded a day after the latest LTS
snapshot) to unbreak comfort-glpk.
2023-05-05 21:55:36 +02:00
sternenseemann
391a9612d8
haskellPackages: ghcWithPackages needs buildHaskellPackages scope
...
ghc and also ghcWithPackages (when taken from a haskell package set) are
a bit weird—in the same way stdenv is: ghc is actually from
buildPackages (pkgsBuildHost) wheras the main package set belongs to
pkgsHostTarget. ghc (and stdenv) is included in the package set due to
its special relation to the set: it is built by that ghc, so constituted
by the compiler in a manner of speaking.
For ghc this works in a straightforward way: It is packaged
independently from the haskell package sets and passed to
make-package-set.nix to create the different sets we expose.
With ghcWithPackages an error crept in, though: Since it needs to
receive the haskellPackages fix point (and thus can't be instantiated
before the package set), it is defined in make-package-set.nix. Here it
was neglected to make sure that it also has the same scope as ghc, i.e.
buildHaskellPackages/buildPackages: Otherwise the shell the wrapper
scripts use to invoke ghc (originally from buildPackages) would be from
pkgsHostTarget—in the cross case, the wrapper scripts would be
executable by neither host nor build platform. We want them to work on
the build platform, though.
Note that this creates a weird mismatch where it is hard to see which of
the alternatives would be more natural: ghcWithPackages and
ghcWithHoogle now use packages from the package set they are a member
of, but have *-ghc and hoogle executables that are executable on the
build platform. This works because ghc originates from buildPackages (as
discussed) and hoogleWithPackages is taken from buildHaskellPackages.
This does imply though that while set.ghcWithHoogle will be executable
on the build platform, set.hoogleWithPackages will be executable on the
host platform—both will use the fix point of set for the package
selector function. This is maybe a confusing asymmetry, but it seems
like a valid use case to cross-compile a hoogle instance. Most
development tools use ghcWithHoogle (or equivalent), so that use case is
covered as well in principle.
2023-05-05 18:58:08 +02:00
Robert Hensing
22ba1c06b0
Revert "haskellPackages.hercules-ci-agent: Work around corrupted file on cache.nixos.org"
...
The hash has changed, so this workaround is not needed anymore.
This reverts commit aec2949269
.
2023-05-04 16:17:51 +02:00
Domen Kožar
3cb794b0f3
haskellPackages.lzma: fix build
2023-05-04 10:44:24 +01:00
Ellie Hermaszewska
22b7fb734a
haskellPackages.fourmolu_0_12_0_0: unbreak
...
Builds for ghc 9.2 and 9.4
2023-05-04 17:28:32 +08:00
Shlok Datye
28419a442d
haskellPackages.streamly-archive: improve unbreak
2023-05-04 09:05:08 +02:00
github-actions[bot]
2c7ba264d6
Merge master into haskell-updates
2023-05-04 00:12:13 +00:00
Shlok Datye
a1a4c4d629
haskellPackages.streamly-lmdb: unbreak
2023-05-03 16:53:17 +02:00
Shlok Datye
9e7bcdd1c0
haskellPackages: Add maintainer shlok
2023-05-03 13:39:07 +02:00
sternenseemann
a6bb2cc2d4
Revert "haskellPackages: Add maintainer shlok"
...
This reverts commit ad38216dc6
and
regenerates hackage-packages.nix.
Reason for Revert: There is no lib.maintainers.shlok.
Reference https://github.com/NixOS/nixpkgs/pull/229459 .
2023-05-03 11:54:20 +02:00
Robert Hensing
aec2949269
haskellPackages.hercules-ci-agent: Work around corrupted file on cache.nixos.org
...
Should this be fixed on cache.nixos.org instead?
I would like that, but it won't be a complete fix, because the corrupted
NAR has already been accepted onto a number of hosts, which would need to
take manual action, if at all possible. Furthermore, I'd have to bother
people who have presumably have more important things to do; things that
actually have a lasting effect perhaps!
2023-05-02 23:15:55 +02:00
Shlok Datye
f11c25efa0
haskellPackages.streamly-archive: unbreak
2023-05-02 20:52:06 +02:00
Dennis Gosnell
2a950c290c
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-05-02 21:19:19 +09:00
Shlok Datye
ad38216dc6
haskellPackages: Add maintainer shlok
2023-05-02 11:05:03 +00:00
maralorn
ef41eed24f
maintainers/scripts/haskell/*transitive-broken*: Fix an error message
2023-05-02 12:07:16 +02:00
maralorn
616e0ecbb7
haskellPackages.guardian: Fix eval error
2023-05-01 21:17:53 +02:00
maralorn
04682bc19a
Merge pull request #229006 from MaxHearnden/hspec
...
haskellPackages.hspec*_2_11_0: update references to be hspec*_2_11_0_1
2023-05-01 03:00:20 +02:00
maralorn
f45d05f42d
haskellPackages: Revert wrongly trimmed transitive-broken.yaml
2023-05-01 02:39:16 +02:00
maralorn
1737266d2b
haskellPackages.comfort-fftw: Drop obsolete override
2023-05-01 02:24:32 +02:00
maralorn
be99ff0da4
haskellPackages.scalendar: Fix eval
2023-05-01 02:24:09 +02:00
MaxHearnden
346bb477bf
haskellPackages.hspec*_2_11_0: update references to be hspec*_2_11_0_1
2023-04-29 23:59:36 +01:00
maralorn
d313e055d7
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-04-29 20:49:09 +02:00
maralorn
3487285047
haskellPackages: stackage LTS 20.18 -> LTS 20.19
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2023-04-29 20:46:02 +02:00
maralorn
3e47248c05
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1794319](https://hydra.nixos.org/eval/1794319 ) of nixpkgs commit [cbd40e1
](cbd40e1eb2
) as of 2023-04-29 17:29 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2023-04-29 19:31:45 +02:00
maralorn
c9673695ef
haskellPackages.libfuse3: restrict to linux
2023-04-29 19:23:42 +02:00
Dennis Gosnell
cbd40e1eb2
Merge pull request #228618 from MaxHearnden/libfuse3
...
haskellPackages.libfuse3: disable tests
2023-04-29 15:48:55 +09:00
maralorn
f7e7809ad5
haskellPackages.gtk: Fix eval on darwin
2023-04-28 13:51:35 +02:00
MaxHearnden
b91f1c6624
haskellPackages.libfuse3: add note explaining why tests are disabled
2023-04-28 10:45:22 +01:00
MaxHearnden
46b2d38933
haskellPackages.libfuse3: disable tests
2023-04-27 23:36:34 +01:00
maralorn
ddcad4495c
haskellPackages.med-module: Temporarily disable examples to fix build
2023-04-27 21:48:57 +02:00
Ivan Kozik
7b63a3b996
nix-serve-ng: use upstream commit that is compatible with Nix 2.13
2023-04-27 14:27:40 +00:00
github-actions[bot]
dc9fe27b82
Merge master into haskell-updates
2023-04-27 00:12:51 +00:00
maralorn
045868c07b
haskell.packages.ghc94.hspec*: remove unnecessary overrides
2023-04-26 18:37:25 +02:00
Domen Kožar
2b9ec87c4e
cachix: 1.4.2 -> 1.3.3
...
reverts back to 1.3.3 until a regression has been addressed.
2023-04-24 18:02:35 +01:00
MaxHearnden
57bc5c6e18
haskellPackages.llvm-ffi: set LLVM
2023-04-24 10:43:26 +01:00
maralorn
9d96f7a348
Merge pull request #227871 from ysangkok/janus/remove-jailbreaks
...
haskell.packages.ghc961.{aeson,singleton-bool,unliftio-core,lukko,lucid}: Remove unnecessary jailbreaks
2023-04-24 00:24:20 +02:00
Miao, ZhiCheng
e7ec5e110c
haskellPackages.gtk: fix build
...
- More addPkgconfigDepends
- doJailbreak
- Tested pkgsets:
- [x] .#haskell.packages.ghc92.gtk
- [x] .#haskell.packages.ghc94.gtk
2023-04-24 00:32:10 +03:00
Janus Troelsen
3c108bd5d8
haskell.packages.ghc961.singleton-bool: Remove useless assert
2023-04-23 16:07:32 -05:00
Janus Troelsen
3aa6004a88
haskell.packages.ghc961.{aeson,singleton-bool,unliftio-core,lukko,lucid}:
...
Remove unnecessary jailbreaks
2023-04-23 19:40:51 +00:00
Miao, ZhiCheng
355cb4ce6b
haskellPackages.gio: fix build
...
- More addPkgconfigDepends
- Tested pkgsets:
- [x] .#haskell.packages.ghc92.gio
- [x] .#haskell.packages.ghc94.gio
2023-04-23 20:55:58 +03:00
Miao, ZhiCheng
77fb04d83e
haskellPackages.gtk: refactor configuration-nix
...
- using lib.pipe
2023-04-23 20:55:53 +03:00
maralorn
ec4d9834ce
haskellPackages.twirl: Unsupported on darwin
2023-04-22 23:04:42 +02:00
maralorn
59f654146c
haskellPackages.hspec*: Update overrides
2023-04-22 22:56:04 +02:00
maralorn
799630369a
haskellPackages.comfort-fttw: Pin to fixed version
2023-04-22 22:44:13 +02:00
maralorn
10a9250425
haskellPackages.spreadsheet: Add executableHaskellDepends for examples
2023-04-22 22:38:06 +02:00
maralorn
32a7217281
haskellPackages.audacity: Add executableHaskellDepends for examples
2023-04-22 22:37:45 +02:00
maralorn
22c5bd85d8
Partially revert "haskell.packages.ghc96: uses jailbreakForCurrentVersion"
...
This partially reverts commit 4925760232
.
2023-04-22 22:27:21 +02:00
Tristan Cacqueray
4925760232
haskell.packages.ghc96: uses jailbreakForCurrentVersion
2023-04-22 20:04:56 +00:00
Tristan Cacqueray
e08455e3d6
haskell.packages.ghc96.serialise: allow base-4.18
2023-04-22 20:04:56 +00:00
Tristan Cacqueray
ef8559d3f4
haskell.packages.ghc96.cborg-json: allow base-4.18
2023-04-22 20:04:56 +00:00
maralorn
a092e62ce8
Merge pull request #227661 from TristanCacqueray/ghc96-turtle
...
haskell.packages.ghc96.turtle: distribute v1.6.1
2023-04-22 22:01:06 +02:00
maralorn
1c5ea44629
Merge pull request #227648 from TristanCacqueray/ghc96-http-api-data
...
haskell.packages.ghc96.http-api-data: distribute v0.5.1
2023-04-22 21:59:39 +02:00
maralorn
8be3ec7a9f
Merge pull request #227645 from TristanCacqueray/ghc96-hedgehog
...
haskell.packages.ghc96.hedgehog: distribute v1.2
2023-04-22 21:58:30 +02:00
maralorn
1ff2b20a7a
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-04-22 21:21:46 +02:00
Tristan Cacqueray
039b9d3988
haskell.packages.ghc96.turtle: distribute v1.6.1
2023-04-22 18:04:14 +00:00
Tristan Cacqueray
47fc92421b
haskell.packages.ghc96.http-api-data: distribute v0.5.1
2023-04-22 16:22:53 +00:00
Tristan Cacqueray
216f0b7c29
haskell.packages.ghc96.hedgehog: distribute v1.2
2023-04-22 16:14:20 +00:00
maralorn
7f34e9543f
Merge pull request #227625 from TristanCacqueray/ghc96-hourglass
...
haskell.packages.ghc96.hourglass: pull test fix
2023-04-22 16:54:22 +02:00
maralorn
306bf7b9ce
Merge pull request #227621 from TristanCacqueray/ghc96-newtype-generics
...
haskell.packages.ghc96.newtype-generics: relax base bound
2023-04-22 16:52:33 +02:00
maralorn
ea9362ee47
Merge pull request #227620 from TristanCacqueray/unbroken-text-time
...
haskell.packages.text-time: remove broken attribute
2023-04-22 16:50:43 +02:00
Tristan Cacqueray
b147229444
haskell.packages.ghc96.hourglass: pull test fix
2023-04-22 14:36:36 +00:00
maralorn
e648525ff3
haskellPackages: Restricte alsa packages to linux
2023-04-22 16:16:40 +02:00
Tristan Cacqueray
09de688511
haskell.packages.ghc96.newtype-generics: relax base bound
2023-04-22 10:15:50 -04:00
Tristan Cacqueray
a9c8570af4
haskell.packages.text-time: remove broken attribute
2023-04-22 09:58:48 -04:00
maralorn
86bb552bfb
haskellPackages: Regenerate with transitive-fixed packages
2023-04-22 15:10:09 +02:00
maralorn
0d30892a91
haskellPackages.dhall-nix(pkgs)?: Fix build by pinning to stackage compatible versions
2023-04-22 13:10:44 +02:00
maralorn
3fd9285a63
haskellPackages.wiringPi: unsupported on aarch64-darwin
2023-04-22 13:05:14 +02:00