Commit Graph

9277 Commits

Author SHA1 Message Date
maralorn
cba957590c haskellPackages: stackage LTS 22.8 -> LTS 22.13
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2024-03-17 00:22:46 +01:00
maralorn
6d77935aaf haskellPackages.vaultenv: dontDistribute
Can’t disable it like usual because it is a non-hackage-package
2024-03-17 00:08:03 +01:00
maralorn
1e1576db20 haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1805046](https://hydra.nixos.org/eval/1805046) of nixpkgs commit [de22427](de22427884) as of 2024-03-16 22:33 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2024-03-16 23:42:26 +01:00
maralorn
b8ec29ee70 haskell.packages.ghc92.haskell-language-server: Fix build 2024-03-16 22:39:37 +01:00
maralorn
33fb613422 haskell.packages.ghc92.primitive-unlifted: Pin to fix build 2024-03-16 22:18:45 +01:00
maralorn
88d1021307 haskellPackages.reflex-dom: Fix build 2024-03-16 00:14:05 +01:00
sternenseemann
bc1d6b30af haskellPackages.hw-fingertree: unify overrides
The test suite problem is universal. The workaround for it also alleviates the problem with GHC 9.8
2024-03-13 13:25:12 +01:00
maralorn
d57266dd7b haskellPackages.reflex-dom-core: Fix build 2024-03-12 14:52:33 +01:00
Xinglu Chen
054ea240e2 haskellPackages.ipa: unbreak
Too restrictive upper bound.
2024-03-11 14:33:08 +01:00
a-n-n-a-l-e-e
ce789e7e35
llvmPackages_{12,13,14,15,16,17,git}.{libcxx,libcxxabi}: merge libcxxabi into libcxx (#292043)
- merge libcxxabi into libcxx for LLVM 12, 13, 14, 15, 16, 17, and git.
- remove the link time workaround `-lc++ -lc++abi` from 58 packages as it is no longer required.
- fixes https://github.com/NixOS/nixpkgs/issues/166205
- provides alternative fixes for. https://github.com/NixOS/nixpkgs/issues/269548 https://github.com/NixOS/nix/issues/9640
- pkgsCross.x86_64-freebsd builds work again

This change can be represented in 3 stages
1. merge libcxxabi into libcxx -- files: pkgs/development/compilers/llvm/[12, git]/{libcxx, libcxxabi}
2. update stdenv to account for merge -- files: stdenv.{adapters, cc.wrapper, darwin}
3. remove all references to libcxxabi outside of llvm (about 58 packages modified)

### merging libcxxabi into libcxx
- take the union of the libcxxabi and libcxx cmake flags
- eliminate the libcxx-headers-only package - it was only needed to break libcxx <-> libcxxabi circular dependency
- libcxx.cxxabi is removed. external cxxabi (freebsd) will symlink headers / libs into libcxx.
- darwin will re-export the libcxxabi symbols into libcxx so linking `-lc++` is sufficient.
- linux/freebsd `libc++.so` is a linker script `LINK(libc++.so.1, -lc++abi)` making `-lc++` sufficient.
- libcxx/default.nix [12, 17] are identical except for patches and `LIBCXX_ADDITIONAL_LIBRARIES` (only used in 16+)
- git/libcxx/defaul.nix  does not link with -nostdlib when useLLVM is true so flag is removed. this is not much different than before as libcxxabi used -nostdlib where libcxx did not, so libc was linked in anyway.

### stdenv changes
- darwin bootstrap, remove references to libcxxabi and cxxabi
- cc-wrapper: remove c++ link workaround when libcxx.cxxabi doesn't exist (still exists for LLVM pre 12)
- adapter: update overrideLibcxx to account for a pkgs.stdenv that only has libcxx

### 58 package updates
- remove `NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}` as no longer needed
- swift, nodejs_v8 remove libcxxabi references in the clang override

https://github.com/NixOS/nixpkgs/pull/292043
2024-03-11 03:53:37 -07:00
Peter Becich
641a1f5690
haskellPackages.safe-coloured-text-gen: unbreak 2024-03-10 13:24:51 -07:00
maralorn
84269dc031 haskellPackages.threadscope: Fix build 2024-03-10 13:47:16 +01:00
maralorn
13d10cc6e3 Drop support for iCalendar 2024-03-10 13:25:57 +01:00
maralorn
d6516b3ac9 haskellPackages.graphql-client: Disable tests 2024-03-10 13:04:01 +01:00
maralorn
e6bc4928bc haskellPackages.ghc-debug-brick: Fix build 2024-03-10 12:38:34 +01:00
Robert Hensing
cb0cca86cd Revert "haskellPackages.hercules-ci-*: update"
This reverts commit 029c7dda66.
2024-03-07 18:39:27 +01:00
Robert Hensing
0c666ea780 Revert "haskellPackages.openapi3: hotfix"
This reverts commit 0a87d8dbd9.
2024-03-07 18:39:24 +01:00
Robert Hensing
7d2a83e6c2 Merge branch 'master' into HEAD 2024-03-07 18:39:12 +01:00
Robert Hensing
773cc49413 haskellPackages.hercules-ci-cnix-*: nix_2_16 -> nix_2_19 2024-03-07 15:19:03 +01:00
Robert Hensing
0a87d8dbd9 haskellPackages.openapi3: hotfix
Updating this so that we go to an up to date and already tested
configuration of versions. Required by hercules-ci-api.
Part of the hercules-ci-cnix-* hotfix.
2024-03-07 15:19:03 +01:00
Robert Hensing
4890154f15 haskell-modules/non-hackage-packages.nix: Wire pkgs and haskellLib 2024-03-07 15:19:03 +01:00
Robert Hensing
029c7dda66 haskellPackages.hercules-ci-*: update 2024-03-07 15:19:03 +01:00
Peter Becich
7e0ba2d755
haskellPackages.ghcide-test-utils: unbreak
```
nix build .#haskellPackages.ghcide-test-utils
```
succeeds
2024-03-06 21:11:41 -08:00
sternenseemann
58f663052a haskellPackages.ghc-lib*: drop unused versions 2024-03-06 18:36:48 +01:00
sternenseemann
51a2290061 haskellPackages.fclabels: disable broken test suite 2024-03-05 00:21:02 +01:00
sternenseemann
fe92ebbaa8 haskellPackages.taffybar: add patch for newer scotty versions 2024-03-05 00:16:17 +01:00
sternenseemann
dece59d0df haskell.packages.ghc{94,96}.weeder: lift optparse-applicative bound
This problem should be resolved in the next version.
2024-03-05 00:15:32 +01:00
sternenseemann
0892a22d92 gitit: drop upstreamed patches 2024-03-05 00:07:57 +01:00
maralorn
77b55e7857
Merge pull request #293011 from rvl/haskell-updates-lts-22-reflex-gi-gtk
haskellPackages.reflex-gi-gtk: Fix the build
2024-03-03 16:02:45 +01:00
maralorn
d6f8a918b1 haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-03-03 15:54:03 +01:00
maralorn
648a3bf615 Merge branch 'haskell-updates' into haskell-pg-tests 2024-03-03 15:21:27 +01:00
Rodney Lorrimar
af70a90e8e
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-03-03 19:47:11 +08:00
Rodney Lorrimar
507266bd8d
haskellPackages.reflex-gi-gtk: Fix the build 2024-03-03 19:43:05 +08:00
Peter Becich
308691f3fe
haskellPackages.semaphore-compat: removed from broken.yaml, build fixed 2024-03-02 23:33:43 -08:00
maralorn
b86ba9a18e
Merge pull request #292738 from rvl/haskell-updates-lts-22-ema
haskellPackages.emanote: Fix the build
2024-03-02 21:52:09 +01:00
Rodney Lorrimar
97dc555957
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-03-02 22:32:45 +08:00
Rodney Lorrimar
d26becd0ac
haskellPackages.emanote: Fix build with jailbreaks and patch 2024-03-02 22:32:41 +08:00
Rodney Lorrimar
5c063245d4
haskellPackages.ema: More jailbreaks to fix the build 2024-03-02 14:33:02 +08:00
Rodney Lorrimar
ada45da783
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-03-02 14:17:42 +08:00
Rodney Lorrimar
de7dc98e0f
haskellPackages.reflex-ghci: jailbreak to fix build
This commit also fixes reflex-vty and reflex-process.
2024-03-02 14:17:12 +08:00
sternenseemann
c014c04d4a haskellPackages.feed: allow base-compat-0.13
https://github.com/haskell-party/feed/issues/66#issuecomment-1965516871
2024-02-29 00:50:50 +01:00
Robert Hensing
bfd910008f haskell.packages.ghc98.hiedb: dontCheck
Symbol syntax seems to have changed in 9.8, removing a seemingly
redundant colon; appears to be an overspecified assertion.
See https://github.com/wz1000/HieDb/issues/74
2024-02-28 18:34:34 +01:00
Rodney Lorrimar
ef24420fdd
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-02-28 14:23:07 +08:00
Rodney Lorrimar
9a38f36b7e
haskellPackages.dhall-lsp-server: use latest revision from git 2024-02-28 14:22:59 +08:00
github-actions[bot]
f3c1e18cf3
Merge master into haskell-updates 2024-02-28 00:12:11 +00:00
Rodney Lorrimar
0374457c36
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-02-28 07:35:32 +08:00
Rodney Lorrimar
0bb731d7b6
haskellPackages.haskell-language-server: Correct dependency versions
The extra-packages version of `lsp_1_4_0_1` in
configuration-hackage2nix/main.yaml causes `lsp` to receive the latest
version from Hackage, not the LTS version.

This commit pushes `lsp` back to 2.3.0.0 from 2.4.0.0. The package
`lsp-test` needs similar treatment.
2024-02-28 07:35:13 +08:00
Domen Kožar
cbf81d66bd Revert "cachix: 1.7 -> 1.7.1"
This reverts commit c6da730ebb.
2024-02-27 04:20:17 +00:00
maralorn
7e03e8c815
Merge pull request #291517 from peti/t/ghc-9.8.x-fixes
Fix xmonad, hlint, and hoogle in ghc-9.8.x package set
2024-02-26 12:53:17 +01:00
maralorn
a95aa9cb44
Merge pull request #287794 from wolfgangwalther/dont-check-if
haskellPackages: Avoid re-enabling previously disabled tests
2024-02-26 12:50:27 +01:00
maralorn
4ca70ee28f
Merge pull request #289469 from t4ccer/t4/containers-unicode-symbols/fix
haskellPackages.containers-unicode-symbols, haskellPackages.numerals-base: unbreak
2024-02-26 12:41:25 +01:00
Wolfgang Walther
72e03b91ea
haskellPackages: add dontCheckIf helper
Using this helper will prevent introducing problematic doCheck = condition overrides,
which accidentally re-enable previously disabled tests.
2024-02-26 12:32:02 +01:00
Wolfgang Walther
df284fa43c
haskellPackages: avoid re-enabling previously disabled tests
The intent of all doCheck = <condition>, where condition is possibly true, is to disable
the tests in a specific case. However, as currently written, this also has the effect of
re-enabling the tests, even if they have been disabled by an override before, e.g. to
mkDerivation.

This also affects the default value given in mkDerivation, which is !isCross. Before this
change, aeson for example, would have been built with tests when cross-compiling, which
was not intended.

The proper way is to set the doCheck = false attribute only conditionally, and otherwise
rely on a previous override or the default value given in mkDerivation.
2024-02-26 12:32:02 +01:00
maralorn
e533928816
Merge pull request #284490 from wolfgangwalther/hackage-direct-revision
haskell-modules: Add revision argument to callHackageDirect
2024-02-26 12:19:15 +01:00
Peter Simons
58ea15575b bsb-http-chunked: disable tests in ghc-9.8.x package set to fix the build
https://github.com/sjakobi/bsb-http-chunked/issues/45
2024-02-26 08:44:37 +01:00
Peter Simons
858108a105 hlint: update to version 3.8 in ghc-9.8.x package set to fix the build 2024-02-26 08:44:15 +01:00
Peter Simons
638a3c85f4 libmpd: patch ghc-9.8.x version of the build to support text-2.1.x 2024-02-26 08:21:06 +01:00
Peter Simons
27450315a6 xmonad: update to version 0.18.0 in ghc-9.8.x package set to fix the build 2024-02-26 08:18:32 +01:00
github-actions[bot]
70706e07ef
Merge master into haskell-updates 2024-02-26 00:12:47 +00:00
Domen Kožar
c6da730ebb cachix: 1.7 -> 1.7.1 2024-02-25 01:29:19 +00:00
Robert Hensing
36d3a29265 haskell.packages.ghc96: jailbreak break 2024-02-19 07:54:31 +01:00
maralorn
9d7341dc18
Merge pull request #287483 from rvl/haskell-updates-gi-gtk4
haskellPackages.gi-gtk_4: Build fixes
2024-02-18 19:55:16 +01:00
t4ccer
a91725da55
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-02-16 23:58:07 -07:00
t4ccer
37491e71ba
haskellPackages.numerals-base: unbreak 2024-02-16 23:58:07 -07:00
t4ccer
65c7cdc3a7
haskellPackages.containers-unicode-symbols: unbreak 2024-02-16 23:44:37 -07:00
Naïm Favier
f4bce3c817
haskellPackages.xmonad-contrib: drop obsolete patch 2024-02-14 14:39:53 +01:00
Robert Hensing
1309fb0e37 haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-02-13 01:32:58 +01:00
Robert Hensing
145ce21eb5 haskellPackages: Clean up brick extra-packages entries 2024-02-13 01:32:58 +01:00
Robert Hensing
bc242d50b4 haskellPackages.matterhorn: 50200.19.0 -> 90000.0.0 2024-02-13 01:32:58 +01:00
Robert Hensing
45efe09c2d haskellPackages.matterhorn: Remove redundant overrides 2024-02-13 01:32:58 +01:00
Robert Hensing
86db6149e4 haskellPackages.mattermost-api: Remove all overrides
They're all included in last week's release, 90000.0.0.
2024-02-13 01:32:58 +01:00
Wolfgang Walther
747424168c
haskell-modules: add revision argument to callHackageDirect
Previously, callHackageDirect was only able to fetch the first revision
of a package.

Resolves #134747
2024-02-11 19:02:59 +01:00
maralorn
ae4bf92549
Merge pull request #286941 from wolfgangwalther/haskell-modules
Improvements to haskell-modules/generic-builder
2024-02-10 11:08:42 +01:00
Rodney Lorrimar
081f32d2ae
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-02-10 16:56:51 +08:00
Rodney Lorrimar
d06425d779
haskellPackages.gi-adwaita: Build fixes 2024-02-10 16:56:50 +08:00
Rodney Lorrimar
5ae2fba1b1
haskellPackages.gi-gtk_4: Build fixes 2024-02-10 16:55:55 +08:00
Jack Kelly
28fc434ed4 haskellPackages.hal: Not broken
Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2024-02-08 15:27:38 +01:00
Wolfgang Walther
a2083c748f
haskellPackages.mkDerivation: refactor to use enableFeature for stripping 2024-02-08 14:39:03 +01:00
Wolfgang Walther
0e18284132
haskellPackages.mkDerivation: pass -split-sections when cross-compiling
This works around #286285 by passing --enable-split-sections instead of ghc-options.
2024-02-08 14:39:03 +01:00
Wolfgang Walther
9d57ec90d6
haskellPackages.mkDerivation: remove some empty lines and default arguments 2024-02-08 14:39:02 +01:00
Wolfgang Walther
eb56edbce0
haskellPackages.mkDerivation: remove version checks for unsupported GHC
Most of the version checks for GHC can be removed, because they target versions
which are not part of nixpkgs anymore.
2024-02-08 14:39:02 +01:00
Rodney Lorrimar
7d25d060eb
haskellPackages.package-version: Not broken 2024-02-08 12:48:12 +01:00
Wolfgang Walther
16209df165 haskellPackages.postgresql-libpq: Use pkg-config instead of pg_config to find libpq
During configure, postgresql-libpq's Setup.hs will try to execute pg_config to
find libpq. This will not work when cross-compiling, because pg_config was compiled
for the target system, but needs to run on the host.

The "use-pkg-config" flag allows to do this via pkg-config instead, which works
better in those cases.
2024-02-08 12:47:23 +01:00
Naïm Favier
388426667a
haskellPackages.nix-serve-ng: apply patch 2024-02-07 12:29:48 +01:00
Naïm Favier
b9341ddc6f
haskell.packages.ghc94.hw-fingertree: don't check 2024-02-07 11:03:49 +01:00
Naïm Favier
68ee161b90
haskell.packages.ghc94.ghc-exactprint: pin to 1.6.1.3 2024-02-07 10:17:17 +01:00
maralorn
b9cae33009 haskellPackages.cabal2nix-unstable: 2024-01-04 -> 2024-02-05 2024-02-05 23:32:27 +01:00
maralorn
363e86a7d7
Merge pull request #286314 from dalpd/dad-fix-ascii
haskellPackages.ascii: Apply patches to ascii dependencies
2024-02-04 19:08:11 +01:00
Deniz Alp Durmaz
05a3a5084c
haskellPackages.ascii: Apply patches to ascii dependencies
Hedgehog upper boundaries are too restrictive on a couple of ascii's
dependencies, this applies two PRs from upstream as patches.
2024-02-04 19:55:29 +02:00
Daniel Rolls
f90f6e6f93 specup: init 2024-02-04 14:52:58 +00:00
github-actions[bot]
05ce1c8cd3
Merge master into haskell-updates 2024-02-01 00:13:01 +00:00
maralorn
5e9a1bf872 haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-01-31 19:50:48 +01:00
maralorn
7d3e9df619 haskellPackages: stackage LTS 22.7 -> LTS 22.8
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2024-01-31 19:37:58 +01:00
Naïm Favier
9965571f37
Merge pull request #279188 from ncfavier/agda-debug
agda: enable debug printing
2024-01-31 12:22:27 +01:00
github-actions[bot]
c2791e85de
Merge master into haskell-updates 2024-01-29 00:12:49 +00:00
Naïm Favier
725488cb7a
haskellPackages.reflex-dom: remove obsolete jailbreak 2024-01-27 21:11:46 +01:00
annalee
1deaf13cb8
haskellPackages.llvm-hs: unpin llvm_9
according  https://hydra.nixos.org/build/233205149 the first broken
build of llvm-hs was in 2022-02-18 09:30:43. unpin llvm_9 so LLVM9 can
be removed from nixpkgs
2024-01-27 18:44:43 +00:00
Daniel Rolls
43231111d2 haskellPackages.specup add maintainer 2024-01-27 14:40:50 +00:00
maralorn
57b7a9f1a6 haskellPackages.paths: Drop maralorn as maintainer 2024-01-26 00:47:56 +01:00
maralorn
491762e53c
Merge pull request #283858 from endgame/heist-not-broken
haskellPackages.heist: not broken
2024-01-26 00:13:51 +01:00
Jack Kelly
541965b5ba haskellPackaages.heist: Not broken 2024-01-26 07:10:22 +10:00
maralorn
a4af1f8d35 haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-01-25 21:57:25 +01:00
maralorn
c55268218e haskell-language-server: Fix build 2024-01-25 21:50:36 +01:00
maralorn
f1030af6eb haskellPackages: Cleanup overrides for older ghc versions 2024-01-25 21:50:36 +01:00
sorki
e0801b2b7e haskellPackages.lens-family-th: drop doJailbreak
New version released last week that is compatible up to GHC 9.8
https://hackage.haskell.org/package/lens-family-th-0.5.3.1/changelog
2024-01-25 10:09:04 +01:00
sternenseemann
ffd987eef9 haskellPackages.apecs-physics: remove broken flag 2024-01-25 01:06:53 +01:00
maralorn
11ae33fc72
Merge pull request #281731 from thielema/patch-10
haskellPackages.cabal-plan: jailbreak
2024-01-24 21:09:44 +01:00
Naïm Favier
b568b8df52
haskellPackages.niv: add patches 2024-01-24 11:17:23 +01:00
Naïm Favier
1deacca27e
haskellPackages.tree-diff: disable tests
https://github.com/haskellari/tree-diff/issues/79
2024-01-24 11:02:58 +01:00
sternenseemann
0e756e65d5 haskell.compiler.ghc96: 9.6.3 -> 9.6.4
https://www.haskell.org/ghc/blog/20240109-ghc-9.6.4-released.html

Co-authored-by: Ben Gamari <ben@smart-cactus.org>
2024-01-23 21:05:01 +01:00
Naïm Favier
e6507a8ff6
haskellPackages.unicode-data: disable tests 2024-01-23 17:52:53 +01:00
Naïm Favier
8be055c0fc
Merge pull request #281720 from evenbrenden/jailbreak-unleash-client-haskell
unleash-client-haskell: Jailbreak
2024-01-23 10:00:46 +01:00
Even Brenden
b6811e3064 haskellPackages.unleash-client-haskell: jailbreak 2024-01-23 08:33:32 +01:00
Naïm Favier
e2d3798b2f
haskellPackages: fix eval 2024-01-22 23:18:35 +01:00
sternenseemann
b2dcc590a7 haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-01-22 15:14:41 +01:00
sternenseemann
029662af3e haskellPackages: stackage LTS 22.4 -> LTS 22.7
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2024-01-22 15:14:41 +01:00
Peter Becich
8210984dfc
haskellPackages: hie-bios 0.12.1 -> 0.13.1, implicit-hie 0.1.2.7 -> 0.1.4.0
ghcide no longer depends on implicit-hie < 0.1.3
and ghcide now requires hie-bios 0.13
26079b56dd/ghcide/ghcide.cabal (L84)

This should help fix `ghcide`:
https://github.com/haskell/haskell-language-server/issues/3994#issuecomment-1902271812
https://github.com/NixOS/nixpkgs/issues/282411
2024-01-20 15:16:18 -08:00
Deniz Alp Durmaz
05abc0d3ef haskellPackages.svgcairo: Set revision to null
There's a hackage revision adding an upper bound on librsvg-2.0, which would
be unavailable on haskell-updates, so still need the patches being applied.
2024-01-20 16:34:21 +01:00
Deniz Alp Durmaz
c7c93d47ac haskellPackages.espial: Remove no longer needed patch 2024-01-20 16:33:34 +01:00
Rodney Lorrimar
5f48a7d0f1 haskellPackages.arbtt: Drop already-applied patch 2024-01-20 16:31:54 +01:00
thielema
2ae5dc0472 haskellPackages.cabal-plan: jailbreak 2024-01-18 18:06:11 +01:00
sternenseemann
ea3a560ba6 haskellPackages.general-allocate: remove broken flag 2024-01-18 16:39:06 +01:00
sternenseemann
778125d9b0 all-cabal-hashes: 2024-01-15T09:56:31Z -> 2024-01-18T12:46:00Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
and maintainers/scripts/haskell/regenerate-hackage-packages.sh.
2024-01-18 14:44:50 +01:00
sternenseemann
b53d8e6cdb haskell.compiler.ghc964: init at 9.6.4
https://www.haskell.org/ghc/blog/20240109-ghc-9.6.4-released.html

Not updating the default GHC version yet to prevent a huge rebuild.
2024-01-18 14:21:23 +01:00
Robert Hensing
b3213201ae haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-01-17 00:47:17 +01:00
Robert Hensing
20e38d06e8 haskellPackages.openapi3: Unmark broken 2024-01-17 00:47:17 +01:00
sternenseemann
4ab4021420 git-annex: manually install man pages
Setup.hs no longer installs the man pages via unix-compat. Instead, this
has to be done manually-ish via the Makefile.

Move passthru to configuration-nix.nix.
2024-01-16 23:57:45 +01:00
sternenseemann
bb0e433d01 haskell.packages.ghc96.mmark: work around codegen issue on aarch64 2024-01-16 21:17:56 +01:00
sternenseemann
76a419433f haskellPackages.utf8-light: allow hspec 2.11 2024-01-16 21:17:56 +01:00
sternenseemann
bbf7b3af60 matterhorn: 50200.19.0 -> unstable-2024-01-11
haskellPackages.mattermost-api: 50200.19.0 -> unstable-2024-01-11

Unfortunately, it is a bit of a nightmare to get matterhorn to work with
Stackage LTS 22 without picking so much from its development branch that
it can no longer be called patching…

Luckily this is relatively unproblematic, also in the case of
mattermost-api, since the packages form a unit that nothing else really
depends on. There is a regression in matterhorn regarding stty handling
compared to the stable release, though:
2ede0d6f71
2024-01-16 21:14:57 +01:00
Janus Troelsen
376561d96f haskellPackages.{haskintex,profiteur}: unmark broken 2024-01-15 11:17:39 -06:00
Janus Troelsen
c0a8edd289
haskell.packages.ghc96: Remove unnecessary jailbreaks 2024-01-15 09:42:07 -06:00
Domen Kožar
bc98a9a450 bv-little builds 2024-01-15 15:22:02 +00:00
Dennis Gosnell
fa2376a0b9
haskellPackages.tcod-haskell: mark as only supported on linux 2024-01-15 21:53:32 +09:00
Naïm Favier
224a341c21
haskellPackages.irc-{conduit,client}: use crypton-connection 2024-01-15 13:31:11 +01:00
Naïm Favier
b3f76d0ef6
haskell-language-server: fix build with hiedb 0.5 2024-01-15 13:19:02 +01:00
Naïm Favier
0db3a34bfd
haskellPackages.pandoc-crossref: remove obsolete pin 2024-01-15 12:58:48 +01:00
Naïm Favier
17af309f17
haskellPackages.hoogle: use safe 0.3.20 2024-01-15 12:19:28 +01:00
Naïm Favier
a8c5755f37
haskellPackages.hiedb: remove obsolete override 2024-01-15 12:18:39 +01:00
Naïm Favier
d2aae77168
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-01-15 12:07:46 +01:00
Naïm Favier
83c6ef3b9c
haskellPackages.extensions: jailbreak
Allow building with hspec-hedgehog 0.1.1.0 https://github.com/kowainik/extensions/pull/92
2024-01-15 12:03:03 +01:00
Robert Hensing
488534ae5e haskellPackages.postgresql-simple-migration: Enable check 2024-01-15 11:59:00 +01:00
Robert Hensing
0dd36ea5c3 haskellPackages.users-postgresql-simple: Enable check 2024-01-15 11:59:00 +01:00
Robert Hensing
12981b81a8 haskellPackages.postgresql-simple: Enable check 2024-01-15 11:59:00 +01:00
Naïm Favier
83387128d7
haskellPackages.crypton-connection: remove obsolete override 2024-01-15 10:54:43 +01:00
Naïm Favier
c4a42ee029
haskellPackages.hnix: allow free 5.2 2024-01-15 10:54:01 +01:00
Dennis Gosnell
2721b45014
haskellPackages.brick: disable tests 2024-01-15 18:40:22 +09:00
Dennis Gosnell
65b9499b84
haskellPackages.tar-conduit: temporarily pin to 0.4.1 to fix correctness bug 2024-01-15 18:04:26 +09:00
Domen Kožar
b2ccdee124 regenerate haskell packages 2024-01-14 21:15:38 +00:00
Domen Kožar
03a44807b4 unblock proto-lens-protoc 2024-01-14 20:37:04 +00:00