about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-02-05haskell.packages.ghc921.haskell-language-server: Fix build and enableMalte Brandy1-1/+34
2022-02-04haskell.packages.ghc921.ghc-exactprint: provide missing data-defaultsternenseemann1-0/+1
2022-02-04haskell.packages.ghc921.haskell-src-meta: drop obsolete patchsternenseemann1-5/+0
2022-01-24haskellPackages: Fix eval by bumping some versioned referencesMalte Brandy1-1/+1
2022-01-24jacinda: init at 0.2.0.0sternenseemann1-0/+1
Expose from haskell.packages.ghc921 (which is the only GHC version that can build it easily atm) and additionally install man page, language guide and code examples.
2022-01-24rure: init at 0.2.1sternenseemann1-0/+3
Also regenerate hackage-packages.nix so it picks up on the newly added library and remove the broken flag no haskell.packages.ghc921.regex-rure which builds fine now (earlier GHC versions bundle incompatible bytestring versions).
2022-01-14haskell.packages.ghc921.retrie: 1.2.0.0 -> 1.2.0.1Ellie Hermaszewska1-1/+1
2022-01-14haskell.packages.ghc921.path: 0.9.1 -> 0.9.2Ellie Hermaszewska1-1/+1
2022-01-14haskell.packages.ghc921.ghc-lib-parser: 9.2.1.20211101 -> 9.2.1.20220109Ellie Hermaszewska1-3/+3
2022-01-14haskell.packages.ghc921.ghc-exactprint: 1.3.0 -> 1.4.1Ellie Hermaszewska1-2/+2
2022-01-14haskell.packages.ghc921.attoparsec: 0.14.3 -> 0.14.4Ellie Hermaszewska1-1/+1
2022-01-14haskell.packages.ghc921.hashable: 1.4.0.1 -> 1.4.0.2Ellie Hermaszewska1-1/+1
2022-01-05haskellPackages.text-short: bump latest version to fix eval errorsDennis Gosnell1-1/+1
2022-01-05haskellPackages.hlint: bump latest versionDennis Gosnell1-1/+1
2021-12-21haskellPackages.retrie: downgrade to 1.1.0.0 for GHC < 9.2sternenseemann1-0/+14
retrie 1.2.0.0 adds support for 9.2, but drops it for all prior versions. haskell.packages.ghc921.retrie stays at 1.2.0.0. haskell.packages.ghc921.ghc-exactprint: 0.6.4 -> 1.3.0
2021-12-21haskell.compiler.*.hlint: make hlint is built on Hydra for GHC >= 9sternenseemann1-12/+14
2021-12-21haskell.packages.ghc901.hlint: 3.3.4 -> 3.3.5sternenseemann1-4/+2
haskell.packages.ghc921.hlint: adjust override
2021-12-15haskell.compiler.ghc921.hlint: 3.3.4 -> unstable-2021-12-12sternenseemann1-3/+13
hlint introduced GHC 9.2.1 support on its development branch recently.
2021-12-15haskell.packages.ghc921.hoogle: unbreaksternenseemann1-0/+3
haskell.packages.ghc921.bsb-http-chunked: disable doctest suite This package's doctest suite is invoked in a weird way apparently which makes it fail to typecheck with GHC 9.2.1.
2021-12-13haskellPackages: adjust overrides for attoparsec updatesternenseemann1-1/+1
latest attoparsec: 0.14.2 -> 0.14.3
2021-12-08haskell.packages.ghc921.validity: use proper patch for 0.12.0.0sternenseemann1-5/+2
2021-12-06haskell.packages.ghc921.memory: ensure head.hackage patch appliessternenseemann1-1/+4
2021-12-03haskell.packages.ghc921.ormolu: 0.1.4.1 -> 0.4.0.0sternenseemann1-0/+18
Brings GHC 9.2.1 support, also fix builds of dependencies.
2021-12-03haskell.packages.ghc921.quickcheck-instances: 0.3.26.1 -> 0.3.27sternenseemann1-1/+1
2021-12-03haskell.packages.ghc921.hashable: reflect hackage updatesternenseemann1-1/+1
2021-11-23haskellPackages: always inherit llvmPackages from ghc's passthrusternenseemann1-2/+1
This means we only have to update the llvmPackages attribute in one place now and should prevent situations like with 8.6.5 where different versions would be used in the package set compared to the compiler build. Drop comments in the configuration-ghc-X.Y.x.nix files as well, since LLVM version isn't tied to the compiler minor version at all (e. g. 8.10.2 and 8.10.7 have different support ranges).
2021-11-21haskell.packages.ghc921.vector-th-unbox: drop now obsolete patchsternenseemann1-6/+0
2021-11-21haskell.packages.ghc921.streaming-commons: drop now obsolete patchsternenseemann1-5/+0
2021-11-20haskell.packages.ghc921.aeson_2_0_1_0: drop obsolete overridesternenseemann1-3/+0
The hackage version of aeson has been updated from 2.0.1.0 -> 2.0.2.0 and now builds without intervention.
2021-11-20haskell.packages.ghc9{0,2}1.lens: 5.0.1 -> 5.1sternenseemann1-5/+2
Latest on Hackage has been updated, so let's try to follow. Stackage LTS still doesn't support GHC >= 9.0
2021-11-14haskell.packages.ghc921.hashable-time: 0.2.1 -> 0.3sternenseemann1-2/+2
haskell.packages.ghc921.time-compat: 1.9.5 -> 1.9.6.1 Reflect removal of Eq instance for ZonedTime.
2021-11-13haskell.packages.ghc921.cereal: drop now obsolete patchsternenseemann1-5/+0
2021-11-12haskellPackages: adjust overrides for doctest updatesternenseemann1-4/+1
* haskell.packages.ghc9{0,2}1.doctest: 0.18.1 -> 0.18.2 * haskell.packages.ghc921.doctest: drop now obsolete patch * haskellPackages.hledger-lib_1_23: reflect doctest update
2021-11-10haskell.packages.ghc921.invariant: drop now upstreamed patchsternenseemann1-6/+0
2021-11-07haskell: switch from haskell.lib to haskell.lib.composeEllie Hermaszewska1-36/+36
2021-11-06haskell.packages.ghc921.ghc-lib*: use 9.2.1 version by defaultsternenseemann1-0/+3
hlint still uses the 9.0.1 versions, since its version bounds prevent the 9.2.1 ones from being used for the time being.
2021-11-06configuration-ghc-9.2.x.nix: update overridesEllie Hermaszewska1-4/+6
2021-11-06configuration-ghc-9.2.x.nix: `aeson_2_0_1_0`-related overridesVaibhav Sagar1-22/+10
2021-11-06configuration-ghc-9.2.x.nix: update overridesVaibhav Sagar1-34/+13
2021-11-01haskell.packages.ghc921.tf-random: work around aarch64 decoding bugsternenseemann1-0/+5
GHC 9.2.1 seemingly has trouble decoding the UTF-8 in tf-random's haddock comments and cabal file, causing haddock and the build to fail. Until there's a patch from upstream we can apply, we'll just disable haddock.
2021-10-29haskell.compiler.ghc921: 9.2.0.20210821 -> 9.2.1sternenseemann1-4/+2
https://mail.haskell.org/pipermail/glasgow-haskell-users/2021-October/027082.html Also fixes a bug affecting the behavior of streaming-commons and text: https://gitlab.haskell.org/ghc/ghc/-/issues/20526 Co-authored-by: Guillaume Bouchard <guillaum.bouchard@gmail.com>
2021-10-21configuration-ghc-9.2.x.nix: jailbreak `constraints` to fix buildVaibhav Sagar1-1/+1
2021-10-18haskell.packages.ghc921.streaming-commons: disable testsEllie Hermaszewska1-2/+4
Due to https://github.com/haskell/text/issues/380 and https://github.com/fpco/streaming-commons/issues/60
2021-10-17haskell.packages.ghc921.cereal: jailbreak (too strict bound on base)sternenseemann1-1/+1
2021-10-17haskell.packages.ghc921.cabal-install: fix buildsternenseemann1-2/+7
2021-10-17haskell.packages.ghc921.cabal2nix: fix buildsternenseemann1-4/+43
This mostly involved making its dependencies build, cabal2nix itself seems to have no issues with 9.2.1 at the moment.
2021-10-11haskell.packages.ghc921: make dependencies of ihaskell buildVaibhav Sagar1-9/+99
See also https://github.com/gibiansky/IHaskell/pull/1283.
2021-10-11haskell.packages.ghc921.language-haskell-extract: pin patch revisionsternenseemann1-2/+2
This should make it more reproducible, today's master has already diverged from the state it was in when the previous hash was obtained (for GHC 9.0.1), may need some digging to fix this in the 9.0.x configuration overlay.
2021-10-10haskellPackages.network_3_1_2_5: Use correct version in all references to ↵Malte Brandy1-1/+1
this pkg
2021-10-01haskell.packages.ghc921: use network_3_1_2_2Jens Nolte1-0/+1