Commit graph

5397 commits

Author SHA1 Message Date
Malte Brandy 425d22e6cf haskellPackages: Fix eval errors 2020-11-13 21:37:56 +01:00
Malte Brandy bf29c147c3 haskellPackages.haskell-language-server: Fix build
In preparation of the upcoming 0.6.0 release I wanted to fix hls.

It introduces two new plugin packages, which are not on hackage yet.

I remove apply-refact overrides, because current apply-refact versions
are compatible with all ghcs we support, according to their changelog.

I override more of the hls dependencies globally on the whole package
set, to avoid a lot of duplicate compilations. And because @peti changed
my mind about this being a good practice.

hls now uses a released version of ghcide
2020-11-13 21:37:56 +01:00
Malte Brandy becd5f5bc3 haskellPackages.matterhorn: Fix eval 2020-11-13 21:37:56 +01:00
Malte Brandy 798e23c74f haskellPackages.reflex-dom-core: Remove obsolete patches 2020-11-13 21:37:56 +01:00
Malte Brandy bc1ffa457e haskellPackages.pandoc: 2.11.1 -> 2.11.1.1 2020-11-13 21:37:56 +01:00
Joe Hermaszewski 7673eda11d haskell: Add documentationTarball to lib 2020-11-13 21:37:56 +01:00
(cdep)illabout bbb5016daa haskellPackages.binary-instances: get building again 2020-11-13 21:37:56 +01:00
(cdep)illabout 01a403fb71 haskellPackages.quickcheck-instances: no longer needs doJailbreak in ghc-8.8. 2020-11-13 21:37:56 +01:00
Joe Hermaszewski 407bb3ba3f haskell: whitespace fixes 2020-11-13 21:37:56 +01:00
Joe Hermaszewski b95bea0385 haskellPackages.update-nix-fetchgit: Several fixes
Fix versions of dependencies

Generate shell completions

Wrap executable so that required executables are in PATH

Make sure necessary executables for tests are present during build
2020-11-13 21:37:56 +01:00
Joe Hermaszewski 738d4fef65 haskellPackages.optparse-generic_1_4_4: Correct version of dependency 2020-11-13 21:37:56 +01:00
Joe Hermaszewski 4f0af81b01 haskellPackages.optparse-applicative_0_16_0_0: Fix for compgen error 2020-11-13 21:37:56 +01:00
Joe Hermaszewski a3d8c1284f haskell: add addTestToolDepends 2020-11-13 21:37:56 +01:00
Peter Simons 9028b8f341 haskell-time-compat: update to latest version so that binary-instances compiles 2020-11-13 21:37:56 +01:00
Peter Simons 1f021c2657 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-27-g11a103b from Hackage revision
cb01aa6d89.
2020-11-13 21:37:55 +01:00
Peter Simons 3bf200de7d hackage2nix: disable broken builds to fix evaluation errors on Hydra 2020-11-13 21:37:55 +01:00
Julian Stecklina cd11c0c817 haskellPackages.hail: relax cabal dependencies to unbreak
The upstream version still contains very strict dependency
constraints. I've updated the patches to a version that relax these.
This unbreaks hail for me.
2020-11-12 10:47:41 +01:00
Domen Kožar c1e5f8723c
cachix: bump to 0.5.1 2020-11-09 20:17:41 +01:00
Peter Simons d1e684cd24 haskell: drop obsolete patches for patch and reflex 2020-11-06 21:38:29 +01:00
Peter Simons 8925f7ae79 haskell-binary-instances: drop obsolete override
Unfortunately, this doesn't mean that the package now compiles
because it still depends on an newer version of time-compat. :-(
2020-11-06 21:38:28 +01:00
Joe Hermaszewski 7347bbf454 haskellPackages.vulkan: add 32 bit platforms to unsupported-platforms
Same for haskellPackages.VulkanMemoryAllocator
2020-11-06 21:38:28 +01:00
Peter Simons a146baff16 git-annex: update sha256 hash for new version 8.20201103 2020-11-06 21:38:28 +01:00
Malte Brandy 58b878c748 haskellPackages.dependent-sum-aeson-orphans: Remove obsolete patch 2020-11-06 21:38:28 +01:00
Peter Simons 753cb4fc51 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-27-g11a103b from Hackage revision
6ce5b76794.
2020-11-06 21:38:28 +01:00
Peter Simons 3edd552cf0 hackage2nix: update list of broken builds to fix evaluation errors on Hydra
Ping @cdepillabout because of broken spago build.
2020-11-06 21:38:12 +01:00
Peter Simons ef5068f069 haskell-configuration-common: cosmetic 2020-11-06 21:37:06 +01:00
Peter Simons 5e386edc22 pandoc: update override for the new version 2020-11-06 21:37:06 +01:00
Peter Simons 696f1c191c haskell-gi-base: update override for the new version 2020-11-06 21:37:06 +01:00
(cdep)illabout d3fb9a25b3 haskellPackages.shellFor: add a doBenchmark argument for enabling benchmarks deps 2020-11-06 21:37:06 +01:00
Joe Hermaszewski f78fb98f18 haskellPackages.orbits: mark unbroken 2020-11-06 21:37:06 +01:00
Joe Hermaszewski 65c119e6e7 haskellPackages.exact-real: mark unbroken 2020-11-06 21:37:05 +01:00
Joe Hermaszewski 22dbcb3b57 haskellPackages.autoapply: Depend on correct version of th-desugar
Also mark as unbroken
2020-11-06 21:37:05 +01:00
Joe Hermaszewski 86a1b6c41d haskellPackages.vulkan-utils: Add necessary dependency on vulkan-headers
Also mark as unbroken
2020-11-06 21:37:05 +01:00
Dennis Gosnell d26890fd15 haskellPackages.shellFor: fix spelling and grammar mistakes
Co-authored-by: maralorn <malte.brandy@maralorn.de>
2020-11-06 21:37:05 +01:00
(cdep)illabout 17eee57642 haskellPackages.shellFor: improve documentation 2020-11-06 21:37:05 +01:00
Kai Harries 0fa596936b haskellPackages.git-mediate: mark as not broken
After update to 1.0.8.1 git-mediate is buildable again
2020-11-06 21:37:05 +01:00
Peter Simons ed41afe60a haskell: update Cabal overrides for the new 3.2.1.0 release 2020-10-30 21:11:47 +01:00
Peter Simons 718aafa5f7 pandoc: update overrides for the new release 2020-10-30 21:11:47 +01:00
Peter Simons a2c9fb0aaa hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-26-gcfec46d from Hackage revision
950856114c.
2020-10-30 21:11:39 +01:00
sternenseemann 857d62462a haskellPackages.flat: unbreak
flat builds fine again as is.
2020-10-30 21:11:38 +01:00
Peter Simons 035ba1797d hackage2nix: disable broken builds to fix evaluation 2020-10-30 21:11:38 +01:00
Peter Simons 35b3a1f43a LTS Haskell 16.20 2020-10-30 21:11:37 +01:00
Domen Kožar 59c53bc62e
servant: generate docs using python3 2020-10-29 16:21:57 +01:00
zowoq 10e961cdf9 haskellPackages.trifecta: dontCheck on darwin 2020-10-25 15:59:31 +10:00
Peter Simons 650ddffab5 haskell-implicit-hie-cradle: fix build 2020-10-23 21:00:26 +02:00
Peter Simons b5c2917eb2 haskell-skylighting-core: update override for the new version 2020-10-23 21:00:26 +02:00
Peter Simons 83c743387f haskell-skylighting: update override for the new version 2020-10-23 21:00:26 +02:00
Peter Simons 0bde9a5576 haskell-splitmix: update override for the latest version 2020-10-23 21:00:26 +02:00
Peter Simons 89ed6f458d Extend the configuration for ghc-9.0.x to make more builds succeed. 2020-10-23 21:00:26 +02:00
Peter Simons 90500cc7a4 haskell-dhall: update overrides for the new release 2020-10-23 21:00:26 +02:00