Commit graph

499 commits

Author SHA1 Message Date
sternenseemann
d7a27f3189 haskellPackages.streamly-lmdb: drop obsolete override
cabal2nix can figure this connection out by itself.
2023-06-30 02:19:07 +02:00
github-actions[bot]
0aaf2b2ebc
Merge master into haskell-updates 2023-06-28 00:14:55 +00:00
Domen Kožar
122abb5f99 cachix: 1.5 -> 1.6 2023-06-27 18:41:47 +01: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
github-actions[bot]
0312d8f750
Merge master into haskell-updates 2023-06-22 00:13:26 +00: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
Weijia Wang
9a550b1364 haskellPackages: drop util-linux on darwin 2023-06-15 11:54:04 +03: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
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
21674281ac
haskellPackages.threadscope: enable separate bin output 2023-06-10 10:00:42 +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
Dennis Gosnell
910bf6138e haskellPackages.dyre: remove unneeded patch 2023-05-29 13:08:29 +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
Domen Kožar
ca831aeb74 cachix: 1.4.2 -> 1.5 2023-05-17 18:38:33 +01: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
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
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
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
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
maralorn
be99ff0da4 haskellPackages.scalendar: Fix eval 2023-05-01 02:24:09 +02:00
maralorn
f7e7809ad5 haskellPackages.gtk: Fix eval on darwin 2023-04-28 13:51:35 +02: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
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
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
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
Henning Thielemann
fa0a071b2e haskellPackages: add buildExamples Cabal flag to audacity, med-module, spreadsheet 2023-04-22 12:53:31 +02:00
Tristan McLeay
cc8b4a260b fourmolu: 0.10.0.0 -> 0.10.1.0
Restore bugfix release previously part of nixpkgs.
2023-04-18 14:59:03 +02:00
Ellie Hermaszewska
b308cfd396
haskellPackages.cachix: Correct hash 2023-04-07 07:15:12 +08:00
Domen Kožar
0373758bed cachix: 1.4.1 -> 1.4.2 2023-04-06 19:35:39 +01:00
maralorn
5ddf8ec5a8 haskell.packages.ghc94.haskell-language-server: Fix build 2023-04-03 15:11:05 +02:00
maralorn
637bbe5529 haskellPackages.haskell-language-server: Fix build for version 1.10 2023-04-03 12:19:37 +02:00
Robert Hensing
c2b2529148 haskellPackages.cachix_1_3_3: configure 2023-04-02 21:30:56 +02:00
maralorn
b2aabfd216 haskellPackages.haskell-language-server: Reorganize overrides 2023-04-01 15:44:31 +02:00