3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

2870 commits

Author SHA1 Message Date
sternenseemann 70567f6709 haskellPackages.gitit: allow newer pandoc, skylighting, hoauth2 2022-12-07 22:30:59 +01:00
Weijia Wang 9de7befdb2 haskellPackages.postgrest: 9.0.1 -> 10.1.1 2022-12-02 19:32:27 +01:00
Robert Hensing da7988fe44 Revert "haskellPackages.type-errors: apply upstream patch for 9.2"
The patches have been merged, released, and pulled in by hackage2nix.

This reverts commit fc4cfafbb4.
2022-12-02 11:23:38 +00:00
sternenseemann ca6af0b613 dhall-nixpkgs: allow building with hnix 0.16 2022-11-30 21:53:09 +01:00
sternenseemann ec89642673 dhall-nix: patch for compatibility with hnix 0.16 2022-11-30 21:53:09 +01:00
sternenseemann 21c4d08cd6 haskellPackages.hnix: 0.14.0.8 -> 0.16
0.14 doesn't seem to be buildable with LTS 20 / GHC 9.2, so we'll have to
try and upgrade. I've also downgraded hnix-store* globally mostly because
it was kind of silly to have them on latest before – those packages are
not really used independently of hnix.
2022-11-30 21:53:09 +01:00
Artur Cygan b05635daf6 haskellPackages: unbreak selected packages 2022-11-28 19:42:37 +01:00
Dennis Gosnell b239a47c8d
haskellPackages.vinyl-updates: remove unused override 2022-11-27 17:23:35 -05:00
Artur Cygan a3b01f7434 haskellPackages: unbreak selected packages 2022-11-27 20:18:23 +01:00
Artur Cygan 560818fddf haskellPackages: configuration common cleanup 2022-11-27 03:48:59 +01:00
sternenseemann 2c0e0d2b1c haskellPackages: move purescript override block into inherit
Since the “purescript block” was at the end of the file before (after a
set update), a lot of unrelated overrides where added to it
accidentally, leading to a confusing collection of overrides in there.
With the inherit method of establishing a shared scope for a handful of
overrides this should no longer be a problem.
2022-11-26 23:51:54 +01:00
sternenseemann a2da422ee3 haskellPackages.purescript: drop unnecessary overrides
We no longer need to fiddle around with the broken flag, as the package
is in the default set now.
2022-11-26 23:49:20 +01:00
sternenseemann d3b5468d9a haskell.packages.ghc8107.purescript-*st: mark as broken
These packages are not really used by anything anymore (except dovetail
which has not been working (ever?)). As they now choke on the
base-compat version we ship, we'll mark them as broken.
2022-11-26 23:49:17 +01:00
sternenseemann 444c0d0206 haskellPackages.purenix: adjust override for pure purescript dep
Before, purenix relied on purescript-*st which is no longer the case. It
now depends on the main purescript package and needs to inherit its
overrides.
2022-11-26 23:48:34 +01:00
sternenseemann 755ae77ecc haskellPackages.text-format: drop upstreamed patch 2022-11-26 22:53:54 +01:00
sternenseemann 446357bcca haskell-ci: allow Stackage LTS-20 dependency version 2022-11-26 12:40:05 +01:00
sternenseemann 685e53f56e haskellPackages.Unique: allow hashable 1.4.* 2022-11-26 12:14:47 +01:00
Dennis Gosnell 561e8fdcf3
stack: remove overrides 2022-11-25 22:07:50 -05:00
Dennis Gosnell 597ed02231
haskellPackages.hspec-contrib: dontCheck 2022-11-25 22:01:14 -05:00
sternenseemann 4d26fe5c57 haskellPackages.hashing: allow bytestring-0.11.* 2022-11-24 15:55:44 +01:00
sternenseemann b76addd0d5 haskellPackages.irc-{client,conduit}: lift upper bound on time and bytestring 2022-11-24 15:37:59 +01:00
sternenseemann 07ac1b4fa0 haskellPackages.tasty-discover: disable broken test suite 2022-11-24 15:37:59 +01:00
sternenseemann 521c788e8f haskellPackages.multipart: allow bytestring-0.11 2022-11-24 15:37:59 +01:00
Naïm Favier 1d8f8eaf38 haskellPackages.haskell-language-server: add missing dep
This is needed because hackage2nix doesn't know we want to disable the
`auto` flag, so it adds the wrong dependencies.
2022-11-24 15:32:48 +01:00
sternenseemann 3d095b8b6e haskellPackages.singleton-th: allow th-desugar-1.14 2022-11-24 15:11:26 +01:00
sternenseemann fc4cfafbb4 haskellPackages.type-errors: apply upstream patch for 9.2 2022-11-24 03:36:00 +01:00
sternenseemann b48e351eeb haskellPackages.wide-word: lift constraint on hedgehog 2022-11-24 03:13:51 +01:00
sternenseemann 26f659e65f haskellPackages.mbox: fix build for time >= 1.10
Patch proposed to upstream via email, using a trivial replacement
as suggested in the time documentation.
2022-11-22 19:25:08 +01:00
Dennis Gosnell bdfbb16f93 haskellPackages.linear-base: remove unnecessary overrides 2022-11-22 13:15:45 +09:00
Dennis Gosnell 359553ebbb haskellPackages.flat: remove unnecessary overrides 2022-11-22 12:34:58 +09:00
Dennis Gosnell e34601f42e haskellPackages.heist: remove unnecessary overrides 2022-11-22 12:29:10 +09:00
Dennis Gosnell eb935bc540 haskellPackages.vinyl: remove unnecessary override 2022-11-22 11:27:46 +09:00
Naïm Favier cd55072f6a
lambdabot: remove upstreamed patches 2022-11-21 23:46:30 +01:00
Naïm Favier cfd3e36aaf
haskellPackages.oeis: jailbreak 2022-11-21 23:46:30 +01:00
Naïm Favier ea84ce7593
haskellPackages: fixes 2022-11-21 15:32:41 +01:00
sternenseemann 51990439e9 hpack: work around test suite choking on CRLF 2022-11-21 14:48:49 +01:00
zowoq 7505248de3 Revert "haskellPackages.hercules-ci-agent: add patch"
This reverts commit 34f6edc870.

patch is included in 0.9.8
2022-11-20 18:57:12 +10:00
sternenseemann 01ce03efa4 haskellPackages.monad-bayes: remove stale jailbreak
monad-bayes is now broken because it requires a too recent brick version.
Removing this jailbreak will make the nature of the problem clearer at
least.
2022-11-19 02:01:36 +01:00
maralorn 7e53f5f41c haskellPackages.fourmolu_0_9_0_0: Fix build 2022-11-18 12:54:51 +01:00
Dennis Gosnell 4e2df25b91
haskellPackages: update ghc-lib-parser to 9.2.5.20221107 and fourmolu to 0.9.0.0 2022-11-15 18:20:39 -05:00
Amneesh Singh 1bb311a89e
haskellPackages.swarm: fix broken package
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2022-11-15 16:52:04 -05:00
sternenseemann c171316c93 haskellPackages.arch-web: allow servant 0.19.* 2022-11-08 11:58:32 +01:00
Damien Cassou b9d792c57d haskellPackages.hledger_1_27_1: Fix dependency toward hledger-lib 2022-11-07 19:12:54 +01:00
sternenseemann 87b39ba9dc git-annex: update sha256 for 10.20221103 2022-11-07 17:45:08 +01:00
Naïm Favier 7f1a41d9ab haskellPackages.dice: remove upstreamed patch 2022-11-07 17:39:54 +01:00
maralorn 004544d38b haskellPackages.tzdata: dontCheck 2022-11-05 01:40:33 +01:00
maralorn 693e11dae3
Merge pull request #199442 from maralorn/emanote
emanote: init at 0.8.0.0
2022-11-05 01:04:52 +01:00
maralorn 8b4a5f4d3e emanote: init at 0.8.0.0 2022-11-05 00:29:53 +01:00
sternenseemann 9226c0b10b haskellPackages.xlsx: run tests again 2022-11-04 15:12:17 +01:00
zowoq 34f6edc870 haskellPackages.hercules-ci-agent: add patch 2022-11-03 13:23:26 +10:00