1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-01 18:12:46 +00:00
Commit graph

2007 commits

Author SHA1 Message Date
Malte Brandy 691b181fc0 haskellPackages.git-fls: Remove obsolete jailbreak 2020-11-20 20:57:41 +01:00
Malte Brandy 1f1d171337 haskellPackages.reflex-dom: Fix patch hash 2020-11-20 20:57:41 +01:00
Malte Brandy fb82f19d71 haskellPackages.git-annex: Fix build 2020-11-20 20:57:40 +01:00
Malte Brandy bea4d0dc49 haskellPackages.snap: Fix build 2020-11-20 20:57:40 +01:00
Malte Brandy 4e5914ee25 haskellPackages.neuron: Fix build
This bumps aeson-gadt-th, which will be pulled in by the hackage update
this night anyways.
2020-11-20 20:57:40 +01:00
Malte Brandy 899f9ffc36 haskellPackages.haskell-language-server: Try to fix tests 2020-11-20 20:57:40 +01:00
Joe Hermaszewski 498f9f63da haskellPackages.streamly: fix build
The build was broken because our `primitive` version was too high.

Using the patch from https://github.com/composewell/streamly/pull/565
2020-11-20 20:57:40 +01:00
Malte Brandy b24ba952ec haskellPackages.stan: Fix build 2020-11-20 20:57:39 +01:00
Malte Brandy 33d504be0e haskellPackages.neuron: Fix dependencies
Sadly neuron itself remains broken. Fix for it is yet to come.
2020-11-20 20:57:39 +01:00
(cdep)illabout 0ef0f83fbf haskellPackages.semver-range: disable tests to get building 2020-11-20 20:57:39 +01:00
Malte Brandy dd75aa6b9b haskellPackages.stack: Fix build of dependencies
* persistent-sqlite
* pantry
2020-11-20 20:57:38 +01:00
Malte Brandy 93e8e7eb62 haskellPackages.hackage-security: Disable test to fix build 2020-11-20 20:57:38 +01:00
Malte Brandy e2b6d74494 haskellPackages.haskell-language-server: Fix build 2020-11-20 20:57:37 +01:00
Malte Brandy 63e5e85ba7 haskellPackages: Fix more eval errors 2020-11-20 20:57:37 +01:00
Malte Brandy 996775e9cb haskellPackages.nettle: Fix build 2020-11-20 20:57:37 +01:00
Malte Brandy c35a3fb3f7 haskellPackages.aeson: Fix build 2020-11-20 20:57:36 +01:00
Malte Brandy d444c89dd4 haskellPackages: Remove obsolete packages
All those packages are not needed anymore in nixpkgs
2020-11-20 20:57:36 +01:00
Malte Brandy 8ef164247e haskellPackages: Remove a lot of overrides to fix eval errors 2020-11-20 20:57:36 +01:00
Peter Simons 6aa6b8f0eb haskell: drop overrides that have become obsolete in Stackage Nightly 2020-11-20 20:57:35 +01:00
Malte Brandy bf2b91cfc0 haskellPackages.stack: Fix eval error 2020-11-13 21:37:57 +01:00
Malte Brandy 0f1709ad23 haskell-language-server: Fix build
Fixing a bound problem in ghcide and bumping ghc-exactprint
2020-11-13 21:37:57 +01:00
Malte Brandy bacdeffd80 haskellPackages.hls-hlint-plugin: Fix build on hydra 2020-11-13 21:37:57 +01:00
Malte Brandy 3cbe2b5bc3 haskell-language-server: Fix hydra config for deps 2020-11-13 21:37:57 +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
(cdep)illabout bbb5016daa haskellPackages.binary-instances: get building again 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
Peter Simons 9028b8f341 haskell-time-compat: update to latest version so that binary-instances compiles 2020-11-13 21:37:56 +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
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
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 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
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
Peter Simons 718aafa5f7 pandoc: update overrides for the new release 2020-10-30 21:11:47 +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 90500cc7a4 haskell-dhall: update overrides for the new release 2020-10-23 21:00:26 +02:00
Markus Hauck 58ad0afc3c haskellPackages.stan: Mark as not broken and enable tests
With https://github.com/NixOS/nixpkgs/pull/101008, this package builds
successfully and passes all tests as well.
2020-10-23 21:00:25 +02:00