sternenseemann
41c538f80f
haskellPackages.regex-rure: mark broken on aarch64-darwin
2023-03-11 12:22:48 +01:00
Domen Kožar
551cec9f15
cachix: 1.3 -> 1.3.1
2023-03-09 13:06:47 +00:00
sandydoo
d0879528a6
Patch hercules-ci-agent to support cachix 1.3
2023-03-07 06:22:46 +00:00
Domen Kožar
740395e1d3
cachix: 1.2 -> 1.3
2023-03-06 16:01:21 +00:00
sternenseemann
604c0fed7a
haskellPackages.Cabal_3_8_1_0: apply revision 2
...
Requested in #218740 .
2023-03-01 12:22:58 +01:00
sternenseemann
98f52356e8
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1791397](https://hydra.nixos.org/eval/1791397 ) of nixpkgs commit [81d5cb1
](81d5cb1550
) as of 2023-02-28 23:50 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2023-03-01 00:55:47 +01:00
sternenseemann
2827717f7e
haskell-language-server: allow hls-call-hierarchy >= 1.2
...
Upstream change not released yet:
05b248dfac
2023-02-28 23:45:50 +01:00
sternenseemann
8a5af8e2b8
haskellPackages.cabal2nix-unstable: 2023-02-25 -> 2023-02-27
2023-02-27 18:15:19 +01:00
sternenseemann
b8442a653a
haskellPackages.haskell-gi: move temporary upgrade into overlay
...
This achieves the same as 1af0d67ebe
, but
prevents it being rolled back by package set regeneration.
2023-02-27 17:57:08 +01:00
sternenseemann
80cff3a5b2
Merge remote-tracking branch 'origin/master' into haskell-updates
2023-02-26 20:45:50 +01:00
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
bb62d57a85
haskellPackages.cabal2nix-unstable: 2023-02-15 -> 2023-02-25
...
Correctly resolves gmodule pkg-config name now:
6c1dc8908b
2023-02-25 19:32:49 +01:00
maralorn
51894cc900
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-02-23 23:07:25 +01:00
maralorn
8b4b0fb234
Merge pull request #217812 from mikesperber/unbreak-snappy-haskell-tensorflow
...
Unbreak snappy and tensorflow Haskell packages
2023-02-23 23:05:42 +01:00
sternenseemann
7f65851908
Revert "haskellPackages.heystone: fix darwin dylibs"
...
This reverts commit 32eecc6cc9
.
Reason for revert: This fix doesn't alleviate the problem in two ways:
1. It is in the aarch64-darwin section of configuration-darwin.nix,
the problem appears on x86_64-darwin (bytepatch doesn't support
aarch64).
2. When moving the override into the general *-darwin section, the
problem with bytepatch is also unaffected, see my attempt in
https://github.com/NixOS/nixpkgs/pull/217201 .
2023-02-23 13:26:17 +01:00
Mike Sperber
1df0e06d54
haskell-tensorflow: unbreak build
...
This just moves the package to the current head in the official repo,
which has since seen patches that unbreak the ghc-9 build and work
with our version of TensorFlow.
2023-02-23 08:55:42 +01:00
Mike Sperber
6dc3f22ae7
snappy: unbreak build
...
This just applies in the patches from a long-standing unmerged pull
request.
This transitively also unbreaks snappy-framing and snappy-lazy.
2023-02-23 08:49:31 +01:00
sternenseemann
9b540a871d
haskellPackages.swisstable: "reflect" AVX2 requirement in platforms
2023-02-22 13:55:06 +01:00
maralorn
fd2bb264fc
Merge pull request #217238 from raehik/ghc94-ormolu-pin-bump
...
haskell.packages.ghc94.ormolu: fix eval by bumping version
2023-02-20 12:12:24 +01:00
Ben Orchard
653dc22fa1
haskell.packages.ghc94.ormolu: fix eval by bumping version
2023-02-20 00:52:23 +00:00
Dennis Gosnell
e0b99a94b4
Merge pull request #217010 from dalpd/dad-fix-espial
...
haskellPackages.espial: Use latest on GitHub (0.0.16) to unbreak
2023-02-20 08:28:43 +09:00
dalpd
dbe678126b
haskellPackages.patat: Add dalpd as the maintainer
2023-02-19 21:00:49 +02:00
dalpd
51cde6c87d
haskellPackages.espial: Add dalpd as the maintainer
2023-02-19 21:00:49 +02:00
dalpd
b5b5a19210
haskellPackages.espial: Jailbreak to avoid upper bound on bytestring
...
Espial was broken because the version being tracked had a restrictive upper
bound on bytestring that isn't neccessary. Here we jailbreak after asserting
the version is 0.0.11 so that it fails once we there's a new release.
2023-02-19 20:59:41 +02:00
sternenseemann
b7e41b825e
maintainers/haskell: generate core-pkgs hackage2nix configuration
...
`ghc-pkg list` tells us everything hackage2nix needs to know. In the
past the core-packages list and compiler setting in hackage2nix was
maintained manually which inevitably leads to it being forgot once in a
while – this will then mess with flag resolution when generating the
package set in some cases. Luckily, we can just let a simple derivation
do this for us.
Resolves #202621 .
2023-02-19 19:52:17 +01:00
sternenseemann
a5821740f8
haskell.packages.*.[cC]abal*: use process 1.6.17.0 for GHC < 9.2.5
...
Cabal 3.8 and friends support process 1.6.17.0 which has recently been
released on Hackage, so we can fix the evaluation errors this way.
2023-02-19 13:16:55 +01:00
sternenseemann
98be10b199
git-annex: update sha256 for 10.20230214
2023-02-19 12:30:43 +01:00
Dmitry Bogatov
e7054c7d32
haskellPackages.tdlib: patch for aeson >= 2.0 compat
...
Unbreak tdlib and its dependencies by same upstream (tdlib-types,
tdlib-gen, language-tl).
Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2023-02-19 12:15:46 +01:00
sternenseemann
d1b904479a
haskellPackages.h-raylib, haskellPackages.bytepatch: unmark broken
...
Both packages had a new release fixing the issues we found after the
last bump, so they are easily fixed.
2023-02-19 11:06:33 +01:00
sternenseemann
cc9672e57c
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-02-19 10:30:00 +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