Robert Hensing
ec5b05b17d
haskellPackages.cachix: Link a single nix version
...
Without this override, multiple nix library versions will be in
scope, which leads to some non-obvious linker errors.
2023-05-26 22:42:58 +02:00
Dennis Gosnell
90fd702950
Merge pull request #234132 from reckenrode/http2-darwin-fix
...
haskellPackages.http2: fix build with Darwin sandbox enabled
2023-05-26 22:36:09 +09:00
Randy Eckenrode
9b1c02ede8
haskellPackages.http2: fix build with Darwin sandbox enabled
2023-05-25 23:59:16 -04:00
Randy Eckenrode
217ed5437c
haskellPackages.yesod-core: fix build with Darwin sandbox enabled
2023-05-25 23:58:32 -04:00
github-actions[bot]
15ec108b1d
Merge master into haskell-updates
2023-05-26 00:12:42 +00:00
Dennis Gosnell
8b8f0d0a76
haskell: formatting fix after regenerating packages
2023-05-26 08:28:57 +09:00
Dennis Gosnell
fa8fc4d457
haskellPackages.coinor-clp: mark aarch64-linux as unsupported
2023-05-26 08:25:52 +09:00
Rebecca Turner
1535bd0c58
Move intermediates under share/haskell
2023-05-25 14:36:18 -07:00
Rebecca Turner
33258207fa
maintainers: Gabriel439 -> Gabriella439
2023-05-25 14:35:51 -07:00
Gabriella Gonzalez
72a70bd73b
haskellPackages.mkDerivation: New intermediates
output
...
This adds a new `intermediates` output that can be used to
accelerate a Haskell build by importing build products
exported from a prior similar build.
The motivation for this is explained by the following post:
https://www.haskellforall.com/2022/12/nixpkgs-support-for-incremental-haskell.html
2023-05-25 14:32:55 -07:00
Dennis Gosnell
0d1d890799
Merge pull request #233623 from DamienCassou/fix-hledger_1_29_2
...
hledger_1_29_2: fix dependency toward hledger-lib
2023-05-25 21:40:24 +09:00
Dennis Gosnell
5607ad7f96
Merge pull request #230149 from sternenseemann/ghc-with-packages-cross-fix
...
haskellPackages: ghcWithPackages needs buildHaskellPackages scope
2023-05-25 21:37:06 +09:00
Dennis Gosnell
19f89fd15e
haskellPackages.swarm: update dependent brick version
2023-05-25 20:57:36 +09:00
Dennis Gosnell
6773338709
haskell.packages.ghc810.hls-tactics-plugin: remove doJailbreak and assert
2023-05-25 20:31:15 +09:00
github-actions[bot]
16d6f96b30
Merge master into haskell-updates
2023-05-25 00:12:42 +00:00
Domen Kožar
3a021d1a23
cachix: build using GHC 9.4 to avoid kernel crash
2023-05-24 15:51:20 +01:00
Damien Cassou
aa047eb431
hledger_1_29_2: fix dependency toward hledger-lib
...
hledger version X always depends on hledger-lib version X.
2023-05-23 16:30:59 +02:00
github-actions[bot]
4bd794e81f
Merge master into haskell-updates
2023-05-22 00:13:12 +00:00
Stanisław Pitucha
85c2492655
haskellPackages.gauge: fix darwin build
...
Include unreleased patch which is already merged upstream to fix the
aarch64 darwin build.
2023-05-21 15:04:57 +02:00
Stanisław Pitucha
8607b80c85
haskellPackages.memfd: mark supported on linux only
...
memfd interface is linux-specific.
Closes #233003 .
2023-05-21 15:01:32 +02:00
github-actions[bot]
291c8ce17f
Merge master into haskell-updates
2023-05-21 00:13:25 +00:00
figsoda
98b9e41f61
pkgs: fix typos
2023-05-19 22:31:04 -04:00
sternenseemann
9522947447
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-05-20 01:46:27 +02:00
sternenseemann
64389fa7b6
haskellPackages: stackage LTS 20.20 -> LTS 20.21
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2023-05-20 01:43:35 +02:00
sternenseemann
682790aee0
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1795235](https://hydra.nixos.org/eval/1795235 ) of nixpkgs commit [7398920
](7398920e33
) as of 2023-05-19 13:57 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2023-05-19 16:25:27 +02:00
github-actions[bot]
7398920e33
Merge master into haskell-updates
2023-05-19 00:12:23 +00:00
sternenseemann
259d93b07f
haskell.packages.ghc945.ghc-lib{,-parser}: use 9.4.5 versions
...
Additionally, we fix an apparent mistake causing ghc-lib-parser to be
used as the ghc-lib attribute.
2023-05-17 23:53:52 +02:00
sternenseemann
6d84a7071d
haskellPackages.hedgehog-extras: allow building against aeson 2.0.*
2023-05-17 23:50:55 +02:00
sternenseemann
02def6b1a0
haskellPackages.tasty-sugar: allow tasty-hedgehog 1.3.*
2023-05-17 23:50:55 +02:00
Domen Kožar
ca831aeb74
cachix: 1.4.2 -> 1.5
2023-05-17 18:38:33 +01:00
sternenseemann
a5387f5bec
haskellPackages.srtree: remove broken flag
2023-05-16 20:56:37 +02:00
sternenseemann
bacda5885c
haskellPackages.utility-ht: drop obsolete override
...
Stackage has been updated to include utility-ht-0.0.17
2023-05-11 00:46:43 +02:00
sternenseemann
5bedf1ddff
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-05-10 22:45:45 +02:00
sternenseemann
27fc9be18d
haskellPackages: stackage LTS 20.19 -> LTS 20.20
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2023-05-10 22:45:45 +02:00
sternenseemann
6a1d55d380
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1794827](https://hydra.nixos.org/eval/1794827 ) of nixpkgs commit [bd83355
](bd8335552e
) as of 2023-05-10 18:05 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2023-05-10 20:11:41 +02:00
sternenseemann
23b4dc068a
haskellPackages.ldap-client-og: disable test suite
...
sdist tarball is missing test/ldap.js which is necessary for the test
suite.
2023-05-10 19:54:16 +02:00
Naïm Favier
a6f307ada4
haskell.packages.ghcjs: misc fixes
...
Various fixes I needed to build a project that depends on lens.
2023-05-09 18:13:50 +02:00
sternenseemann
79cb171fd5
haskellPackages: revert manual description edits
...
This reverts commits
- 004c3f3c59
- 82faf2f006
- 5b0b5c8d3a
- c1356da2df
- 1f7f2e8907
Reason for revert: The descriptions are generated automatically and
would just be reverted on subsequent regenerations of
`hackage-packages.nix`. Such a regeneration is done in this commit to
clean up the diff of further regenerations.
2023-05-09 11:07:40 +02:00
github-actions[bot]
6019d10c1f
Merge master into haskell-updates
2023-05-09 00:12:44 +00:00
Weijia Wang
9e041e57cc
Merge pull request #230726 from fetsorn/typo/hs-test-sandbox-compose
...
haskellPackages.test-sandbox-compose: fix typo
2023-05-08 19:32:54 +03:00
Weijia Wang
fda0d66608
Merge pull request #230724 from fetsorn/typo/hs-haskell-snake
...
haskellPackages.haskell-snake: fix typo
2023-05-08 19:31:14 +03:00
fetsorn
004c3f3c59
haskellPackages.test-sandbox-compose: fix typo
...
"enviroments" -> "environments"
2023-05-08 20:31:02 +04:00
Weijia Wang
8a7539bb28
Merge pull request #230723 from fetsorn/typo/hs-dclabel
...
haskellPackages.dclabel: fix typo
2023-05-08 19:30:49 +03:00
Weijia Wang
323edefa03
Merge pull request #230722 from fetsorn/typo/hs-data-rtuple
...
haskellPackages.data-rtuple: fix typo
2023-05-08 19:30:32 +03:00
Weijia Wang
292f94a6ed
Merge pull request #230721 from fetsorn/typo/hs-rbtree
...
haskellPackages.RBTree: fix typo
2023-05-08 19:30:09 +03:00
fetsorn
c1356da2df
haskellPackages.haskell-snake: fix typo
...
"implemetation" -> "implementation"
2023-05-08 20:27:49 +04:00
fetsorn
1f7f2e8907
haskellPackages.dclabel: fix typo
...
"packge" -> "package"
2023-05-08 20:25:27 +04:00
fetsorn
82faf2f006
haskellPackages.data-rtuple: fix typo
...
"usefull" -> "useful"
2023-05-08 20:23:19 +04:00
fetsorn
5b0b5c8d3a
haskellPackages.RBTree: fix typo
...
"implemetation" -> "implementation"
2023-05-08 20:21:09 +04:00
fetsorn
1eb044459c
haskell-modules: fix typos
...
"tarbal" -> "tarball"
"verion" -> "version"
"reqired" -> "required"
2023-05-08 20:18:59 +04:00