about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
Commit message (Collapse)AuthorAge
* haskellPackages.haskell-language-server: Fixing buildMalte Brandy2021-01-22
| | | | by pinning apply-refact
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2021-01-22
| | | | | This update was generated by hackage2nix v2.16.0-9-ga573266 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/61c759fc797fec930eaed15016faa4bdf7c53c75.
* Consistently use 'lib' instead of 'stdenv.lib' in the Haskell infrastructure.Peter Simons2021-01-22
| | | | Part of https://github.com/NixOS/nixpkgs/issues/108938.
* haskellPackages.universe-dependent-sum: Remove broken flagMalte Brandy2021-01-22
|
* hnix-store-core: add missing test dependency by way of overridePeter Simons2021-01-22
| | | | See https://github.com/haskell-nix/hnix-store/issues/127.
* hnix-store-core: update overrides for the latest versionPeter Simons2021-01-22
|
* haskellPackages.pandoc: Temporarily disable testsMalte Brandy2021-01-22
|
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2021-01-22
| | | | | This update was generated by hackage2nix v2.15.6 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/8c276aee32a6348165828e74e53b81a184e4e577.
* hackage2nix: update list of broken builds to fix evaluation errors on HydraPeter Simons2021-01-22
|
* haskellPackages.glicko: unbreakRasmus Précenth2021-01-22
| | | | | I'm the author of the package and fixed the dependencies upstream, now builds correctly and can be unmarked as broken.
* Stackage Nightly 2021-01-20Peter Simons2021-01-22
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* haskell-http-client-restricted: jailbreak to fix the build with older ↵Peter Simons2021-01-15
| | | | versions of http-client
* haskell-lukko: jailbreak to fix the build with the latest version of tastyPeter Simons2021-01-15
|
* haskellPackages.servant: stop building documentation(cdep)illabout2021-01-15
|
* haskellPackages.reflex: Fix buildMalte Brandy2021-01-15
|
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2021-01-15
| | | | | This update was generated by hackage2nix v2.15.6 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/dd69eff0a71724ece4cbd26f9266c2bf45ac764f.
* hackage2nix: update list of broken packages to fix evaluationPeter Simons2021-01-15
|
* haskell-http-client: update overrides for the latest versionPeter Simons2021-01-15
|
* haskellPackages.haskell-language-server: Fix buildMalte Brandy2021-01-15
|
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2021-01-15
| | | | | This update was generated by hackage2nix v2.15.6 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/2a0a57afbe283e7ac560ab11bc002e5ea1c0743f.
* Merge remote-tracking branch 'origin/master' into haskell-updates.Peter Simons2021-01-14
|\
| * Merge pull request #108450 from Ericson2314/no-static-overlayJohn Ericson2021-01-11
| |\ | | | | | | haskell: Inline static overlay
| | * haskell: Inline static overlayJohn Ericson2021-01-11
| | | | | | | | | | | | | | | We don't force `enableStaticLibraries` for Windows or WASM because it will just fail an assertion.
* | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2021-01-14
| | | | | | | | | | | | | | | This update was generated by hackage2nix v2.15.6 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/707845e748117a699f1628130d0311978656142e.
* | | Stackage Nightly 2021-01-14Peter Simons2021-01-14
| | |
* | | haskellPackages.dhall-yaml: generate completionsMatt Wittmann2021-01-14
| | |
* | | haskellPackages.dhall-yaml: unmark as brokenMatt Wittmann2021-01-14
| | |
* | | haskellPackages.tasty-expected-failure: disable failing testsMatt Wittmann2021-01-14
| | |
* | | Merge pull request #109126 from mcwitt/dhall-unmark-brokenDennis Gosnell2021-01-13
|\ \ \ | | | | | | | | dhall-json, dhall-lsp-server, dhall-yaml: unmark as broken
| * | | dhall-lsp-server: unmark as brokenMatt Wittmann2021-01-12
| | | |
| * | | dhall-json: unmark as brokenMatt Wittmann2021-01-12
| | | |
* | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2021-01-13
|/ / / | | | | | | | | | | | | This update was generated by hackage2nix v2.15.6 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/a3b85fa6a258f2d2ba6165b6b2e51ee965b4bb51.
* | | Break the following dependency cyclesPoscat2021-01-12
| | | | | | | | | | | | | | | | | | | | | | | | (testdep) 1. tasty-hedgehog <-> tasty-expected-failure (testdep) 2. lifted-async ---> tasty-hedgehog -> hedgehog -> lifted-async
* | | Merge remote-tracking branch 'origin/master' into haskell-updates.Peter Simons2021-01-11
|\| |
| * | treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl2021-01-10
| | | | | | | | | | | | | | | The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
| * | haskellPackages.half: disable test suite on aarch64Domen Kožar2021-01-09
| | |
* | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2021-01-11
| | | | | | | | | | | | | | | This update was generated by hackage2nix v2.15.6 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/9d855bb42d755a64965443d1b36169285ec70892.
* | | Stackage Nightly 2021-01-11Peter Simons2021-01-11
| | |
* | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2021-01-11
| | | | | | | | | | | | | | | This update was generated by hackage2nix v2.15.6 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/36f52a90279109bd5b6122aca1cc6eac84cbad53.
* | | haskellPackages.threadscope: Remove jailbreak after package updateMarkus Hauck2021-01-10
| | | | | | | | | | | | | | | | | | Thanks to a new release (https://github.com/haskell/ThreadScope/pull/116) threadscope can now be built without jailbreak. :tada:
* | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2021-01-10
| | | | | | | | | | | | | | | This update was generated by hackage2nix v2.15.6 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/c94e3a26482bf5d01c84bbf4abd83fe53ce66d41.
* | | Merge pull request #108780 from cideM/unbreak-co-logDennis Gosnell2021-01-09
|\ \ \ | | | | | | | | co-log, chronos: unmarkBroken by disabling tests for chronos
| * | | co-log, chronos: unmarkBrokenFlorian Beeres2021-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | co-log fails to compile due to its dependency on chronos, which fails to compile because the doctests fail with newer GHC versions. So we just disable the doctests and thus unbreak both. https://github.com/andrewthad/chronos/issues/62
* | | | Merge pull request #108828 from expipiplus1/joe-dspDennis Gosnell2021-01-09
|\ \ \ \ | | | | | | | | | | haskellPackages.derive-storable-plugin: remove from broken list
| * | | | haskellPackages.derive-storable-plugin: remove from broken listJoe Hermaszewski2021-01-09
| |/ / /
* | | | Merge pull request #108788 from expipiplus1/joe-nothunksDennis Gosnell2021-01-09
|\ \ \ \ | | | | | | | | | | haskellPackages.nothunks: jailbreak to fix tests
| * | | | haskellPackages.nothunks: jailbreak to fix testsJoe Hermaszewski2021-01-09
| |/ / /
* | | | Merge pull request #108765 from cideM/haskell-updatesDennis Gosnell2021-01-09
|\ \ \ \ | |_|/ / |/| | | dhall-json: fix to work with newer tasty
| * | | dhall-json: skip tests to skip tasty 1.4 dependencyFlorian Beeres2021-01-08
| |/ / | | | | | | | | | | | | | | | dhall-json has a dependency on tasty-silver and this in turn only compiles if we supply a newer version of tasty. We can get around this issue until stackage has caught up to tasty 1.4 by skipping tests