Commit Graph

9622 Commits

Author SHA1 Message Date
Alexandre Esteves
972fa69158 haskellPackages.polysemy-plugin: remove override 2024-07-20 18:32:46 +01:00
Alexandre Esteves
245f3d4aee haskellPackages.nettle: remove dontCheck 2024-07-20 18:32:46 +01:00
Alexandre Esteves
a0e8537975 haskellPackages.large-records: adjust to new release 2024-07-20 18:27:05 +01:00
sternenseemann
2ea0fc9b6f haskellPackages: adjust to Cabal 3.12.0.0 -> 3.12.1.0 2024-07-19 22:12:08 +02:00
sternenseemann
3d411fd340 darcs: adjust to crypton-connection 0.4.0 -> 0.4.1 2024-07-19 22:11:39 +02:00
Manuel Bärenz
9a636a1ac6 haskellPackages.free-algebras: Unmark broken 2024-07-17 13:20:39 +02:00
Artturin
a516ea8c99 Merge branch 'staging-next' into staging 2024-07-16 19:07:48 +03:00
Montmorency
c07e06bfe2 libiconv with comment for with-utf8 2024-07-15 20:37:23 +01:00
Phillip Seeber
48fb94927e haskellPackages.cpython: remove python 3.11 pin
With the cpython 3.9.0 release, the breaking changes in the C-API for python's unicode are handeled correctly via an upstream fix, see https://github.com/zsedem/haskell-cpython/pull/22
2024-07-15 14:58:52 +02:00
dxo
5f2e02bafe haskellPackages.with-utf8: fix build on x86 darwin. 2024-07-15 11:28:55 +02:00
maralorn
fada32b96a haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-07-15 00:51:23 +02:00
maralorn
92d848bf6f haskellPackages: stackage LTS 22.26 -> LTS 22.29
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2024-07-15 00:50:05 +02:00
maralorn
90a2ea7cfe
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-07-15 00:00:49 +02:00
maralorn
b2deb40d3d
haskellPackages: Mark failing builds broken 2024-07-15 00:00:49 +02:00
sternenseemann
ca1274a533 darcs: build with latest dependencies as requested
darcs requests

- the latest versions of tls and crypton-connection
- and a recently released version of directory which is available with
  GHC 9.6.6 (or GHC versions from newer series),
  so we can't use haskellPackages temporarily.
2024-07-14 23:46:43 +02:00
sternenseemann
ecc0c27b12 haskellPackages.gi-gdk_4_0_8: migrate override from 4.0.7 2024-07-14 23:46:43 +02:00
sternenseemann
1d946cc248 haskell.packages.ghc98.ghc-tags: pin to 1.8
`ghc-tags == 1.9` only works for GHC >= 9.10.
2024-07-14 23:46:43 +02:00
sternenseemann
b6f41f5cf8 haskell.packages.ghc8107.wai-extra: disable haddock
Apparently, the haddock version shipped with GHC < 9.0 doesn't support
haddock syntax like this:

    module Foo
      -- * Heading
      ( bar
      -- …
      )
2024-07-14 23:46:42 +02:00
maralorn
f55d58cfa1
haskellPackages.llvm-tf: Remove broken flag 2024-07-13 13:32:30 +02:00
sternenseemann
82b70a2d76 koka: build with lsp 2.4.0.0 (latest is not supported) 2024-07-12 20:17:06 +02:00
maralorn
237294dbf9
haskellPackages.fwgl-javascript: Mark broken
To fix eval
2024-07-09 23:49:42 +02:00
maralorn
9104942f95
haskellPackages.zinza: dontCheck 2024-07-09 23:36:50 +02:00
maralorn
ce4d7a5ff8
haskellPackages.reflex-dom: Fix dependencies 2024-07-09 23:22:22 +02:00
maralorn
4a8fbb53f2
haskellPackages.cabal-gild: Fix build by dropping obsolete overrides 2024-07-09 23:02:22 +02:00
maralorn
cc1feff09f
Merge pull request #325499 from sheepforce/haskell-cpython-fix
haskellPackages.cpython: pin to python 3.11
2024-07-09 22:35:26 +02:00
maralorn
a23f09660e
Merge pull request #325322 from mpscholten/singletons-base
haskellPackages.ghc96.singletons-base: unbreak
2024-07-09 22:33:46 +02:00
maralorn
e41416b504
haskellPackages.rhine: Fix build by bumping monad-schedule 2024-07-09 20:39:10 +02:00
maralorn
5a1fb43c16 haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-07-09 20:27:28 +02:00
Phillip Seeber
ea61ed3f21 haskellPackages.cpython: pin to python 3.11 2024-07-08 14:53:18 +02:00
sorki
05cecbfb69 haskellPackages.serialport unmark broken 2024-07-08 13:03:15 +02:00
Marc Scholten
57af7250bd haskellPackages.ghc96.singletons-base: unbreak 2024-07-07 13:59:51 -04:00
Marc Scholten
ceb36f32e3 haskellPackages.ghc98.ghc-syntax-highlighter: 0.0.11.0 -> 0.0.12.0 2024-07-07 12:59:36 -04:00
maralorn
c2ca1d98e9
haskell.packages.ghc98.haskell-language-server: Fix build 2024-07-07 18:04:24 +02:00
maralorn
4db6ab8aa6
haskell-language-server: Decrease set of packages to check ABI mismatches for
Inspired by: https://github.com/haskell/haskell-language-server/pull/3214#discussion_r979524591

It should be enough to check only for ghc and template-haskell

Fixes #321569
2024-07-07 17:15:24 +02:00
maralorn
03da332d60
haskell.packages.ghc92.haskell-language-server: Fix build 2024-07-07 17:11:50 +02:00
maralorn
a69a71913c
haskell-language-server: Fix build 2024-07-07 16:07:38 +02:00
maralorn
9208d0a630 haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-07-07 15:04:05 +02:00
maralorn
8db3977bdc
Merge pull request #324634 from mpscholten/fix-push-notification-apn
haskellPackages.push-notify-apn: unbreak
2024-07-07 10:44:08 +02:00
maralorn
d22ea95734
Merge pull request #324492 from peterbecich/fix-cabal-build
haskellPackages.cabal_3_12_0_0: fix build
2024-07-07 10:42:41 +02:00
Martin Weinelt
e7b1ee45cf
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/tools/misc/watchlog/default.nix
2024-07-06 01:52:35 +02:00
github-actions[bot]
2c20067f5d
Merge master into haskell-updates 2024-07-05 00:13:53 +00:00
Philip Taron
704677d109
haskellPackages: remove __attrsFailEvaluation, buildHaskellPackages, and generateOptparseApplicativeCompletions special cases 2024-07-04 15:28:48 -07:00
Marc Scholten
78254452e4 haskellPackages.push-notify-apn: unbreak 2024-07-04 14:44:24 -04:00
Peter Becich
cbf9f5268d
haskellPackages.cabal_3_12_0_0: fix build
closes: https://github.com/NixOS/nixpkgs/issues/324425
2024-07-04 10:05:23 -07:00
Domen Kožar
942e0062aa haskellPackages.lzma: fix build 2024-07-04 15:04:51 +01:00
maralorn
02d8901937
Merge pull request #324543 from rvl/haskell-updates-unpatch-haskell-gi
haskellPackages.haskell-gi: Drop obsolete patches
2024-07-04 15:49:40 +02:00
maralorn
e1e8341eba
Merge pull request #324403 from roosemberth/update-git-annex-hash
git-annex: Update hash
2024-07-04 15:41:48 +02:00
maralorn
384b7cc8d7
Merge pull request #324308 from slotThe/libmpd
haskellPackages.libmpd: Remove unnecessary patch
2024-07-04 15:32:23 +02:00
Alexandre Esteves
99f8dac5c8 haskellPackages.haskell-gi: remove patch 2024-07-04 13:56:56 +01:00
Alexandre Esteves
7dc2bf3078 haskellPackages.nix-thunk: remove patch 2024-07-04 13:56:56 +01:00
Alexandre Esteves
5dd8c86e8a haskellPackages.dependent-monoidal-map: remove patch 2024-07-04 13:56:56 +01:00
Alexandre Esteves
4e0eb06e66 haskellPackages.dependent-sum-aeson-orphans: remove patch 2024-07-04 13:56:56 +01:00
Alexandre Esteves
99dcf5cfc7 haskellPackages.proto3-wire: remove patch 2024-07-04 13:56:56 +01:00
Alexandre Esteves
cc6864b2c3 haskellPackages.aeson-gadt-th: remove patch 2024-07-04 13:56:55 +01:00
Alexandre Esteves
13e0dfb9bf haskellPackages.cli-git: remove patch 2024-07-04 13:56:55 +01:00
Alexandre Esteves
6e8433414a haskellPackages.gargoyle: remove jailbreak 2024-07-04 13:55:33 +01:00
maralorn
a34c7eb4a1
Merge pull request #323912 from peterbecich/fix-tomland
haskellPackages.tomland: fix build
2024-07-04 14:53:53 +02:00
maralorn
b7fdb93a83
Merge pull request #323823 from MangoIV/mangoiv/static-profiling-builds
haskell.lib.compose: don't disable library profiling in justStaticExecutables
2024-07-04 14:53:08 +02:00
maralorn
75bb5191a7
Merge pull request #323273 from mpscholten/fix-th-desugar
haskellPackages.ghc98: fix singletons packages
2024-07-04 14:50:29 +02:00
maralorn
3ce84d555d
Merge pull request #323117 from rvl/haskell-updates-arbtt-manpages
haskellPackages.arbtt: Build and install manpages
2024-07-04 14:48:46 +02:00
maralorn
c131d220ff
Merge pull request #322272 from alexfmpe/argon2
haskellPackages.argon2: fix build
2024-07-04 14:44:30 +02:00
maralorn
8f269a9553
Merge pull request #322008 from erdnaxe/safe-exceptions-strictdeps
haskellPackages.safe-exceptions: fix strictDeps build
2024-07-04 14:42:05 +02:00
Rodney Lorrimar
88898d9b8e
haskellPackages.gi-vte: Drop obsolete patch
The patch was released in gi-vte-2.91.33.
2024-07-04 19:42:19 +08:00
Rodney Lorrimar
4456a4eff9
haskellPackages.haskell-gi: Drop obsolete patch
The patch was released in haskell-gi-0.26.9.
2024-07-04 19:39:44 +08:00
Roosembert Palacios
6e291fc330
git-annex: Update hash
Signed-off-by: Roosembert Palacios <roosemberth@posteo.ch>
2024-07-04 07:40:02 +02:00
Felix Buehler
0a753aebc9 haskell-modules/generic-builder.nix: use runCommand instead of phases 2024-07-03 23:22:42 +02:00
Tony Zorman
fc6b91df58 haskellPackages.libmpd: Remove unnecessary patch
Merged in https://github.com/vimus/libmpd-haskell/pull/138
2024-07-03 10:09:35 +02:00
github-actions[bot]
da36c43e86
Merge master into haskell-updates 2024-07-03 00:14:14 +00:00
Peter Becich
bd04ba7524
haskellPackages.tomland: fix build
```
nix build .#haskellPackages.tomland
```
succeeds now
2024-07-01 17:52:40 -07:00
github-actions[bot]
3db0e826fc
Merge master into haskell-updates 2024-07-02 00:13:58 +00:00
Magnus Viernickel
110fb9b4b5
haskell.lib.compose: don't disable library profiling in justStaticExecutables 2024-07-01 17:50:29 +02:00
Jan Tojnar
5c5c20919b adwaita-icon-theme: Move from gnome scope to top-level
It is widely used outside gnome – although it probably should not be.
2024-07-01 08:26:46 +02:00
Jan Tojnar
8471cfbf67
Merge pull request #321785 from jtojnar/libgnome-keyring
libgnome-keyring: Unify
2024-07-01 08:05:39 +02:00
Marc Scholten
cd98282ebc haskellPackages.ghc98.th-desugar: jailbreak 2024-06-29 10:27:52 -07:00
Marc Scholten
45c7333061 haskellPackages.ghc98.singletons-base: 3.2 -> 3.3 and unbroken 2024-06-28 18:45:49 -07:00
Marc Scholten
c1ff97e362 haskellPackages.ghc98.singletons-th: 3.2 -> 3.3 2024-06-28 18:39:19 -07:00
Marc Scholten
169cac0283 haskellPackages.ghc98.th-desugar: 1.15 -> 1.16
With v1.16 the package is building again on GHC9.8
2024-06-28 18:29:36 -07:00
Rodney Lorrimar
b32e7f6e7c
haskellPackages.arbtt: Build and install manpages
Resolves #323030
2024-06-28 17:46:49 +08:00
github-actions[bot]
c4f87b60f5
Merge master into haskell-updates 2024-06-27 00:14:01 +00:00
Thomas Gerbet
08c21134cd pandoc: apply patch removing the usage of polyfill.io in the templates
If you output HTML with MathJax content Pandoc might uses a JS library
provided by cdn.polyfill.io which is now considered to be a bad actor.

https://sansec.io/research/polyfill-supply-chain-attack

Pandoc does not use this domain in recent versions but upgrading it
seems more complex right now especially if we consider backports to
the stable releases.
2024-06-26 23:06:44 +02:00
Alexandre Esteves
5f1eda1463 haskellPackages.argon2: fix build 2024-06-24 22:29:57 +01:00
Alexandre Iooss
7a36582458 haskellPackages.safe-exceptions: fix strictDeps build 2024-06-24 20:41:39 +02:00
maralorn
c66cab93ce
haskellPackages.hevm: Unmark broken 2024-06-24 09:28:16 +02:00
maralorn
b8011c83eb
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-06-23 22:34:55 +02:00
maralorn
196acc5f76
haskellPackages.cabal-gild: Fix eval 2024-06-23 22:33:37 +02:00
maralorn
236e21cee2
haskellPackages.cabal-gild: Fix override 2024-06-23 21:38:00 +02:00
maralorn
ef7f682c95
haskellPackages.fourmolu: Cleanup overrides 2024-06-23 21:32:36 +02:00
maralorn
aa9666901a
Merge pull request #303658 from hellwolf/hevm-0.53.0-fix
haskell-updates fixes: hevm
2024-06-23 20:42:04 +02:00
hellwolf
cccf2b33fe
haskellPackages.hevm: fix ghc96 build 2024-06-23 20:40:17 +03:00
maralorn
b9e4759dcd
haskellPackages: Fix whitespace 2024-06-23 19:08:43 +02:00
maralorn
0395915443
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-06-23 13:48:04 +02:00
maralorn
fab7b5e371
haskellPackages.crypton-x509: Drop obsolete patch 2024-06-23 13:42:34 +02:00
maralorn
102aadf228
haskellPackages.hourglass: Fix build and harmonize overrides 2024-06-23 13:36:28 +02:00
maralorn
7af87f035e
haskell.packages.ghc98.aeson: Fix eval 2024-06-23 13:05:12 +02:00
Jan Tojnar
859183c058 libgnome-keyring: move from gnome scope to top-level 2024-06-22 21:26:38 +02:00
maralorn
a1c4ac8972
haskellPackages: Fix eval errors 2024-06-22 14:55:25 +02:00
maralorn
af26d6bcab
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-06-22 14:38:47 +02:00
ners
a034c0b57a haskellPackages.lsp-client: unmark broken 2024-06-22 14:38:46 +02:00
github-actions[bot]
690b82a743
Merge master into haskell-updates 2024-06-22 00:13:41 +00:00
sternenseemann
7673ea46c6 haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-06-22 01:16:26 +02:00