Commit Graph

9845 Commits

Author SHA1 Message Date
Vladimír Čunát
fe6d94b8f9
Revert "haskellPackages: update stackage and hackage" 2024-11-08 18:36:29 +01:00
Ellie Hermaszewska
e134422465
maintainers: remove expipiplus1
Another year, another exhausting undermoderated thread full of people
arguing against being an inclusive community, tone policing and denying
that discriminatory behaviour even exists.

This clearly isn't getting any better and I'm embarrassed that I stayed
around for this long. I can't continue to lend my name to such a
project.
2024-11-08 14:24:58 +08:00
sternenseemann
7dfefc7b11 haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1809809](https://hydra.nixos.org/eval/1809809) of nixpkgs commit [84527c8](84527c8ca3) as of 2024-11-06 13:00 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2024-11-07 15:02:47 +01:00
sternenseemann
c079b152c1 haskellPackages.llvm-codegen: provide LLVM 17 2024-11-07 15:02:46 +01:00
github-actions[bot]
57af37a3be
Merge master into haskell-updates 2024-11-04 00:17:26 +00:00
Wolfgang Walther
c47859a968
postgrest: fix build on aarch64-darwin
Dependency on the Paths_ module has been removed upstream for the next
(unreleased) version already.

Until we can update, apply the patch manually.

Resolves #347885
2024-11-03 15:46:29 +01:00
Wolfgang Walther
2679bd2fd6
postgrest: 12.0.2 -> 12.0.3
Changelog:
https://github.com/PostgREST/postgrest/releases/tag/v12.0.3

Can't update to 12.2.x, yet, without figuring out some dependency
issues.
2024-11-03 15:46:28 +01:00
Wolfgang Walther
47a22a4271
postgrest: remove mentioned issue for jailbreaking
This has been closed and merged since v11 already - but the bounds are
still too strict.

The only way forward is to figure out how to upgrade to the latest
version.
2024-11-03 15:46:28 +01:00
Wolfgang Walther
d080f9fc66
postgrest: add myself as maintainer 2024-11-03 15:46:28 +01:00
sternenseemann
92ce112366 haskellPackages.twain: build with up to date dependencies
twain 2.2.0.0 means that we can finally stop depending on out of date
versions of http2 and warp.
2024-11-03 12:48:51 +01:00
maralorn
97ad8350dc
haskellPackages.password: use crypton, disable scrypt on non-x86 (#351305) 2024-11-02 10:46:26 +01:00
github-actions[bot]
9f4b4c444e
Merge master into haskell-updates 2024-11-02 00:16:04 +00:00
maralorn
5f961513c5
haskellPackages.warp: fix tests on darwin with sandbox (#352778) 2024-11-02 00:02:14 +01:00
maralorn
51031f223c
haskellPackages.mkDerivation: Add support for sourceRoot and setSourceRoot arguments (#351226) 2024-11-01 23:29:42 +01:00
Alexandre Esteves
d2b766c1b1 haskellPackages.snap: fix tests on darwin with sandbox 2024-11-01 16:33:58 +00:00
sternenseemann
30bae674b0 haskell.packages.*.Cabal_3_1*: never supply non corepkg process
For Cabal, using a more recent version of process is practically never
necessary since it has support for a very wide range. The process
override is a relic from when we were testing cabal-install with all GHC
versions. cabal-install(-solvers) needs directory >=1.3.7.0 which in
turn needs a recent version of process to work. Consequently, the used
Cabal version needed to use the same process version or we'd have
inconsistent dependencies when building cabal-install. Since we only
support cabal-install with GHCs that ship new enough versions of both
process and directory out of the box, we can drop these overrides.
2024-11-01 13:17:30 +01:00
sternenseemann
71b09ef331 haskellPackages.Cabal_3_14_0_0: build against matching Cabal-syntax 2024-11-01 12:45:24 +01:00
sternenseemann
7261decc59 stack: provide requested static-bytes >= 0.1.1 2024-11-01 12:13:13 +01:00
sternenseemann
ae929641ef haskell.packages.ghc9101.warp: 3.4.2 -> 3.4.3 2024-11-01 11:38:02 +01:00
sternenseemann
7f5fafc900 haskellPackages.http-semantics: restrict to < 0.3.0
http-semantics is a package implementing some logic common between http2
and http3. There aren't matching releases of the latter packages for
http-semantics == 0.3.* yet.
2024-11-01 11:38:01 +01:00
github-actions[bot]
3a826649ee
Merge master into haskell-updates 2024-11-01 00:18:16 +00:00
sternenseemann
ef3f248740 haskellPackages.Cabal_*: use process 1.6.25.0 for GHC < 9.2.5 2024-10-31 19:30:24 +01:00
sternenseemann
001ff8665b haskellPackages.vivid: drop obsolete overrides 2024-10-31 19:11:16 +01:00
sternenseemann
7eae33bc74 haskellPackages.large-hashable: unstable-2022-06-10 -> 0.1.1.0 2024-10-31 19:10:28 +01:00
sternenseemann
d79dec4f61 haskellPackages.hledger*_1_40: wire up correctly
We forgot to update these overrides after 1.34 got removed from nixpkgs.
Let's get the latest versions, 1.40, to work.
2024-10-26 03:11:52 +02:00
sternenseemann
169b24df41 haskellPackages.password: use crypton, disable scrypt on non-x86
- crypton is maintained, contrary to cryptonite
- since the Hackage scrypt package uses SSE2, we can't build it on
  non-x86 platforms (non x86_64 even probably). The best option
  is to disable the Scrypt module. To prevent cabal from pulling
  in scrypt in spite of that, we need to patch build-depends to
  respect the flag.
2024-10-26 01:35:13 +02:00
sternenseemann
a3532c957d haskell.packages.ghc983.generic-arbitrary: disable broken test suite
Fails to compile due to a newly exposed type in deepseq 1.5.10:
<https://github.com/typeable/generic-arbitrary/issues/18>.
2024-10-26 01:32:00 +02:00
sternenseemann
a62d4fe499 haskell.packages.ghc98*.ghc-lib{,-parser}: use 9.8.3 versions 2024-10-25 19:07:49 +02:00
Rebecca Turner
ff9e35236c
haskell.mkDerivation: Support sourceRoot, setSourceRoot
Allow setting `sourceRoot` and `setSourceRoot` in the arguments to
`haskellPackages.mkDerivation`. These arguments are passed directly to
`stdenv.mkDerivation`.

It may be worth reading over `pkgs/stdenv/generic/setup.sh` and checking
if there's other unsupported variables which may be useful. It may also
be worth adding an argument like `extraAttrs` to be passed to
`stdenv.mkDerivation` directly, as an escape hatch.
2024-10-25 09:41:50 -07:00
sternenseemann
c5b7426aaf Merge branch staging-next into haskell-updates 2024-10-25 17:13:14 +02:00
sternenseemann
1277fb618e yi: re-init at 0.19.2
This reverts commit accf9337b3 with some
additional modifications.
2024-10-25 16:28:03 +02:00
sternenseemann
31e0477d2b haskellPackages.mpi-hs: 0.7.3.0 -> 0.7.3.1
I do not know why we are ignoring Stackage for this package.
fe7d494468 (commitcomment-148356941)
2024-10-25 16:28:03 +02:00
sternenseemann
7ae9e346a4 haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-10-25 14:08:40 +02:00
sternenseemann
e790d59f98 haskellPackages: stackage LTS 22.36 -> LTS 22.39
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2024-10-25 13:38:36 +02:00
github-actions[bot]
3d0c9fa748
Merge master into haskell-updates 2024-10-23 00:16:22 +00:00
Fabián Heredia Montiel
fdc64cfee0 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-22 09:14:28 -06:00
Artem Pelenitsyn
d50cc09605 haskellPackages: add artem as a maintainer of certain packages 2024-10-21 20:55:36 -04:00
sternenseemann
9ddc3313c8
haskellPackages: update hackage and stackage (#346720) 2024-10-21 22:10:48 +02:00
sternenseemann
4279643c4c haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1809515](https://hydra.nixos.org/eval/1809515) of nixpkgs commit [e7735af](e7735afbdc) as of 2024-10-21 19:40 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2024-10-21 21:58:16 +02:00
sternenseemann
b5f2ec001b haskellPackages.github-app-token: disable network dependent tests 2024-10-21 21:57:32 +02:00
Aleksana
16a2554068
haskellPackages: Enable darwin builds for some packages depending on mesa (#349186) 2024-10-21 11:58:25 +08:00
sternenseemann
d712e09c89 haskell.packages.ghc9101.{retrie,apply-refact}: rm broken overrides
Neither package support GHC 9.10 currently. Their corresponding plugins
are thus disabled in HLS.
2024-10-20 20:24:40 +02:00
sternenseemann
8509bf4b6b haskell.packages.ghc9101: reflect hackage updates 2024-10-20 20:24:25 +02:00
yuanw
00bf0698b1
haskellPackages: Enable darwin builds for some packages depending on mesa
update package.yaml
2024-10-20 11:12:37 -06:00
sternenseemann
50ff8798ae Revert "haskell.packages.ghc910.extensions: 0.1.0.2 -> 0.1.0.3"
This reverts commit c3322f4af0.

Reason for revert: extensions 0.1.0.3 doesn't support Cabal == 3.12.*.
Dependency conflicts due to extensions seem annoying to deal with.
2024-10-20 13:50:08 +02:00
Rodney Lorrimar
0baba823e6
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-10-18 13:39:46 +08:00
Rodney Lorrimar
33ff80b40c
haskell.packages.{ghc98,ghc910}.broadcast-chan: Jailbreak 2024-10-18 09:46:03 +08:00
Rodney Lorrimar
33d29abe34
haskellPackages.pipes-http: Drop obsolete jailbreak 2024-10-18 09:46:02 +08:00
Rodney Lorrimar
126e642fea
haskellPackages.pipes-extras: jailbreak to fix the build
I'm not sure why this needs a jailbreak. There is already a hackage
revision to fix it:
https://hackage.haskell.org/package/pipes-extras-1.0.15/revisions/
2024-10-18 09:46:01 +08:00
Rodney Lorrimar
a8533ac55f
haskellPackages.reflex-gi-gtk: jailbreak to fix the build 2024-10-18 09:46:00 +08:00