sternenseemann
35aff43aba
haskellPackages.csv: work around ill conceived Setup.hs
...
This Setup.hs uses Cabal < 3 defaultUserHooks for no apparent reason. We
can simply revert to the default Setup.hs, as was already done for GHC
8.10.
2022-02-20 20:10:56 +01:00
sternenseemann
0e233d7a63
haskellPackages.hnix-store-core: allow algebraic-graphs 0.6
2022-02-20 20:03:57 +01:00
sternenseemann
3f9aa37aa2
haskellPackages.aws: patch for aeson 2.0 compatibility
2022-02-20 17:09:08 +01:00
sternenseemann
d9cbb54b1f
haskellPackages.regex-compat-tdfa: fix build with GHC >= 9.0
...
Seems that GHC 9 got a bit stricter in terms of bang pattern syntax.
2022-02-20 13:46:45 +01:00
sternenseemann
3f7a1c05f1
haskellPackages.acc: remove broken flag
2022-02-20 12:36:31 +01:00
sternenseemann
0b193ee953
haskellPackages.pandoc-lua-marshal: remove broken flag
2022-02-20 12:22:30 +01:00
sternenseemann
fe3228edbd
haskellPackages.comfort*: remove broken flag
2022-02-20 12:17:21 +01:00
sternenseemann
a2b1f8b47c
haskellPackages.th-lego: remove broken flag
2022-02-20 12:06:05 +01:00
sternenseemann
6f0d052531
haskellPackages.singleton-th: remove broken flag
2022-02-20 12:01:19 +01:00
sternenseemann
c0a7ad5c71
haskellPackages.hslua-module-version: remove broken flag
...
This builds as-is now.
2022-02-20 11:33:53 +01:00
sternenseemann
600b5f43f0
haskellPackages.linear-base: work around upstream's broken Setup.hs
...
With GHC 9.0.2 being the default, it's about time this package worked.
2022-02-20 11:31:31 +01:00
sternenseemann
e95f451ea6
haskell.packages.ghc921: fix eval for Stackage Nightly 2022-02-17
...
We can drop a lot of version picks that have already made their way into
Stackage Nightly.
2022-02-20 01:15:17 +01:00
sternenseemann
5c971a179d
haskellPackages.fgl*: allow newer hspec
2022-02-19 09:52:22 +01:00
sternenseemann
b80b106e43
haskellPackages.vinyl: fix build with aeson 2.0
2022-02-19 09:52:22 +01:00
sternenseemann
bf8bd354dd
haskellPackages.tasty-discover: fix build with tasty-hspec >= 1.2
2022-02-18 18:24:23 +01:00
sternenseemann
36613295ab
haskellPackages.hw-*: adjust overrides for Stackage Nightly
...
While the generic-lens issue is solved, we now need to be more lenient
on the hspec bounds.
2022-02-18 18:24:23 +01:00
sternenseemann
104c152fd7
haskellPackages.libyaml-streamly: remove broken flag
...
With Stackage Nightly libyaml-streamly, a dependency of ghcup, is now
buildable as is.
2022-02-18 18:24:23 +01:00
sternenseemann
65454750ce
haskellPackages: fix evaluation with stackage nightly 2022-02-17
...
I've tried to be conservative and only clean up things that broke eval
which in most cases had to do with uses of versioned packages that have
become the default in Stackage Nightly now. There's probably still
potential for cleaning up some additional workarounds and likely there
are still a lot of new workarounds to be found once we know about the
build failures.
Also note that clean eval only means that nix-env doesn't fail.
Notes:
* HLS now lacks the stylish-haskell and britanny plugins by default,
since they don't support GHC 9.0.2. We'll need to re-enable them
for GHC < 9.0.2
* A lot of uses of hspec 2.9.* can probably be removed, as 2.8.* which
is used in Stackage Nightly is new enough for most packages.
2022-02-18 18:24:23 +01:00
sternenseemann
7b1e2a2277
haskell.packages.ghc8107: pick correct versions of GHC-specific pkgs
...
Extra acrobatics are required for ghc-bignum which has been removed from
hackage-packages.nix, since it is bundled with GHC starting with 9.0.2.
2022-02-18 18:24:22 +01:00
sternenseemann
cd67b4fcbb
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-02-18 18:24:22 +01:00
sternenseemann
32abf39913
haskellPackages: match default GHC version 9.0.2 in hackage2nix conf
2022-02-18 18:24:22 +01:00
sternenseemann
b5489b75ee
haskellPackages: Stackage LTS 18.25 -> Stackage Nightly 2022-02-07
2022-02-18 18:24:22 +01:00
Berk Ozkutuk
d9ffac4812
haskell.packages.ghc921.aeson-diff: Fix build by jailbreaking
2022-02-17 21:17:31 +01:00
Berk Ozkutuk
3f70d03369
haskell.packages.ghc902.aeson-diff: Fix build by jailbreaking
2022-02-17 21:17:31 +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