Ellie Hermaszewska
1facbe37c6
haskellPackages.hnix: pin at < 0.15
2022-01-21 21:31:59 +08:00
sternenseemann
05b0805535
haskellPackages.nix-tree: reflect brick 0.65 -> 0.66 update
2022-01-21 12:08:17 +01:00
Piyush P Kurur
f833757ba1
haskellPackages.raaz: disable parallel building
...
Parallel builds seems to interfere with backpack type checking.
See: https://gitlab.haskell.org/ghc/ghc/-/issues/17188 for more details.
2022-01-21 12:01:25 +01:00
Ellie Hermaszewska
ce12b79e83
Merge pull request #155520 from ulysses4ever/hs-speedscope-jailbreak
2022-01-19 10:32:40 +08:00
Ellie Hermaszewska
6b635d4a21
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-01-19 09:43:16 +08:00
Ellie Hermaszewska
84915c5ae7
haskellPackages: stackage-lts 18.21 -> 18.22
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2022-01-19 09:42:22 +08:00
Ellie Hermaszewska
142229d252
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-01-19 09:30:38 +08:00
Artem Pelenitsyn
3ac0d71f3c
haskellPackages.hs-speedscope: unbreak
2022-01-18 15:09:17 -05:00
Matthieu Coudron
89b3b42c78
hlint: add manpage ( #155382 )
2022-01-18 15:44:02 +01:00
Domen Kožar
6f00dbfe27
hnix: add missing patch
2022-01-18 15:40:40 +01:00
Domen Kožar
41a0b8d86a
hnix: patch to fix the build
2022-01-18 15:34:18 +01:00
Domen Kožar
ef5324801f
fix hercules-ci-agent build
2022-01-18 10:34:42 +01:00
sternenseemann
af2e1acb5f
haskellPackages: drop references to cabal-install-parsers_0_4_2
...
This package has been removed in a previous commit and the remaining
references cause eval issues.
2022-01-16 22:40:45 +01:00
sternenseemann
7a8250dd3b
haskellPackages.haskell-ci{,-unstable}: adjust overrides to >= 0.14
...
The following pinned packages are no longer needed:
haskellPackages.ShellCheck_0_7_1: drop
haskellPackages.cabal-install-parsers_0_4_2: drop
2022-01-15 22:02:39 +01:00
Malte Brandy
6a34e454be
haskellPackages.glade: Deactivate glade
2022-01-15 14:05:29 +01:00
Ellie Hermaszewska
9a99754c20
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-01-14 22:51:06 +08:00
Ellie Hermaszewska
3ea7dded40
haskell.packages.ghc921.retrie: 1.2.0.0 -> 1.2.0.1
2022-01-14 22:35:25 +08:00
Ellie Hermaszewska
8404b4d237
haskell.packages.ghc921.path: 0.9.1 -> 0.9.2
2022-01-14 22:35:11 +08:00
Ellie Hermaszewska
93fd2b2a7d
haskell.packages.ghc921.ghc-lib-parser: 9.2.1.20211101 -> 9.2.1.20220109
2022-01-14 22:34:49 +08:00
Ellie Hermaszewska
770e39981b
haskell.packages.ghc921.ghc-exactprint: 1.3.0 -> 1.4.1
2022-01-14 22:34:12 +08:00
Ellie Hermaszewska
72b3fbc969
haskell.packages.ghc921.attoparsec: 0.14.3 -> 0.14.4
2022-01-14 22:33:17 +08:00
Ellie Hermaszewska
1f4dff4634
haskell.packages.ghc921.hashable: 1.4.0.1 -> 1.4.0.2
2022-01-14 22:18:12 +08:00
Ellie Hermaszewska
26cd4c1be1
haskellPackages.haskell-ci-unstable: bump attoparsec dependency
2022-01-14 22:18:12 +08:00
Ellie Hermaszewska
8cfaa61875
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-01-11 15:15:14 +08:00
Ellie Hermaszewska
6faf96d502
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-01-11 15:02:54 +08:00
Malte Brandy
0e87f1f5aa
haskellPackages.reflex-dom-core: Fix build by pinning patch
2022-01-10 01:30:36 +01:00
Malte Brandy
e49d3a2ebc
haskellPackages.ghcup: Fix build
2022-01-10 00:53:06 +01:00
Malte Brandy
85fb55626b
haskellPackages.haskell-language-server: Fix build by pinning dependencies
2022-01-08 23:43:59 +01:00
sternenseemann
dc0704c08f
haskellPackages.mfsolve: disable broken test suite
2022-01-07 21:39:39 +01:00
sternenseemann
f371562bb4
haskellPackages.git-annex: adjust src hash for 8.20211231
2022-01-07 21:39:22 +01:00
sternenseemann
fb075fab73
haskellPackages.{ghcWithPackages, ghcWithHoogle}: make overrideable
...
This is achieved by passing the entire package set to the respective
wrappers and passing the select function as a second attribute. Together
with the new support for callPackage-ing functions this allows for
things like `ghcWithPackages.override { useLLVM = true; } (p: [ … ])`.
To make this possible for `ghcWithHoogle` as well, we need to make the
wrapper a bit more bespoke and inline the hoogle feature as well. The
hoogle wrapper, however, can remain separate and is exposed as
`hoogleWithPackages` additionally, as it can also serve standalone use.
`hoogleLocal` is kept for backwards compatibility (including the old,
suboptimal API), but will inform users about the better alternative via
a warning.
2022-01-06 12:21:45 +01:00
sternenseemann
baaf9459d6
haskellPackages.callPackage: support returning functions
...
Overrideable functions are possible by wrapping them as functors in an
attribute set first and appending the overrideScope and override
attributes later.
2022-01-06 12:21:45 +01:00
sternenseemann
f662c8be61
ghcWithPackages: remove check for GHC >= 6.12
...
It's been quite a while since any version below that has been in use in
nixpkgs, so this check is almost certainly safe to remove.
2022-01-06 12:21:45 +01:00
Dennis Gosnell
11b0130ebd
haskellPackages.text-short: bump latest version to fix eval errors
2022-01-05 11:30:56 +09:00
Dennis Gosnell
882ecaa530
haskellPackages.hlint: bump latest version
2022-01-05 11:29:05 +09:00
Dennis Gosnell
d0e6c53a96
haskellPackages.lsp: bump override for most recent version
2022-01-05 11:14:20 +09:00
Dennis Gosnell
9a558b9b8a
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-01-05 10:50:31 +09:00
Dennis Gosnell
c091486f09
haskellPackages: stackage-lts 18.20 -> 18.21
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2022-01-05 10:49:31 +09:00
Dennis Gosnell
312315fe83
haskellPackages.crackNum: re-enable on aarch64-linux
...
This should hopefully now be working on aarch64-linux since
sbv (one of crackNum's deps) is now working on aarch64-linux:
https://github.com/NixOS/nixpkgs/pull/153344
2022-01-05 10:14:51 +09:00
Dennis Gosnell
747776863c
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-01-05 09:26:50 +09:00
sternenseemann
eb9951e70a
haskellPackages.gtk2hs-buildtools: remove -O0 workaround
2022-01-04 21:14:27 +01:00
Artur Cygan
44a74d1b8f
hevm: unbreak on aarch64-linux
...
(cherry picked from commit 1468f4479b
)
This is from https://github.com/NixOS/nixpkgs/pull/153344 .
2022-01-04 10:10:14 +09:00
sternenseemann
187ac25b8e
haskellPackages.foldl: force rebuild on darwin
...
See comment and message for 2341c7e485
.
2022-01-03 16:31:32 +01:00
sternenseemann
2341c7e485
haskellPackages.http-client-tls: force rebuild on darwin
...
Currently everything seems like the derivation's outPath has been
corrupted somehow, causing reverse dependencies to fail. Since we can't
purge store paths from Hydra and the binary cache easily at the moment,
we just make the derivation hash change by inserting an unsubstantial
change, causing Hydra to build this package and all reverse dependencies
again — hopefully successfully this time around.
2022-01-03 14:50:21 +01:00
Dennis Gosnell
e122507667
Merge remote-tracking branch 'origin/master' into haskell-updates
2022-01-01 13:29:15 +09:00
Dennis Gosnell
25f072d368
haskellPackages.ncurses: remove comment from broken.yaml
2022-01-01 10:16:00 +09:00
Sergei Trofimovich
c6404e1fa0
haskellPackages.ncurses: mark broken
...
haskellPackages.ncurses will fail to build against `ncurses-6.3`:
dist/build/UI/NCurses/Enums.chs.h:140: (column 25) [ERROR] >>> Unknown identifier!
Cannot find a definition for `KEY_EVENT' in the header file.
The package did not see an update since 2016. Let's mark it
and it's two revdeps `nyan` and `scroll` as broken.
2021-12-31 18:47:47 +00:00
sternenseemann
f2a896ee98
haskell.packages.ghc902.hie-bios: patch for breaking change in ghc
2021-12-28 12:10:41 +01:00
Dennis Gosnell
ae7b70d664
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-12-28 09:50:14 +09:00
sternenseemann
c066e2f316
haskell.packages.ghc902: adjust pinned ghc-lib* versions
2021-12-27 16:23:23 +01:00