Dennis Gosnell
bac88bf4db
haskellPackages.aeson: re-enable tests
2022-02-23 21:19:25 +09:00
Dennis Gosnell
058cbf42eb
stack: add cdepillabout as maintainer
2022-02-23 20:54:54 +09:00
Domen Kožar
bfc0a60a24
haskellPackages.servant-swagger-ui-core: jailbreak to fix the build
2022-02-22 14:16:52 +00:00
Deniz Alp
22c75b75c5
haskellPackages.xdot: Apply patch bumping upper bound on base
2022-02-22 13:27:12 +01:00
sternenseemann
759631e28b
haskellPackages.heterocephalus: drop obsolete override
...
1.0.5.5 made its way into our branch.
2022-02-22 12:28:11 +01:00
sternenseemann
3f805e7690
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-02-22 12:18:29 +01:00
sternenseemann
29850ac05e
haskellPackages: stackage-nightly 2022-02-17 -> 2022-02-19
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2022-02-22 12:18:28 +01:00
sternenseemann
d84b322b5f
haskell.packages.ghc8107.weeder: use weeder 2.2.0
2022-02-21 11:27:38 +01:00
sternenseemann
eee13b46f6
haskellPackages: drop obsolete attributes
...
These are unused and no longer enforced by any configuration directive.
2022-02-21 11:02:13 +01:00
sternenseemann
7c8a83016e
haskellPackages.futhark-manifest: remove broken flag
2022-02-21 01:12:42 +01:00
sternenseemann
99568d7fe0
haskell.packages.ghc902.weeder: fix eval
...
weeder 2.3.0 is the default version now.
2022-02-21 01:12:42 +01:00
Malte Brandy
77b623d5a2
haskell-language-server: Fix build
2022-02-21 00:59:59 +01:00
Malte Brandy
38b125a59d
haskellPackages: Drop a lot of unnecessary overrides
2022-02-21 00:59:59 +01:00
sternenseemann
bef56cfb09
haskellPackages.filtrable: allow tasty 1.4
2022-02-21 00:44:31 +01:00
sternenseemann
46f0cc56db
haskellPackages.haskell-ci: provide ShellCheck 0.7.2 again
...
ShellCheck was updated after we switched from Stackage LTS, but
haskell-ci is very particular about the ShellCheck version it wants.
2022-02-21 00:38:07 +01:00
sternenseemann
8a54680cf2
haskellPackages.Spock: unbreak
...
Surprisingly, we didn't have one of Haskell's popular web frameworks
working, but luckily it was quite easy to get working again.
2022-02-21 00:37:08 +01:00
sternenseemann
e117482cd4
haskellPackages.Spock-core: patch for GHC 9.0 support
2022-02-21 00:35:31 +01:00
sternenseemann
b32a80d9ec
haskellPackages.ShellCheck: drop obsolete patch
...
Said issue has been fixed in 0.8.0 which we ship by default now.
2022-02-21 00:04:27 +01:00
sternenseemann
4fdc933fe5
haskellPackages.heterocephalus: patch for GHC 9.0
2022-02-20 23:16:07 +01:00
sternenseemann
dd0c4562f9
haskellPackages.xmonad: use appropriate patch for >= 0.17
...
We already had a xmonad-nix.patch for XMonad 0.17, so it's just a matter
of using it. The old patch for 0.16 can be dropped as well, since we no
longer ship that version.
2022-02-20 22:41:18 +01:00
sternenseemann
97ad10cfcc
haskellPackages.system-fileio: allow chell >= 0.5
2022-02-20 22:22:59 +01:00
sternenseemann
a62bfb18cc
haskellPackages: clean up accidentally commited override
2022-02-20 21:55:58 +01:00
sternenseemann
c90db6bd1f
haskellPackages.graphviz: allow hspec 2.8.5
2022-02-20 21:50:53 +01:00
sternenseemann
a826da2d94
haskellPackages.flat: fix build with GHC 9.0
2022-02-20 21:47:23 +01:00
sternenseemann
2dde9a3002
haskellPackages.HTF: disable test suite incompatible with aeson 2.0
2022-02-20 21:32:06 +01:00
sternenseemann
7e8311311e
haskellPackages.protolude: fix build with GHC 9.0
2022-02-20 21:07:42 +01:00
sternenseemann
b68dc5365f
haskellPackages.composite-base: patch for template-haskell 2.17
2022-02-20 20:53:38 +01:00
sternenseemann
927809735d
haskellPackages.tree-sitter: allow template-haskell 2.17
2022-02-20 20:40:30 +01:00
sternenseemann
a95dcb8778
haskellPackages.polysemy: drop obsolete patch
...
We are using 1.6.0.0 now, so it's no longer necessary.
2022-02-20 20:27:25 +01:00
sternenseemann
18dc2c6f68
haskellPackages.hledger-lib: drop obsolete patch
...
This patch has been released as part of 1.24, so we no longer need to
apply it for Stackage Nightly.
2022-02-20 20:21:43 +01:00
sternenseemann
a6feb43e4f
Merge remote-tracking branch 'origin/master' into haskell-updates
2022-02-20 20:18:52 +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
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