Robert Hensing
9bc841fec1
Merge pull request #164305 from hercules-ci/haskellPackages-shellFor-extraDependencies
...
haskellPackages.shellFor: Add extraDependencies
2022-03-20 19:18:44 +01:00
sternenseemann
4e4a88d03a
haskell.package-list: only include versions that conform to PVP
...
Since this list is intended for Hackage, we need to make sure that only
packages with versions conforming to the PVP versioning scheme are
actually included in the CSV or Hackage will reject it.
2022-03-20 11:43:37 +01:00
Michael Schneider
dd8cebebbf
haskellPackages.persistent-migration: disable integration tests
...
No PostgreSQL db in the build sandbox.
2022-03-17 17:57:04 +01:00
Malte Brandy
c998ef53b8
nix-output-monitor: 1.1.2.0 -> 1.1.2.1 + Refactor
2022-03-16 15:04:52 +01:00
Robert Hensing
2e87d165f7
haskellPackages.shellFor: Add extraDependencies
...
An example use case is when you have Haskell scripts that use
libraries that don't occur in your packages' dependencies.
2022-03-15 20:38:22 +01:00
Profpatsch
7de3b6b55e
haskellPackages.unicode-show: remove broken marker
...
It compiles just fine? Strange.
2022-03-11 14:32:32 +01:00
Malte Brandy
de687e6c8e
nix-output-monitor: 1.0.5.0 -> 1.1.1.0
2022-03-08 14:16:48 +01:00
Robert Hensing
b4524d8eda
haskellPackages.haskellSrc2nix: stdenvNoCC.mkDerivation -> runCommand
...
No need to fuss with phases.
2022-02-26 13:38:11 +01:00
Robert Hensing
46bb6a78db
haskellPackages.callCabal2nix: Use stdenvNoCC
...
Delays C compiler realisation to the actual build, which is more
parallelizable; doesn't block the evaluator.
2022-02-26 13:28:12 +01:00
Calvin Beck
dae6f96a41
haskellPackages.git-annex: Add shellPath for the git-annex-shell.
...
Git annex provides a login shell for restricted access:
https://git-annex.branchable.com/git-annex-shell/
This was not exposed with `passthru.shellPath` before, so you could
not set a user's shell to `haskellPackages.git-annex` declaratively
before this change.
2022-02-20 20:17:26 +01:00
sternenseemann
33674e239f
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-02-16 11:06:57 +01:00
sternenseemann
8c50dc598f
haskellPackages.utc: mark as broken
...
utc has been unmaintained for a while now (last commit was 2016). We
duct taped it to keep it compiling, but now System.Clock is no longer
importable safely. I think it's time to lay it to rest, as it also has
some severe bugs causing it to produce incorrect results.
It's a bit sad, as I think it would be the better time library. Maybe
I'll try to become the hackage maintainer at some point [1].
[1]: https://github.com/lpeterse/haskell-utc/issues/8#issuecomment-786653135
2022-02-16 10:09:32 +01:00
sternenseemann
9b4f621741
haskellPackages.http-client-restricted: pin to 0.0.4 for stackage compat
2022-02-16 09:53:29 +01:00
sternenseemann
f7f47b9b91
haskellPackages.hls-rename-plugin: unbreak
2022-02-16 09:46:12 +01:00
sternenseemann
4d94f512e2
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-02-14 18:35:50 +01:00
sternenseemann
c82e6a3887
haskellPackages: stackage-lts 18.24 -> 18.25
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2022-02-14 18:31:45 +01:00
sternenseemann
b4b2a8e02c
haskellPackages.dates: unmark as broken
2022-02-14 18:18:40 +01:00
sternenseemann
44ff13dd30
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-02-14 16:22:03 +01:00
github-actions[bot]
5c325c71b3
Merge master into haskell-updates
2022-02-09 00:08:15 +00:00
Dennis Gosnell
6c976d3099
spago: 0.20.4 -> 0.20.5
2022-02-08 11:55:00 -08:00
sternenseemann
ed91ac4129
haskellPackages.hs-mesos: place dont-distribute entry appropriately
...
hs-mesos doesn't depend on webkit and was misplaced.
2022-02-08 18:38:27 +01:00
sternenseemann
03f1d132a2
Merge remote-tracking branch 'origin/master' into haskell-updates
2022-02-08 13:28:56 +01:00
sternenseemann
8c27f7a2bd
haskellPackages.ghcWithPackages: throw on old override interface
...
Adding a fake override function via passthru will at least give users of
the old override interface a more helpful error message. Additionally we
also document the changes in the changelog.
2022-02-08 13:28:30 +01:00
Deniz Alp
e6cde9b47a
haskellPackages.numerals: Disable version checks
...
We could also be using fetchFromGithub but the repo looks stale enough that it
doesn't really matter, plus the upper bounds for almost all the dependencies
doesn't exist anymore.
2022-02-08 13:17:20 +01:00
sternenseemann
6a6a2cdbe9
haskellPackages.ihaskell: use enableSharedExecutable over adhoc flag
2022-02-08 12:39:45 +01:00
sternenseemann
63e8fc415f
haskellPackages.haskell-language-server: fix shared build
2022-02-08 12:30:46 +01:00
sternenseemann
550e3a38ba
haskell.packages.ghc902.alex: drop unnecessary patch
2022-02-08 11:38:47 +01:00
sternenseemann
f863b4543a
haskellPackages: preserve ghc-exactprint 1.4.1
...
We'll continue using this version for GHC 9.2.1. 1.5.0 changes behavior
in a breaking way, but the API stays the same, making it a risky
upgrade. Hopefully dependents will tell us via version constraints what
to use in the future.
2022-02-07 20:48:37 +01:00
Malte Brandy
1409648a62
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-02-06 23:57:19 +01:00
Malte Brandy
035ddbea8d
haskellPackages: stackage-lts 18.23 -> 18.24
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2022-02-06 23:56:21 +01:00
Malte Brandy
9334f6f1da
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-02-06 23:44:57 +01:00
Malte Brandy
7ebca5e87b
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-02-06 23:20:34 +01:00
Malte Brandy
3302c41f7f
haskell-language-server: Disable flaky tests for some plugins
2022-02-06 19:14:21 +01:00
Malte Brandy
b20fb1ba49
haskell.packages.ghc921.haskell-language-server: Fix build and enable
2022-02-05 03:15:11 +01:00
Malte Brandy
c87d14a770
haskell.packages.ghc902.haskell-language-server: Enable all working plugins
2022-02-05 03:13:24 +01:00
Malte Brandy
11895db491
haskellPackages.haskell-language-server: Fix dependencies and refactor overrides
2022-02-05 03:12:50 +01:00
sternenseemann
7ef2b7a350
haskell.packages.ghc921.ghc-exactprint: provide missing data-default
2022-02-04 10:56:58 +01:00
sternenseemann
7155cd6d14
haskell.packages.ghc921.haskell-src-meta: drop obsolete patch
2022-02-04 10:48:49 +01:00
sternenseemann
05bf6ed89e
haskell.packages.ghc901.primitive-extras: 0.10.1 -> 0.10.1.4
...
This update resolves a compilation failure we were seeing with 9.0.1.
2022-02-04 10:13:36 +01:00
Akshay Mankar
cc44c59e4b
haskell.packages.ghc901.generic-lens*: 2.2.0.0 -> 2.2.1.0
...
hackage-packages.nix doesn't have generic-lens_2_2_0_0, perhaps this got missed
in the last update.
2022-02-04 09:43:57 +01:00
github-actions[bot]
97dcdd5e57
Merge master into haskell-updates
2022-02-04 00:08:07 +00:00
sternenseemann
42f558024c
haskellPackages.git-annex: adjust src hash for 10.20220127
2022-02-01 19:45:10 +01:00
Vojtěch Káně
a2c7c9d2ad
haskellPackages.contiguous: unmark as broken
...
It currently builds fine without any modifications.
2022-02-01 19:42:09 +01:00
Dennis Gosnell
48c625215f
spago: 0.20.2 -> 0.20.4
2022-02-01 10:10:59 +09:00
sternenseemann
b9c74e0661
haskellPackages.nix-tree: reflect brick update
2022-01-31 23:02:46 +01:00
sternenseemann
9875c91f04
haskellPackages.tz: drop upstreamed patch
2022-01-31 23:00:30 +01:00
Malte Brandy
89f05bbc3e
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-01-31 21:45:15 +01:00
Malte Brandy
4506d83707
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-01-28 01:15:52 +01:00
github-actions[bot]
a64bd12236
Merge master into haskell-updates
2022-01-28 00:07:57 +00:00
Bernardo Meurer
319850d2a3
Merge pull request #156663 from lovesegfault/nix-refactor
...
nix: factor out common.nix
2022-01-27 10:58:17 -08:00