Commit Graph

2336 Commits

Author SHA1 Message Date
maralorn
dc4ab29a43 haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1808369](https://hydra.nixos.org/eval/1808369) of nixpkgs commit [f3583fa](f3583fa38b) as of 2024-08-19 22:22 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2024-08-20 00:24:29 +02:00
maralorn
0d8a0ced88
haskellPackages: Fix eval errors 2024-08-20 00:08:19 +02:00
Rodney Lorrimar
f18afac329
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-08-18 16:33:27 +08:00
sternenseemann
5580883b26 haskellPackages.hnix-store-remote: restrict to 0.6.*
hnix 0.17.0 requires hnix-store-remote < 0.7 at the moment, so we'll
stay with this version until a new hnix version is released.

I noticed that there is something sort of wrong with hnix in nixpkgs. We
have a constraint from Stackage on hnix-store-core (and no other
package) which doesn't match the rest of the hnix packages as we need to
use hnix-store-core == 0.6.*. It may be prudent to check why this
constraint is in Stackage and whether we can downgrade to 0.6.*. It
seems to me that the store 0.8.* packages are not ready yet, i.e. no
support from hnix. hnix-store-core == 0.7.* seems to be a strange
version that hasn't really any other matching packages.
2024-08-17 12:44:53 +02:00
Alexandre Esteves
c6aa022e6a haskellPackages.posix-api: jailbreak to unbreak 2024-08-16 01:26:32 +01:00
maralorn
aca871629f haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-08-13 23:01:38 +02:00
maralorn
eecbc8d240
haskellPackages.xnobar: Disable on darwin 2024-08-13 22:46:52 +02:00
Rodney Lorrimar
cc49d6c0e5
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-08-09 14:45:34 +08:00
maralorn
7ab80dafd9 haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-07-31 23:21:41 +02:00
maralorn
269d73766f haskellPackages: Mark packages with failed builds broken 2024-07-31 23:01:19 +02:00
Dennis Gosnell
6b3e2a4fbd stack: pin to hpack-0.36.0
This is necessary to make sure that `stack` distributed from Nixpkgs
uses the same `hpack` version as `stack-2.15.7` as distributed upstream.

This commit fixes the `tests.haskell.upstreamStackHpackVersion` test.
2024-07-27 14:08:47 +09:00
maralorn
bdecf6fd33 haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-07-25 23:29:50 +02:00
maralorn
00e2f1e748
Merge pull request from alexfmpe/pipes-aeson
haskellPackages.pipes-aeson: fix build
2024-07-25 23:04:34 +02:00
maralorn
42223ca763
Merge pull request from Profpatsch/purescript-unbreak
Purescript unbreak
2024-07-25 23:01:23 +02:00
maralorn
ec5bc77b2c
Merge pull request from mpscholten/fix-pdftotext
haskellPackages.pdftotext: break
2024-07-25 22:52:58 +02:00
maralorn
6dd4fde86e
Merge pull request from alexfmpe/large-records
haskellPackages.large-records: adjust to new release
2024-07-25 22:49:05 +02:00
sternenseemann
9919b666ab haskell.packages.ghc{96,98}.cabal-install: fix build of 3.12
With cabal-install >= 3.12, we need to adjust our cabal-install overlay
once again.

- Due to the new dependency semaphore-compat, which appears to require
  unix >= 2.8 it is very difficult to get to work for GHC < 9.6 (but
  probably possible). Technically, using pkgs.cabal-install should
  always be fine, so there's no strict need for cabal-install to work
  with every GHC. Let's drop support for GHC < 9.6 for now.

- Make sure that cabal-install-solver also uses the latest version
  always.

- Due to Cabal 3.12, we need to deviate from Stackage for
  hackage-security. cabal-install does support the standard version of
  resolv now, though.
2024-07-25 16:54:51 +02:00
Marc Scholten
99181fe913 haskellPackages.pdftotext: unbreak
Fixes https://github.com/NixOS/nixpkgs/issues/319365

Build of pdftotext was broken caused by a recent cabal change introduced via https://github.com/haskell/cabal/pull/9200
2024-07-24 11:10:28 -07:00
Profpatsch
f7dd6b8f2a purenix: unbreak package by adapting to purescript 0.15.12
purenix has not been updated in a while. My fix was “merged into a
staging branch” (read: ignored) because their nix setup is broken.

https://github.com/purenix-org/purenix/pull/60
2024-07-22 18:50:36 +02:00
Profpatsch
afce93f732 purescript: unbreak package by fixing imports for new mtl
mtl decided to un-export `Control.Monad` and `Data.Monoid`, which in
itself is fine, but of course it breaks everything.
2024-07-22 18:50:35 +02:00
Alexandre Esteves
8bb380efbb haskellPackages.pipes-aeson: fix build 2024-07-21 14:32:51 +01:00
Alexandre Esteves
5b25c2ab26 haskellPackages.avro: unbreak with upstream patch 2024-07-21 00:23:41 +01:00
Alexandre Esteves
a0e8537975 haskellPackages.large-records: adjust to new release 2024-07-20 18:27:05 +01: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
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
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
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
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
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
sorki
05cecbfb69 haskellPackages.serialport unmark broken 2024-07-08 13:03:15 +02:00
maralorn
c2ca1d98e9
haskell.packages.ghc98.haskell-language-server: Fix build 2024-07-07 18:04:24 +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
75bb5191a7
Merge pull request from mpscholten/fix-th-desugar
haskellPackages.ghc98: fix singletons packages
2024-07-04 14:50:29 +02:00
maralorn
c131d220ff
Merge pull request from alexfmpe/argon2
haskellPackages.argon2: fix build
2024-07-04 14:44:30 +02:00
github-actions[bot]
3db0e826fc
Merge master into haskell-updates 2024-07-02 00:13:58 +00: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
Alexandre Esteves
5f1eda1463 haskellPackages.argon2: fix build 2024-06-24 22:29:57 +01: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
ef7f682c95
haskellPackages.fourmolu: Cleanup overrides 2024-06-23 21:32:36 +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
Jan Tojnar
859183c058 libgnome-keyring: move from gnome scope to top-level 2024-06-22 21:26:38 +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