Tony Zorman
1d68e8d620
haskellPackages.html-parse: unbreak
2024-06-17 10:14:08 +02:00
maralorn
180957a69d
Merge pull request #319890 from mpscholten/push-notify-apn-unbroken
...
haskellPackages.push-notify-apn: unbroken
2024-06-17 09:55:31 +02:00
tomberek
7070f7baf7
Merge pull request #319881 from tweag/set-extra-unmark-broken
...
haskellPackages.set-extra: unmark broken
2024-06-15 00:55:07 -04:00
Alexandre Esteves
cadb3d1df5
haskellPackages.ghcjs-dom: build on js backend of ghc 9.8
2024-06-14 23:02:10 +02:00
Marc Scholten
ceebde5c62
haskellPackages.push-notify-apn: unbroken
...
I took over maintainership of this package a while ago and fixed the
build errors in the latest hackage release
2024-06-14 12:59:14 -07:00
Silvan Mosberger
504729eeb4
haskellPackages.set-extra: Unmark broken
...
1.4.2 fixed [1] the previous build failure [2]
[1]: f41b2a5e80
[2]: https://hydra.nixos.org/build/252738545/nixlog/2
2024-06-14 21:04:43 +02:00
sternenseemann
076e3657a4
Merge master into haskell-updates
2024-06-13 00:58:47 +02:00
Robert Hensing
299bd6aa7c
doc/haskell: Dedup and edit justStaticExecutables
...
Make sure all relevant info is in the user manual and avoid duplication
of efforts, or things going out of sync.
2024-06-13 00:25:41 +02:00
maralorn
e99a168498
Merge pull request #317451 from rnhmjoj/pr-haskell-fixes
...
Assorted haskellPackages fixes
2024-06-12 19:44:52 +02:00
github-actions[bot]
3f15695b1a
Merge master into haskell-updates
2024-06-12 00:13:53 +00:00
Peder Bergebakken Sundt
7e9245b3de
haskell.packages.ghc98.libmpd: make fetchpatch urls reproducible
2024-06-12 01:05:15 +02:00
Pascal Wittmann
2a461c2d93
haskell.packages.*.yesod-csp: unbreak
...
builds fine since 2.6.0
2024-06-11 00:06:38 +02:00
Wolfgang Walther
e160c2afdd
haskellPackages: build with RTS -A64M options
...
Those flags were not actually passed to GHC before, but to Setup.hs.
They were introduced in #86948 . The related twitch live stream uses the
build of git-annex as a measurement. I get the following numbers when
building git-annex with doCheck = false:
- for current master: 1:40 wall clock / 340s user
- without any -A64M argument: 1:40 wall clock / 340s user
- with this fix: 1:13 wall clock / 280s user
The idea was good, but the settings were never active.
More testing revealed that this seems to work on darwin just as well, so
we're removing the isLinux condition, too.
2024-06-10 15:34:31 +02:00
github-actions[bot]
51bd20f7c4
Merge master into haskell-updates
2024-06-10 00:14:27 +00:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
sternenseemann
c23d3f1daf
Merge branch master into haskell-updates
2024-06-09 01:36:13 +02:00
Wolfgang Walther
a24f97bf27
haskellPackages: Pass ghc-options in generic-builder when cross-compiling
...
The following sequence of operations loses ghc-options:
Setup.hs configure --ghc-options
Setup.hs build --with-ghc=...
This is described in [1].
The fix is simple: Don't pass --with-ghc in the build phase. The values
are taken from the configure step anyway. This seems to have been
introduced all the way back in 64ec4dd87b
about 8 years ago for unknown reasons.
Resolves #286285
[1]: https://github.com/haskell/cabal/issues/10069
2024-06-09 01:34:01 +02:00
Seth Speaks
fb516932c7
fix Spock-core haskellPackage
2024-06-08 22:29:58 +02:00
Alexandre Esteves
3fab5ebff0
haskellPackages.lens-sop: fix build
2024-06-08 22:29:57 +02:00
sternenseemann
1a818e3150
nvfetcher: prevent incorrect references on aarch64-darwin
2024-06-08 17:24:00 +02:00
sternenseemann
46638ff2da
haskellPackages.cabal2nix-unstable: rem refs to GHC (aarch64-darwin)
2024-06-07 11:48:12 +02:00
sternenseemann
59b26ed060
gitit: set maintainers via hackage2nix exclusively
2024-06-07 11:18:28 +02:00
rnhmjoj
4636757b18
haskellPackages.scat: unbreak
2024-06-06 12:16:30 +02:00
sternenseemann
f166c7778c
elmPackages.elmi-to-json: fix incorrect broken flag
2024-06-06 11:58:31 +02:00
Rebecca Turner
caa1c96996
cabal-install: Fix for justStaticExecutables
...
Fixes `cabal-install` to remove references to GHC, mostly through other
libraries that are included in the binary.
See: #304352
Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2024-06-06 11:34:41 +02:00
rnhmjoj
9106eb8ad9
haskellPackages.selda: unbreak
2024-06-05 14:14:18 +02:00
rnhmjoj
1516a75687
haskellPackages.leveldb-haskell: unbreak
2024-06-05 14:14:17 +02:00
Marek Fajkus
6f29411d94
Merge pull request #315141 from sandydoo/fix-elm
...
elmPackages.elm: fix build failure on darwin
2024-06-05 09:09:01 +02:00
sternenseemann
bd6942679c
haskell.packages.*.ghc-tags: unbreak
...
This just requires picking the right version of the package for all
compiler versions.
2024-06-04 14:51:22 +02:00
sternenseemann
8ff463e9fc
haskell.packages.ghc90.ghc-lib*: use 9.2.* versions
...
This matches what we do for GHC 8.10.7 where we also can't build the 9.6
versions.
2024-06-04 14:49:56 +02:00
sternenseemann
b30eb6f3db
haskell.packages.ghc98.ghc-lib: downgrade to match ghc-lib-parser*
...
I suspect that we'll be able to upgrade to 9.10.* for all three packages
after the next haskell-language-server update. I'll leave that to
maralorn.
2024-06-04 12:53:24 +02:00
Rebecca Turner
2901eb87d6
cabal2nix: Fix for justStaticExecutables
...
Remove references to `hpack` and `distribution-nixpkgs` paths so that
`cabal2nix` can build on macOS.
See: #304352
2024-06-04 01:20:08 +02:00
Alexandre Esteves
e26e621579
haskellPackages: add alexfmpe as maintainer
2024-06-02 14:04:56 +02:00
sternenseemann
d90232565e
haskellPackages.ad: disable problematic test on x86_64-darwin
...
It is somewhat curious that it behaves differently exclusively here, but
I don't think it is necessary to stop shipping a package due to floating
point arithmetic error—it would be unreasonable to assume there were
none…
See https://github.com/ekmett/ad/issues/113 .
2024-05-31 12:17:46 +02:00
sternenseemann
482ab92066
git-annex: pass setup package db to GHC used for building installer
...
After 120f24202b
, GHC_PACKAGE_PATH isn't
set implicitly in installPhase anymore. Instead we achieve the same by
telling the Makefile the exact ghc command line to use.
As a benefit, we can now cleanly separate build and host in this case:
We used to (implicitly) reuse the host package db. Now we can explicitly
request the package db also used for building Setup.hs.
2024-05-28 18:47:22 +02:00
github-actions[bot]
0cad2ef6d6
Merge master into haskell-updates
2024-05-28 00:13:28 +00:00
sternenseemann
0454f7b8ee
haskellPackages.mkDerivation: no rebuild w/o disallowedRequisites
...
This change ensures that packages won't be rebuild compared to before
the introduction of disallowedRequisites/disallowGhcReference unless
they use one of those arguments.
It may be nice to revert this in the future (via staging) for greater
simplicity, but will help with initial regression testing.
2024-05-27 21:08:16 +02:00
Rebecca Turner
d2618822ab
haskell.lib.compose.justStaticExecutables: Forbid references to GHC
...
This makes `justStaticExecutables` error if the produced store path
contains references to GHC. This is almost always erroneous and due to
the generated `Paths_*` module being imported. This helps prevent
`justStaticExecutables` from producing binaries with closure sizes in
the gigabytes.
See: https://github.com/NixOS/nixpkgs/issues/164630
Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2024-05-27 21:08:16 +02:00
Sander
9dd7a8222c
elmPackages.elm: fix build failure on darwin
...
Patches `crypton-x509-system` to use the full path to the `security`
binary.
2024-05-27 21:49:00 +04:00
Mathis
7042f95f88
haskellPackages.di-core: unbreak on darwin ( #314627 )
...
One of the tests is flaky and fails sometimes on darwin, linux builds
don't seem to be affected. This change removes the failing assert on
darwin.
2024-05-27 08:36:13 +00:00
sternenseemann
120f24202b
haskellPackages.mkDerivation: limit GHC_PACKAGE_PATH to test suite
...
Previously, we would set GHC_PACKAGE_PATH after configure, the reasons
being that
1. Setup.hs configure forbids this from being set since it can make a
build fail that would otherwise succeed (since it influences how
GHC behaves when invoked by Cabal).
2. Setting GHC_PACKAGE_PATH being set is sound in our case, since
we set it precisely to the packages available to Cabal at configure
time, so there should be no room for a mismatch.
3. Some test suites require GHC_PACKAGE_PATH or GHC_ENVIRONMENT to be
set, so they can invoke GHC(i) with build dependencies available.
Cabal >= 3.12 forbids GHC_PACKAGE_PATH from being set after
<https://github.com/haskell/cabal/commit/d6e38041a7c778fadf8f416 >.
Setting GHC_ENVIRONMENT would be possible, but is cumbersome without
cabal-install (which has the handy cabal exec command which takes
care of that). Additionally, it is not clear if it'll remain possible
to do that: <https://github.com/haskell/cabal/issues/7792 >.
Our solution to Cabal 3.12's change is to be more targeted about setting
GHC_PACKAGE_PATH: We _just_ set it for the actual test suite executable.
This can be achieved by using --test-wrapper which when given is invoked
by Cabal to run the test suite. Here we can set any environment
variables after Cabal has already done its environment checks. As long
as we don't do anything stupid, this should be unproblematic.
Users can also arbitrarily influence what GHC_PACKAGE_PATH will contain
using the NIX_GHC_PACKAGE_PATH_FOR_TEST environment variable. This is
un(der)documented for now, since I want to keep some wiggle room for
changing stuff in the coming weeks. Also it's rarely necessary to
actually touch this variable.
2024-05-26 16:01:21 +02:00
sternenseemann
d8550b8bbb
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1806530](https://hydra.nixos.org/eval/1806530 ) of nixpkgs commit [edc6c26
](edc6c261ab
) as of 2024-05-25 11:49 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2024-05-25 22:53:59 +02:00
github-actions[bot]
edc6c261ab
Merge master into haskell-updates
2024-05-25 00:13:23 +00:00
Domen Kožar
6a289d26e0
cachix: 1.7.3 -> 1.7.4
2024-05-24 12:24:13 +01:00
Julian Stecklina
07641f2966
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-05-23 11:47:43 +02:00
Julian Stecklina
f909eba353
haskellPackages.chs-cabal: downgrade to 0.1.1.1 to fix build
2024-05-23 11:47:43 +02:00
maralorn
7707b7468c
Merge pull request #313792 from trofi/haskell.packages.ghcjs.exceptions-fix-eval
...
haskell.packages.ghcjs.exceptions: fix eval
2024-05-22 23:40:04 +02:00
Sergei Trofimovich
b1f5c64b80
haskell.packages.ghcjs.exceptions: fix eval
...
Without the change the eval fails as:
$ nix build --no-link -f. haskell.packages.ghcjs.exceptions
error:
… in the left operand of the update (//) operator
at pkgs/development/haskell-modules/lib/compose.nix:40:7:
39| mkDerivation = drv: (args.mkDerivation drv).override f;
40| })) // {
| ^
41| overrideScope = scope: overrideCabal f (drv.overrideScope scope);
error: attribute 'exceptions_0_10_7' missing
at pkgs/development/haskell-modules/configuration-ghcjs.nix:30:26:
29| stm = doJailbreak self.stm_2_5_3_1;
30| exceptions = dontCheck self.exceptions_0_10_7;
| ^
31|
Did you mean exceptions_0_10_8?
2024-05-22 22:25:25 +01:00
Sergei Trofimovich
8b65aca289
haskell.packages.ghc865Binary.exceptions: fix eval
...
Without the change the eval fails as:
$ nix build --no-link -f. haskell.packages.ghc865Binary.exceptions
error: attribute 'exceptions_0_10_7' missing
at pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix:98:16:
97| # This became a core library in ghc 8.10., so we don’t have an "exception" attribute anymore.
98| exceptions = self.exceptions_0_10_7;
| ^
99|
Did you mean exceptions_0_10_8?
2024-05-22 22:20:49 +01:00
Naïm Favier
f9261b69d8
Merge pull request #313171 from newAM/sv2v-fix
...
haskellPackages.sv2v: remove broken flag
2024-05-20 18:40:01 +02:00
sternenseemann
3325a9bd0c
all-cabal-hashes: 2024-05-19T16:27:24Z -> 2024-05-20T16:06:03Z
...
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2024-05-20 18:33:29 +02:00
Alex Martens
99d1eeda31
haskellPackages.sv2v: remove broken flag
2024-05-20 09:27:12 -07:00
sternenseemann
22d071984e
haskellPackages.cabal2nix-unstable: 2024-04-21 -> 2024-05-20
...
Haddock overrides aren't ported over since the package is marked as
broken anyways.
2024-05-20 14:50:15 +02:00
sternenseemann
b5169354ff
haskell.packages.ghc98.ghc-exactprint: pin at 1.8.*
2024-05-20 13:59:20 +02:00
sternenseemann
a6bb510c70
haskell.packages.ghc98.attoparsec-aeson: 2.2.0.1 -> 2.2.2.0
2024-05-20 13:30:52 +02:00
sternenseemann
1a38ad5c56
haskell.packages.ghc98.aeson: 2.2.1.0 -> 2.2.2.0
2024-05-19 22:46:02 +02:00
Naïm Favier
517b3e7fad
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-05-19 18:48:17 +02:00
Naïm Favier
9215d3b1f7
haskell.packages.ghc98.haskell-language-server: fix
2024-05-19 18:38:39 +02:00
Naïm Favier
3e388ddad1
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1806395](https://hydra.nixos.org/eval/1806395 ) of nixpkgs commit [10e1e11
](10e1e11b8e
) as of 2024-05-19 15:04 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2024-05-19 17:12:43 +02:00
Naïm Favier
b10ba2dbc2
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-05-19 16:59:08 +02:00
Naïm Favier
a3053c44ca
Merge branch 'master' into haskell-updates
2024-05-19 16:57:12 +02:00
Owen Shepherd
7c470de6ac
chore: Unmark haskellPackage.language-thrift as broken
2024-05-19 16:42:12 +02:00
Naïm Favier
a0ee869018
Merge pull request #304335 from phijor/cornelis
...
cornelis: init at 2024-04-08
2024-05-19 14:31:31 +02:00
Naïm Favier
45a8c71517
haskellPackages.erebos-tester: only on Linux
2024-05-19 14:05:29 +02:00
Naïm Favier
10e1e11b8e
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-05-19 13:45:46 +02:00
Naïm Favier
1ee63219e2
haskellPackages: fix eval
2024-05-19 13:43:03 +02:00
maralorn
789d2b8871
taffybar: Drop obsolete patch
2024-05-19 12:49:05 +02:00
maralorn
01737f49e1
git-annex: Update hash
2024-05-19 12:48:44 +02:00
maralorn
1faadcf514
haskell-language-server: Fix build
2024-05-19 00:27:07 +02:00
maralorn
fb1675a382
haskellPackages.pandoc-crossref: Don‘t check
2024-05-18 22:59:10 +02:00
Naïm Favier
2c6ddcc7ed
Merge pull request #312653 from mpscholten/ihp-shx
...
haskellPackages.ihp-hsx: unbroken
2024-05-18 16:38:57 +02:00
Marc Scholten
fc7a7dd2f7
haskellPackages.ihp-hsx: unbroken
...
With v1.3 ihp-hsx should work now
2024-05-18 15:01:40 +02:00
Marc Scholten
caccbc6bf1
haskellPackages.http2-client: unbroken
...
This package works fine locally. Looks like the failing build was fixed with the recent release
2024-05-18 14:39:28 +02:00
Naïm Favier
b21e7b31b3
Merge pull request #312541 from alexfmpe/reflex-dom
...
haskellPackages.reflex-dom: platform fixes
2024-05-18 13:17:01 +02:00
github-actions[bot]
154bc6bfe6
Merge master into haskell-updates
2024-05-18 00:12:56 +00:00
Alexandre Esteves
f5835de64e
haskellPackages.reflex-dom: fix build on darwin
2024-05-18 00:12:55 +01:00
Alexandre Esteves
c80804cd10
haskellPackages.commutative-semigroups: fix build on some platforms
2024-05-18 00:12:42 +01:00
Alexandre Esteves
34a074380c
haskellPackages.ghc-lib: fix eval
2024-05-17 18:35:03 +01:00
Domen Kožar
4074fcd0f2
cachix: 1.7 -> 1.7.3
2024-05-17 13:05:07 +01:00
Daniel Hill
8fae074346
haskellPackages.evdev: Remove broken flag
2024-05-17 20:27:40 +12:00
Philipp Joram
8be493adf2
haskellPackages.cornelis: fix build
2024-05-15 18:07:18 +03:00
Philipp Joram
14ec6c7b86
haskellPackages.cornelis: Add malo and phijor as maintainers
2024-05-15 18:04:26 +03:00
Naïm Favier
0695aa4999
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-05-15 14:54:18 +02:00
Naïm Favier
201a2462bd
haskellPackages: stackage LTS 22.18 -> LTS 22.22
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2024-05-15 14:52:20 +02:00
Naïm Favier
bb132441ea
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1806304](https://hydra.nixos.org/eval/1806304 ) of nixpkgs commit [e49079e
](e49079e5ca
) as of 2024-05-15 07:51 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2024-05-15 09:56:26 +02:00
Naïm Favier
130bc7e398
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-05-15 09:43:13 +02:00
maralorn
913d0dba69
Merge pull request #311547 from alexfmpe/aeson-gadt-th
...
haskellPackages.aeson-gadt-th: fix build
2024-05-14 08:59:55 +02:00
Alexandre Esteves
5da3c0c305
haskellPackages.aeson-gadt-th: fix build
2024-05-14 04:19:50 +01:00
Alexandre Esteves
8d465db72b
haskellPackages.dependent-sum-template: fix build
2024-05-14 03:56:03 +01:00
Alexandre Esteves
35f2cd516d
haskellPackages.nix-thunk: fix build and deps
2024-05-14 03:50:39 +01:00
Alexandre Esteves
551e05be6a
haskellPackages.hashing: jailbreak on 9.8
2024-05-13 16:05:05 +01:00
Alexandre Esteves
8e00adca9c
haskellPackages.saltine: re-enable tests
2024-05-13 16:04:38 +01:00
Naïm Favier
505712b35b
Merge pull request #308919 from alexfmpe/haskellPackages-sop
...
haskellPackages: fix build of SOP libraries
2024-05-13 12:32:06 +02:00
Naïm Favier
5c8f1fdf76
Merge pull request #311079 from alexfmpe/proto3-wire
...
haskellPackages.proto3-wire: unbreak
2024-05-13 12:29:36 +02:00
Naïm Favier
f7e9730991
Merge pull request #307558 from trofi/haskell.packages.ghcjs.stm-fix-eval
...
haskell.packages.ghcjs.stm: fix eval
2024-05-13 12:20:10 +02:00
Pol Dellaiera
e1b6abfb3b
Merge pull request #305970 from sternenseemann/spago-0.21.0
...
spago: 0.20.9 -> 0.21.0
2024-05-12 21:33:48 +02:00
Alexandre Esteves
7cc7df9f8f
haskellPackages.proto3-wire: unbreak
2024-05-12 15:18:15 +01:00
Alexandre Esteves
171d83f81d
haskellPackages.large-generics: unbreak
2024-05-12 15:17:59 +01:00
sternenseemann
2fae5b4eab
haskellPackages.mueval: disable reverse deps to fix maintained job
...
This should give us back our maintained job in nixpkgs:haskell-updates.
I've chosen to limit the workaround to 9.6 since that's what we really
care about (for other versions we don't guarantee anything) and this way
users can use e.g. 9.4 if they need lambdabot on aarch64-linux. It would
theoretically be prudent to add a similar thing for 9.8 and 9.10, but
it's probably too likely to bitrot.
2024-05-12 12:56:33 +02:00
sternenseemann
0756224750
hledger-ui: pin to 1.32.* to match hledger{,-lib}
2024-05-12 12:16:20 +02:00
maralorn
cc1aa4ce79
Merge pull request #309920 from laaksonel/beam-migrate-fix
...
beam-migrate: jailbreak because of too strict upper bound on pqueue
2024-05-11 10:26:59 +02:00
Lauri Laaksonen
d206b6d73b
beam-migrate: jailbreak because of too strict upper bound on pqueue
2024-05-10 21:52:41 +03:00
Alexandre Esteves
67eb894b10
haskellPackages.json-sop: build with ghc 9.8
2024-05-09 23:09:28 +01:00
Alexandre Esteves
90e0533ffa
haskellPackages.lens-sop: unmark broken
2024-05-09 23:09:28 +01:00
Alexandre Esteves
3535522a6c
haskellPackages.basic-sop: unmark broken
2024-05-09 23:09:27 +01:00
Alexandre Esteves
109035a742
haskellPackages.records-sop: fix build
2024-05-09 23:09:27 +01:00
Armando Ramirez
876d055062
callCabal2nixWithOptions: add srcModifier argument
...
Fixes #256769
Repro + test of fix here: https://gitlab.com/ramirez7/bug-repros/-/merge_requests/1
Adds a `srcModifier` argument to `callCabal2nixWithOptions` to allow
customizing the source files used to generate the cabal file (e.g. to
support `hpack`/`package.yaml`).
2024-05-09 23:55:37 +02:00
maralorn
9e2c860bc2
Merge pull request #308378 from alexfmpe/universe-some
...
haskellPackages.universe-some: remove broken flag
2024-05-09 23:30:05 +02:00
Alexandre Esteves
d68e2539b1
haskellPackages.generics-sop: build with ghc 9.8
2024-05-09 22:19:06 +01:00
maralorn
05c00d87a2
Merge pull request #308380 from alexfmpe/reflex-fixes
...
haskellPackages.reflex fixes
2024-05-09 23:17:09 +02:00
maralorn
7313c7c41a
Merge pull request #308985 from slotThe/xmobar/bin
...
haskellPackages.xmobar: Enable separate bin output
2024-05-09 22:51:10 +02:00
maralorn
a75e0aac9e
Merge pull request #308934 from alexfmpe/gargoyle
...
haskellPackages: fix build of gargoyle libs
2024-05-09 22:48:53 +02:00
maralorn
5689282bf0
Merge pull request #309170 from alexfmpe/haveibeenpwned
...
haskellPackages: unbreak haveibeenpwned
2024-05-09 22:30:57 +02:00
maralorn
373a103895
Merge pull request #309181 from alexfmpe/dependent-monoidal-map
...
Fix haskellPackages.dependent-monoidal-map and related libs
2024-05-09 22:28:13 +02:00
maralorn
7a6f77f760
haskellPackages.hie-bios: Pin to fix hls
2024-05-08 22:27:06 +02:00
sternenseemann
8c61a34500
haskellPackages.ghcjs-base: generate attribute as expected
...
Since ghcjs-base has been uploaded to Hackage as you'd expect for a
normal package, we can stop treating it as a special package. This
simplifies things for supporting the new JS backend.
2024-05-07 12:14:10 +02:00
Alexandre Esteves
1d495de4d3
haskellPackages.dependent-monoidal-map: unbreak
2024-05-05 04:49:29 +01:00
Alexandre Esteves
3f9380167d
haskellPackages.monoidal-containers: remove jailbreak for 8.10
2024-05-05 04:49:28 +01:00
Alexandre Esteves
2a67a92c88
haskellPackages.dependent-sum-aeson-orphans: replace jailbreak with patch
2024-05-05 04:47:25 +01:00
Alexandre Esteves
0987d0f81e
haskellPackages.dependent-sum-template_0_2_0_1: build with ghc 9.8
2024-05-05 04:47:25 +01:00
Alexandre Esteves
6795a93b2e
haskellPackages.haveibeenpwned: unbreak
2024-05-05 03:57:58 +01:00
Tony Zorman
58f0ebf2c5
haskellPackages.xmobar: Enable separate bin output
2024-05-04 07:23:12 +02:00
Alexandre Esteves
3afb2cb944
haskellPackages: fix build of gargoyle libs
2024-05-04 02:01:52 +01:00
github-actions[bot]
2d3d38d58d
Merge master into haskell-updates
2024-05-04 00:12:54 +00:00
Robert Helgesson
2d72dfcc04
svgsym: remove broken state
...
This package builds fine since quite a while.
2024-05-03 22:33:18 +02:00
Alexandre Esteves
7b580f9758
haskellPackages.universe-some: remove broken flag
2024-05-01 22:30:25 +01:00
Alexandre Esteves
f514937e7e
haskellPackages.reflex: fix build on 9.8
2024-05-01 21:31:23 +01:00
Alexandre Esteves
c17cf689c9
haskellPackages.patch: fix build on ghc 9.8
2024-05-01 21:30:14 +01:00
Alexandre Esteves
a78477d2ba
haskellPackages.patch: remove dontCheck
2024-05-01 21:11:54 +01:00
Alexandre Esteves
8a55e42de4
haskellPackages.dependent-sum: remove doJailbreak
2024-05-01 21:11:54 +01:00
maralorn
a48f3268c7
Merge pull request #307853 from alexfmpe/jsaddle
...
Fixes for jsaddle libs
2024-05-01 19:04:32 +02:00
Alexandre Esteves
bf26500459
haskellPackages.jsaddle-dom: remove jailbreak
2024-05-01 17:53:11 +01:00
Alexandre Esteves
dace374b25
haskellPackages.jsaddle-wkwebview: build on darwin
2024-05-01 17:53:08 +01:00
Alexandre Esteves
993374351f
haskellPackages.jsaddle-clib: unmark broken
2024-05-01 17:53:01 +01:00
maralorn
ce0b19596b
Merge pull request #307818 from mrkline/unbreak-cbor-tool
...
haskellPackages.cbor-tool: Unbroken
2024-04-29 23:21:12 +02:00
Matt Kline
1e687bc612
haskellPackages.cbor-tool: Unbroken
...
Fixed against GHC 9.8 in November:
f910b12cb1
2024-04-29 14:20:38 -07:00
Alexandre Esteves
aa530c595a
haskellPackages.proto-lens-arbitrary: unmark broken
2024-04-29 20:48:57 +01:00
Alexandre Esteves
08026fcd47
haskellPackages.linux-namespaces: fix build in ghc < 9.6
2024-04-29 12:52:58 +01:00
Sergei Trofimovich
b4dc0f7158
haskell.packages.ghcjs.stm: fix eval
...
Without the change eval fails as:
$ nix build --no-link -f. haskell.packages.ghcjs.stm
error:
… in the left operand of the update (//) operator
at pkgs/development/haskell-modules/lib/compose.nix:40:7:
39| mkDerivation = drv: (args.mkDerivation drv).override f;
40| })) // {
| ^
41| overrideScope = scope: overrideCabal f (drv.overrideScope scope);
error: attribute 'stm_2_5_3_0' missing
at pkgs/development/haskell-modules/configuration-ghcjs.nix:29:21:
28| # https://github.com/ghcjs/ghcjs/issues/676
29| stm = doJailbreak self.stm_2_5_3_0;
| ^
30| exceptions = dontCheck self.exceptions_0_10_7;
Did you mean stm_2_5_3_1?
2024-04-28 21:40:42 +01:00
Weijia Wang
7f45fee52a
Merge branch 'master' into staging-next
2024-04-28 04:02:14 +02:00
sternenseemann
4398d970b3
haskellPackages.futhark: adjust for newly released zlib version
2024-04-27 14:51:25 +02:00
sternenseemann
9edba2c97c
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-04-27 14:51:25 +02:00
sternenseemann
1b84c9a77c
haskellPackages.Cabal_3_10_3_0: preserve for cabal-install
2024-04-27 14:51:25 +02:00
sternenseemann
abe0b34ca9
haskellPackages: stackage LTS 22.17 -> LTS 22.18
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2024-04-27 14:51:25 +02:00
sternenseemann
6de4b5739e
haskellPackages.ghcjs-dom-hello: lift overly strict bounds
2024-04-27 11:18:17 +02:00
sternenseemann
e62270e35f
haskellPackages.jsaddle-hello: lift overly strict bounds
2024-04-27 11:17:32 +02:00
sternenseemann
2b3f8cc207
haskellPackages.lsql-csv: lift overly strict upper bounds
...
Should be resolved in the next version released to hackage though!
2024-04-27 11:16:59 +02:00
sternenseemann
8c3a95b3c5
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1805927](https://hydra.nixos.org/eval/1805927 ) of nixpkgs commit [cce32cc
](cce32cc804
) as of 2024-04-27 08:42 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2024-04-27 11:15:42 +02:00
sternenseemann
a5b5d65b5b
haskell.compiler.ghcjs: provide required ansi-wl-pprint < 0.7
...
Unfortunately the outdated version of optparse-applicative we need to
use hasn't survived the ansi-wl-pprint deprecation…
2024-04-27 10:28:45 +02:00
Vladimír Čunát
58b388b137
haskellPackages.haskell-gi: pull a patch to fix .gi-glib
...
https://hydra.nixos.org/build/257560741/nixlog/2/tail
2024-04-27 09:21:24 +02:00