Vladimír Čunát
1af0d67ebe
haskellPackages.haskell-gi: 0.26.2 -> 0.26.3 (hacky)
...
Just manually updating the generated nix file, so that .gi-harfbuzz
builds until a proper update is done. Upstream cross-ref:
https://github.com/haskell-gi/haskell-gi/issues/396#issuecomment-1445181362
2023-02-26 10:07:14 +01:00
sternenseemann
9d78495066
haskellPackages.guardian: fix build by joining cabal-install overlay
...
The package depends on cabal-install and Cabal which need later versions
of a few packages than we have in our default package set.
2023-02-18 21:55:25 +01:00
sternenseemann
da5233bbc0
haskell.packages.*.[cC]abal*: use core process where possible
...
Annoyingly weird match since 9.2.4's process version is too old, but
that should go away soon-ish anyways. Prevents mismatches in overrides.
2023-02-18 21:55:25 +01:00
sternenseemann
bdbfe10efb
haskell.packages.*.cabal-install{,-solver}: unify overrides
...
Since the overrides are practically the same for all but the latest GHC
version, we can move the override into configuration-common.nix and rely
on a few conditionals in the overlay assembly — and end up with less
copying around!
2023-02-18 21:55:25 +01:00
maralorn
92d3414dea
Merge pull request #216984 from sternenseemann/ghc-tags
...
haskell.packages.*.ghc-tags: pick compatible version
2023-02-18 21:26:13 +01:00
sternenseemann
171fb3fed9
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1790868](https://hydra.nixos.org/eval/1790868 ) of nixpkgs commit [34a7913
](34a7913a43
) as of 2023-02-18 19:20 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
Packages with pending PRs fixing them have not been marked broken. Same
goes for type-natural which seems to be affected by a GHC 9.2.6 bug:
https://gitlab.haskell.org/ghc/ghc/-/issues/23000
2023-02-18 20:37:31 +01:00
sternenseemann
1f99c7d53c
haskellPackages.swarm: use now required brick 1.6
2023-02-18 20:37:31 +01:00
sternenseemann
304ccefdd7
haskellPackages.rdf: allow bytestring-0.11.4.0
2023-02-18 20:37:30 +01:00
sternenseemann
2e9ff9aa98
haskell.packages.*.ghc-tags: pick compatible version
...
Since there is probably more movement going forward, testing this on
Hydra for multiple GHC versions seems sensible.
2023-02-18 20:16:36 +01:00
sternenseemann
faa46049d2
haskellPackages.lima: disable test suite missing test data
2023-02-18 18:16:49 +01:00
sternenseemann
76d60f67f5
haskellPackages.domaindriven-core: disable IP based postgresql test
2023-02-18 18:16:11 +01:00
sternenseemann
34a7913a43
haskellPackages.minicurl: disable test suite accessing the network
2023-02-18 17:54:14 +01:00
maralorn
066aaaf121
Merge pull request #216475 from sternenseemann/ghc88-downgrade-ghc-lib
...
haskell.packages.ghc884.ghc-lib: downgrade to match ghc-lib-parser
2023-02-15 23:56:34 +01:00
sternenseemann
e5e75c766c
haskellPackages.cabal2nix-unstable: 2023-01-06 -> 2023-02-15
...
This fixes the pkg-config-depends resolution for minicurl.
2023-02-15 14:11:46 +01:00
sternenseemann
476fea7090
haskell.packages.ghc884.ghc-lib: downgrade to match ghc-lib-parser
2023-02-15 13:55:32 +01:00
github-actions[bot]
b56ce2853a
Merge master into haskell-updates
2023-02-15 00:14:20 +00:00
sternenseemann
ea113b94f4
haskellPackages.hmidi: provide necessary frameworks on darwin
2023-02-15 00:47:32 +01:00
Dennis Gosnell
c0d7cc23b4
Merge pull request #216368 from dalpd/fix-patat-build
...
haskellPackages.patat: Apply commit from main branch relaxing bounds
2023-02-15 07:10:29 +09:00
dalpd
d3ba95407d
haskellPackages.patat: Apply commit from main branch relaxing bounds
2023-02-14 22:51:13 +02:00
maralorn
4228784870
haskellPackages.streamly-bytestring: jailbreak
2023-02-14 19:16:59 +01:00
sternenseemann
96f9999d0c
haskellPackages.llvm-hs-pure: make bytestring-0.11 patch apply again
2023-02-14 15:03:09 +01:00
sternenseemann
8686ffd4fa
agda: add iblech to maintainers
...
Requested via https://github.com/NixOS/nixpkgs/pull/213896#issuecomment-1427648861 .
2023-02-14 14:46:36 +01:00
Ingo Blechschmidt
168d9a5f1e
agda: 2.6.2.2 -> 2.6.3
2023-02-14 14:45:39 +01:00
sternenseemann
bdb2e7e333
haskell.packages.ghc926.protolude: allow bytestring-0.11.4
...
GHC 9.2.6 ships a new patch release of bytestring which protolude has
an (apparently unnecessary) upper bound on.
2023-02-13 23:48:34 +01:00
sternenseemann
107c04a3cd
all-cabal-hashes: 2023-02-11T16:57:22Z -> 2023-02-13T17:53:53Z
...
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
and maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-02-13 23:35:01 +01:00
Felix Buehler
cdb39a86e0
treewide: use optionalString
2023-02-13 21:52:34 +01:00
Naïm Favier
4f7c02e890
haskellPackages.sensei: use fsnotify 0.4 and tame hspec-contrib
...
The latest release of sensei added some dependencies we need to make
consistent manually.
Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2023-02-13 15:19:41 +01:00
sternenseemann
432c3ab524
haskellPackages.persistent-postgresql: disable broken tests
...
Test suite can't currently be built with Stackage LTS-20.
2023-02-13 15:06:55 +01:00
Naïm Favier
a003cf0367
haskellPackages.persistent-sqlite: disable tests
2023-02-12 23:41:08 +01:00
Ellie Hermaszewska
7343f7630c
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-02-12 13:59:43 +08:00
Ellie Hermaszewska
a907adf7a5
haskellPackages: stackage LTS 20.8 -> LTS 20.11
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2023-02-12 13:58:37 +08:00
Dennis Gosnell
32eecc6cc9
haskellPackages.heystone: fix darwin dylibs
2023-02-12 11:25:33 +09:00
Ellie Hermaszewska
45c9465025
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1790450](https://hydra.nixos.org/eval/1790450 ) of nixpkgs commit [3eecda0
](3eecda0ad6
) as of 2023-02-10 10:47 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2023-02-10 18:49:59 +08:00
maralorn
bc0633140b
haskellPackages.pandoc-cli: Mark broken until we bump stackage
2023-02-08 12:03:43 +01:00
maralorn
ed5543bcca
haskellPackages.pandoc-crossref: Backpin for LTS compat
2023-02-08 11:54:21 +01:00
github-actions[bot]
f812f1aa6a
Merge master into haskell-updates
2023-02-08 00:13:23 +00:00
maralorn
ad4a70b4b6
Merge pull request #215169 from ncfavier/haskell-unused-patches
...
haskellPackages: remove unused patches
2023-02-07 23:08:27 +01:00
Naïm Favier
43da01b0c9
haskellPackages: remove unused patches
2023-02-07 18:59:47 +01:00
superherointj
e9cf3f794a
haskellPackages.hslua-core: skip tests for Musl
...
* Fixes #214916
2023-02-06 22:14:25 -03:00
github-actions[bot]
671861e24b
Merge master into haskell-updates
2023-02-07 00:14:50 +00:00
Jason Yundt
b1bb9bb6c8
treewide: fix backwards smart apostrophes
...
According to the Unicode Standard, you should use U+2019 RIGHT SINGLE
QUOTATION MARK for apostrophes [1]. Before this change, some of the text
in this repo would use U+2018 LEFT SINGLE QUOTATION MARKs instead.
[1]: https://www.unicode.org/versions/Unicode15.0.0/ch06.pdf#G12411
2023-02-06 07:24:42 -05:00
sternenseemann
5318038186
haskellPackages.ghcWithPackages: fix whitespace alignment
2023-02-05 14:01:25 +01:00
sternenseemann
f45f7cb3e0
haskellPackages: support hadrian libdir layout
2023-02-05 14:01:25 +01:00
sternenseemann
a9b8a272ea
haskellPackages.mkDerivation: refactor libdir calculation
2023-02-05 14:01:25 +01:00
sternenseemann
18c0c48857
haskellPackages.mkDerivation: buildPkgDb: use haskellCompilerName
2023-02-05 14:01:25 +01:00
Peter Simons
20f68e74e8
haskell.packages.ghc94.haskell-language-server: update list of supported plugins
2023-02-04 15:48:44 +01:00
Peter Simons
f0a4d98333
haskell.packages.ghc94.ormolu: use latest version for ghc-9.4.x
2023-02-04 15:48:44 +01:00
Peter Simons
bfd3325932
haskell.packages.ghc94.libmpd: needs a jailbreak to succeed
2023-02-04 15:45:54 +01:00
Naïm Favier
83f8025e54
haskellPackages.hslua-list: unmark as broken
2023-02-04 12:39:45 +01:00
sternenseemann
ef3a8f19ac
haskell.packages.ghc94.{glib,cairo,pango}: apply cabal#8455 fix
...
The package also need an additional jailbreak due to a strict text
bound. https://github.com/gtk2hs/gtk2hs/issues/323#issuecomment-1416723309
2023-02-04 12:34:07 +01:00