Commit Graph

1337 Commits

Author SHA1 Message Date
detroyejr
2c034c5216 haskellPackages.pandoc-cli_3_5: fix build 2024-11-21 21:03:19 -05:00
Martin Weinelt
46b1474255 Reapply "haskellPackages: update stackage and hackage" (#354547)
This reverts commit 7701a9e6c6, reversing
changes made to 8991dc8e9d.

Restore haskell-updates on staging-next to save resources on hydra.
2024-11-08 18:42:24 +01:00
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
github-actions[bot]
57af37a3be
Merge master into haskell-updates 2024-11-04 00:17:26 +00: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
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
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
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
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
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
Aleksana
16a2554068
haskellPackages: Enable darwin builds for some packages depending on mesa (#349186) 2024-10-21 11:58:25 +08: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
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
Rodney Lorrimar
4b4284053e
haskellPackages.reflex-gloss: jailbreak to fix the build 2024-10-18 09:45:59 +08:00
Rodney Lorrimar
40f1e8f5e7
haskellPackages.gi-gtk-declarative: Fix build 2024-10-18 09:45:58 +08:00
Rodney Lorrimar
9bdc0e46de
haskellPackages.vivid: Fix build with a small patch
Some library dependency must have stopped re-exporting 'void', so now
it needs an extra import line.

This package doesn't have any VCS repo.
2024-10-18 09:45:57 +08:00
Rodney Lorrimar
58f617819c
haskellPackages.reflex-sdl2: not broken 2024-10-18 09:45:56 +08:00
Rodney Lorrimar
ea350e4ef8
haskellPackages.dear-imgui: Fix build 2024-10-18 09:45:54 +08:00
sternenseemann
3f55059bbd haskellPackages.haddock-library_1_7_0: remove at 1.7.0
stylish-cabal does no longer build for GHC 8.6.5 (binary) for unrelated
reasons. Doesn't really make sense to invest further into it.
2024-10-17 15:50:17 +02:00
sternenseemann
d636557780 haskellPackages.{sbv_7_13,crackNum_2_4}: remove
These were used by the now removed pkgs.petrinizer.
2024-10-17 15:50:17 +02:00
sternenseemann
bbd5699022 haskellPackages.th-abstraction: drop redundant th-abstraction constraint
Stackage already specifies == 0.5.*
2024-10-17 15:50:13 +02:00
sternenseemann
a23467b6d0 haskellPackages.tasty-hspec_1_1_6: remove at 1.1.6 2024-10-17 15:49:21 +02:00
sternenseemann
1acd23cfb7 haskellPackages.path_0_9_0: remove at 0.9.0 2024-10-17 15:49:19 +02:00
sternenseemann
67bbf79e70 haskellPackages.lens-aeson_1_1_3: remove at 1.1.3 2024-10-17 15:49:18 +02:00
sternenseemann
04b5b42e00 haskellPackages.network_2_6_3_1: remove at 2.6.3.1 2024-10-17 15:49:17 +02:00
sternenseemann
2ec5127f21 haskellPackages.hspec-golden_0_1_0_3: remove at 0.1.0.3 2024-10-17 15:49:16 +02:00
sternenseemann
1ffb275a57 haskellPackages.hpack_0_36_0: remove at 0.36.0 2024-10-17 15:49:15 +02:00
sternenseemann
70ff16bfc3 haskellPackages.mmorph_1_1_3: remove at 1.1.3 2024-10-17 15:49:14 +02:00
sternenseemann
df4385bac3 haskellPackages.hlint_3_2_8: remove at 3.2.8 2024-10-17 15:49:13 +02:00
sternenseemann
8af359a800 haskellPackages.hinotify_0_3_9: remove at 0.3.9 2024-10-17 15:49:11 +02:00
sternenseemann
a9e533a203 haskellPackages.haddock{,-api}_2_23_1: remove at 2.23.1 2024-10-17 15:49:10 +02:00
sternenseemann
95bd0b4be1 haskellPackages.gi-soup_2_4_28: remove at 2.4.28 2024-10-17 15:49:09 +02:00
sternenseemann
9afe73866e ihaskell: use stackage version of ghc-syntax-highlighter
Seems like Stackage recently has reintroduced ghc-syntax-highlighter to
its set at version 0.0.10.0 which is just what we need.
2024-10-17 15:49:08 +02:00
sternenseemann
e459c0a2ca haskellPackages.ghc-api-compat_8_6: remove at 8.6 2024-10-17 15:49:08 +02:00
sternenseemann
0cfd9d3eec haskellPackages.foundation_0_0_28: remove at 0.0.28 2024-10-17 15:49:07 +02:00
sternenseemann
b56063ff6e haskellPackages.doctest_0_18_2: remove at 0.18.2 2024-10-17 15:49:06 +02:00
sternenseemann
e76520309c haskellPackages.dependent-sum_0_4: remove at 0.4 2024-10-17 15:49:04 +02:00
sternenseemann
f732a4bddd haskellPackages.dependent-map_0_2_4_0: remove at 0.2.4.0 2024-10-17 15:49:03 +02:00
sternenseemann
0261c402c4 haskellPackages.basement_0_0_14: remove at 0.0.14 2024-10-17 15:49:02 +02:00