Commit Graph

6438 Commits

Author SHA1 Message Date
Mauricio Collares
8dbf274116 haskell.packages.ghc901, haskell.packages.ghc921: use hlint_3_3_4 instead of hlint_3_3_1 2021-09-10 22:01:29 -03:00
Mauricio Collares
c7bae28f81 haskellPackages.urlencoded: unmark as broken 2021-09-11 02:22:13 +02:00
sternenseemann
61b713abd6 haskell.packages.*.ghc-api-compat: fix across all supported sets
* haskell.packages.ghc884.ghc-api-compat needed us to re-add the 8.6
  version of the package.
* haskell.packages.ghc901.ghc-api-compat now points to the newly
  released 9.0.1 version of the package.
* haskell.packages.ghc8107.ghc-api-compat now correctly points to
  ghc-api-compat 8.10.7.

GHC 9.2.1 is still unsupported (which is to be expected, with it
being a release candidate).

To make sure everything stays working we'll build ghc-api-compat as part
of versionedCompilerJobs.
2021-09-07 15:48:08 +02:00
sternenseemann
bcc8e62a23 haskellPackages.git-annex: update sha256 for 8.20210903 2021-09-07 15:36:21 +02:00
(cdep)illabout
538e32b740
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-09-07 10:52:19 +09:00
(cdep)illabout
c725d8735e
haskellPackages: stackage-lts 18.8 -> 18.9
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2021-09-07 10:50:49 +09:00
(cdep)illabout
9b8b11e25f
haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-09-07 09:11:50 +09:00
sternenseemann
fbf7db7aed haskellPackages.isocline: don't execute flawed test suite 2021-09-06 19:12:15 +02:00
sternenseemann
93c06e23f2 hadolint: build with language-docker 10.1.1 2021-09-06 02:48:06 +02:00
Malte Brandy
b3da6961d5
docs: haskell-updates/HACKING.md: Add link to chat 2021-09-05 22:49:56 +02:00
sternenseemann
afcb5de64d haskellPackages.monadeli: update maintainer list to include ncfavier 2021-09-05 21:47:52 +02:00
sternenseemann
a3bc86aba3 haskell.packages.ghc921.base-compat: use 0.12.0 for GHC 9.2 support 2021-09-05 21:43:43 +02:00
sternenseemann
21e3afc6a2 haskell-ci: make sure all dependencies use Cabal 3.4
haskell-ci doesn't support Cabal 3.6 yet, so we need to downgrade
cabal-install-parsers to avoid inconsistencies across the dependency
graph.
2021-09-05 21:42:26 +02:00
maralorn
828f92acea
Merge pull request #136797 from ncfavier/unbreak-lambdabot
haskellPackages.lambdabot-social-plugins,lambdabot: unbreak, add myself as maintainer
2021-09-05 19:01:02 +02:00
Naïm Favier
9380d8464b
haskellPackages.lambdabot-social-plugins,lambdabot: unbreak, add myself as maintainer 2021-09-05 18:53:55 +02:00
Malte Brandy
6b93b667b2
haskellPackages.hakyll: Remove obsolete overrides 2021-09-05 12:40:26 +02:00
Malte Brandy
ff8d7d7d3c
Pin reflex-dom-pandoc version 2021-09-05 00:17:04 +02:00
sternenseemann
ac656b2908 haskellPackages.cabal-install-parsers: build with Cabal >= 3.6
cabal-install-parsers depends on Cabal ^>= 3.6.0.0 since the latest release.
2021-09-04 22:22:41 +02:00
sternenseemann
796d31ab22 haskellPackages.distribution-nixpkgs: drop now unnecessary override
After updating our hackage hashes tarball we also have access to the
latest version.
2021-09-03 16:18:33 +02:00
Joe Hermaszewski
795e0d4c6e
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-09-03 15:05:24 +01:00
Joe Hermaszewski
72f0557fc4
haskellPackages: stackage-lts 18.7 -> 18.8
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2021-09-03 15:04:14 +01:00
Joe Hermaszewski
5d852fef63
haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-09-03 14:41:47 +01:00
Domen Kožar
75e78ebaec cachix: fix build on aarch64-darwin 2021-08-28 14:53:11 +02:00
maralorn
bd1c813a30
Merge pull request #135935 from sternenseemann/haskell-aarch64-darwin-meta
haskellPackages: prepare meta sets for aarch64-darwin support
2021-08-27 19:35:34 +02:00
sternenseemann
e3aeb5a55c haskell/configuration-hackage2nix: no x86_64-darwin → no aarch64-darwin
As a preparation for adding aarch64-darwin support, make sure that
whenever x86_64-darwin is unsupported, we also don't support
aarch64-darwin to avoid a mess in the diff and likely a lot of avoidable
build failures.

If it turns out to be supported we can always remove them later.
2021-08-27 18:32:51 +02:00
sternenseemann
d182740101 haskellPackages.cabal2nix-unstable: 2021-08-21 -> 2021-08-27
Adds support for aarch64-darwin in hackage2nix.
2021-08-27 18:32:48 +02:00
sternenseemann
9ac0cf0958 haskellPackages.distribution-nixpkgs: 1.6.0 -> 1.6.1
New release without breaking changes which adds support for
aarch64-darwin. Because we're impatient, bump it manually instead of
waiting for stackage.
2021-08-27 18:32:48 +02:00
(cdep)illabout
a37642c3be
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-08-27 18:44:27 +09:00
Dominik Schrempf
f3eb6a06be
haskellPackages.circular: unbreak; builds fine 2021-08-27 09:23:11 +02:00
Malte Brandy
abd4b28a10
haskellPackages.hls-floskell-plugin: dontCheck on darwin 2021-08-25 19:20:17 +02:00
sternenseemann
c4ed2a618c haskell/configuration-hackage2nix: fix comment about stackage bounds
No funny business with string replacement going on anymore, but there
are still some caveats.
2021-08-24 23:15:55 +02:00
sternenseemann
51e99b6e4c haskellPackages.dhall-nix: downgrade to 1.1.21 for dhall 1.39
Stackage LTS hasn't upgraded to 1.40 yet -- dhall-nix is not part of
stackage and thus ahead.
2021-08-24 23:15:02 +02:00
Bryan Richter
a198f75258 haskellPackages.monomer: set dontCheck
Monomer's tests want a display, which currently isn't provided in the Nix sandbox.

I also reordered the other packages that are in the same boat so they're
all in one place.
2021-08-24 23:08:36 +02:00
Bryan Richter
568e022497 haskellPackages.nanovg: unmark broken
It needed some packages added to cabal2nix, and they've been added.
2021-08-24 22:59:13 +02:00
sternenseemann
968a107add haskellPackages.hpack-dhall: remove now unnecessary override
Issue was resolved upstream
2021-08-23 19:18:32 +02:00
Joe Hermaszewski
f64e8c0822
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-08-23 23:18:14 +08:00
Guillaume Bouchard
e0f7b04c2e ghc: add 9.2.1 (rc1) 2021-08-23 12:40:11 +02:00
Malte Brandy
86e50ebca4
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-08-22 19:59:04 +02:00
Malte Brandy
e6be28a6ad
haskellPackages: stackage-lts 18.5 -> 18.7
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2021-08-22 19:58:21 +02:00
(cdep)illabout
c091b809ca
haskellPackages.hasura-ekg-core: unbreak by adding overrides
This also similarly fixes haskellPackages.hasura-ekg-core.
2021-08-22 10:24:21 +09:00
sternenseemann
13f70bfa7a haskellPackages.tophat: remove now unnecessary override 2021-08-21 19:26:53 +02:00
sternenseemann
6a84c24d5a haskellPackages.cabal2nix-unstable: 2021-07-29 -> 2021-08-21 2021-08-21 17:59:00 +02:00
Dennis Gosnell
97c82aa1a4
Merge pull request #134404 from Lassulus/hasura
haskellPackages.graphql-engine: 2.0.5 -> 2.0.7
2021-08-21 10:33:16 +09:00
lassulus
af115b8609 haskellPackages.graphql-engine: 2.0.5 -> 2.0.7 2021-08-19 14:15:21 +02:00
Jade
b5c2212cdf haskellPackages.oidc-client: mark unbroken and disable spec
Their spec tests OpenID Connect against google.com, which does not work.
2021-08-19 11:42:28 +02:00
Malte Brandy
5ebd941b75
haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-08-18 18:48:18 +02:00
Malte Brandy
31b0b7f654
haskellPackages.hls-haddock-comments-plugin 2021-08-18 11:43:02 +02:00
Malte Brandy
0544ee558e
haskellPackages.hls-pragmas-plugin: dontCheck on darwin 2021-08-18 11:34:15 +02:00
Malte Brandy
1bf1a3556a
haskellPackages.streamly-posix: jailbreak to fix tests 2021-08-18 10:22:35 +02:00
Malte Brandy
a8241df627
haskellPackages.gitit: Remove obsolete patch 2021-08-18 10:22:01 +02:00