Domen Kožar
461a549036
cachix: 1.6 -> 1.6.1
2023-09-25 17:40:34 +01:00
Dennis Gosnell
b45794eb96
haskellPackages.twain: unbreak by overriding http2 deeply
2023-09-13 15:30:27 -04:00
Dennis Gosnell
7fc032e595
haskellPackages.aeson_2_2_0_0: get compiling
...
Originally from https://github.com/NixOS/nixpkgs/pull/254189
2023-09-11 07:45:57 -04:00
maralorn
0c2090dc71
Merge pull request #252899 from aidalgol/mailctl-fix
...
Unbreak mailctl
2023-09-06 20:05:08 +02:00
Aidan Gauland
fdc5f7e0cb
haskellPackages.twain: build against supported version of http2
2023-09-04 22:09:38 +12:00
sternenseemann
10e6c90caa
haskellPackages.hix: lift upper bound on path-io
2023-09-03 20:45:26 +02:00
sternenseemann
ae6630cb5b
haskellPackages.servant-foreign: allow hspec >= 2.10
2023-08-30 23:44:58 +02:00
maralorn
7dfb3949da
haskell.packages.ghc96.haskell-language-server: Fix build
2023-08-22 01:50:52 +02:00
maralorn
26d2cf5e3b
haskell-language-server: Fix build
2023-08-22 01:50:08 +02:00
sternenseemann
4788fa95f8
haskellPackages.spdx: apply patches for GHC >= 9.4
2023-08-21 20:00:04 +02:00
sternenseemann
c4bea42305
haskell-language-server: revert accidentally committed overrides
2023-08-21 17:52:00 +02:00
sternenseemann
1bf815d91c
git-annex: update sha256 for 10.20230802
2023-08-21 17:49:54 +02:00
sternenseemann
dba9d4e33a
haskellPackages.lsp_2_1_0_0: allow building individually
2023-08-20 00:26:52 +02:00
sternenseemann
1107a3960a
haskellPackages.bloomfilter: drop patches obsoleted by release
2023-08-18 23:24:17 +02:00
sternenseemann
3c62c4675e
taffybar: remove obsolete overrides
2023-08-18 10:36:21 +02:00
sternenseemann
d6bd89869e
arion: remove obsolete override
2023-08-18 10:19:15 +02:00
sternenseemann
ef2488f189
haskellPackages.yesod-core: remove obsolete override
2023-08-17 11:08:44 +02:00
sternenseemann
8d847a62ae
haskellPackages.pandoc-cli: reflect updates of dependencies
...
haskellPackages.pandoc: 3.1.6 -> 3.1.6.1
haskellPackages.tls: 1.7.0 -> 1.7.1
haskellPackages.http-client-tls: 0.3.6.2 -> 0.3.6.2
Stackage LTS updated to skylighting* 0.13.4.1.
2023-08-17 10:58:47 +02:00
sternenseemann
0a088cfd18
haskellPackages: reflect lsp-types 2.0.1.0 -> 2.0.1.1
2023-08-17 10:57:26 +02:00
sternenseemann
703e7bd432
haskellPackages.data-tree-print: relax upper bound on base
2023-08-17 09:31:57 +02:00
sternenseemann
2a93f44336
haskellPackages.czipwith: relax upper bound on base and t-h
2023-08-17 09:31:56 +02:00
sternenseemann
bac83374f1
haskellPackages.butcher: relax upper bound on base
2023-08-17 09:31:56 +02:00
sternenseemann
72573db36b
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1798556](https://hydra.nixos.org/eval/1798556 ) of nixpkgs commit [4a85282
](4a85282f9a
) as of 2023-08-16 14:32 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2023-08-16 18:30:47 +02:00
sternenseemann
ee21e35394
haskellPackages.nix-graph: relax bound on algebraic-graphs
2023-08-16 17:33:50 +02:00
sternenseemann
703fd72aab
haskellPackages.nix-deploy: lift upper bounds on text/turtle
2023-08-16 17:33:32 +02:00
sternenseemann
556e723ae1
haskellPackages.glualint: work around missing test data
2023-08-16 17:33:14 +02:00
sternenseemann
1422b80e21
haskell.packages.ghc8107.hspec_2_7_10: correct hspec-meta version
...
Unfortunately hspec 2.7 no longer compiles with GHC >= 9.4, so we hide
it in the Hydra jobset. It is preserved nonetheless, as it is used by
ghcjs (which still uses hspec 2.7 and GHC 8.10.7).
2023-08-16 14:53:01 +02:00
sternenseemann
821b63e6f0
haskellPackages.nixfmt: relax upper bounds
2023-08-16 14:51:06 +02:00
Dennis Gosnell
7000d9d454
Merge pull request #249372 from dalpd/fix-patat-build-3
...
haskellPackages.patat: Remove no longer needed patches
2023-08-16 08:22:13 +09:00
dalpd
807ebe04cb
haskellPackages.patat: Remove no longer needed patches
2023-08-15 21:31:34 +03:00
sternenseemann
892d1fbc85
haskellPackages.aeson: simplify overrides
2023-08-14 23:49:20 +02:00
sternenseemann
052d60c4f3
haskellPackages.aeson: disable test suite on 32bit platforms
...
The failures have to do with lowered double precision on such platforms.
They are reported upstream and will hopefully be fixed soon.
2023-08-14 23:49:20 +02:00
sternenseemann
44552f9e3c
haskellPackages.memory: fix build on i686 with GHC >= 9.4
...
Patch is conditional for now, so the rebuild only affects the relevant
platform.
2023-08-14 23:49:20 +02:00
sternenseemann
72ba1daaeb
haskellPackages.basement: fix build on i686 with GHC >= 9.4
...
Patches are conditional for now to prevent a big rebuild.
2023-08-14 23:49:20 +02:00
sternenseemann
cba189dc2f
haskellPackages.fclabels: allow 9.4 core pkgs and base-orphans-0.9.0
2023-08-09 21:27:48 +02:00
Manuel Bärenz
39fb5c360a
haskellPackages.monad-bayes: Jailbreak and override
2023-08-09 21:08:17 +02:00
maralorn
3f86662951
haskell.packages.ghc9{0,2}.haskell-language-server: Fix build
2023-08-08 22:49:51 +02:00
maralorn
9fda0fb7ec
haskellPackages.jsaddle-webkit2gtk: allow-newer: aeson, text
2023-08-08 16:04:05 +02:00
sternenseemann
f8ffc1dd4c
haskellPackages.yesod-core: temporarily disable broken tests
...
Compilation problem is fixed in a later version.
2023-08-07 17:33:37 +02:00
maralorn
2b55fad13c
haskellPackages.inline-c-cpp: drop obsolete patch
2023-07-29 12:47:10 +02:00
sternenseemann
c01fcb6b2e
arion: allow base >= 4.17
2023-07-27 11:29:52 +02:00
sternenseemann
9461adddf1
haskellPackages.hnix: make GHC 9.4 patch unconditional
2023-07-26 13:32:49 +02:00
Dennis Gosnell
645dfb80b8
stack: unset pin to Stackage LTS
2023-07-26 11:49:49 +09:00
sternenseemann
e31a4d909d
haskellPackages.hspec*_2_11_4: provide missing versioned deps
2023-07-25 20:57:39 +02:00
sternenseemann
52f0aec3f0
pandoc: provide matching version of skylighting{,-core}
...
Since 500b36d057
, there is a more recent
version of skylighting and skylighting-core available than Stackage LTS
contains. We'll have to manually provide matching versions for pandoc
3.1.6 again.
2023-07-25 20:37:12 +02:00
Dennis Gosnell
277bf961c3
Merge pull request #245174 from ncfavier/sym
...
haskellPackages.sym: disable tests
2023-07-25 13:05:24 +09:00
sternenseemann
b6e5f0095d
futhark: provide lsp >= 2.1
2023-07-25 02:21:57 +02:00
sternenseemann
500b36d057
all-cabal-hashes: 2023-07-19T20:56:38Z -> 2023-07-24T19:28:29Z
...
The main motivation for this is that the latest versions of hspec-core
and hspec-expectations got out of sync due to an unlucky timing on the
hackage snapshot update. As a consequence, we weren't able to build
cabal-install in some package sets. Additionally, this brings a version
of futhark that can be built with the lsp version we ship.
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
and maintainers/scripts/haskell/regenerate-hackage-packages.nix.
Additional changes:
* Adapt to new xhtml version (still doesn't match the version normally
shipped by the respective GHC as a core library).
* Adapt to new versions of hspec* and pandoc
2023-07-25 02:21:57 +02:00
sternenseemann
69516a90d6
gitit: drop upstreamed patches
2023-07-24 22:21:50 +02:00
Naïm Favier
bb835df448
haskellPackages.sym: disable tests
2023-07-24 13:43:02 +02:00