about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
Commit message (Collapse)AuthorAge
* add override for html-entitiesJude Taylor2017-08-08
|
* add override for digestive-functors-blazeJude Taylor2017-08-08
|
* cabal-install: fix build after updating to version 2.xPeter Simons2017-08-08
|
* {fs,h}notify: move to configuration-nix.nixDomen Kožar2017-08-06
|
* double-conversion: remove patch superseeded by ghc patchDomen Kožar2017-08-06
| | | | https://github.com/NixOS/nixpkgs/pull/27584
* haskellPackages.servant: fix hashRobin Gloster2017-08-04
|
* haskell infra: Misc cleanupsJohn Ericson2017-08-03
| | | | | | | | | | | | | - The haskell lib is very close to not relying on Nixpkgs. I think this is good---simpler to think about and matches Nixpkgs's lib. - The haskell lib is only imported once - stdenv is exposed more shallowly so it can be overriden more easily. I'll eventually use this on Darwin to avoid the Sierra shared library problems (unless changes are to be made system-wide). Closes https://github.com/NixOS/nixpkgs/pull/27840.
* ghc-events_0_6_0 no longer existsJohn Wiegley2017-08-01
|
* structured-haskell-mode: bump version to latest git headPeter Simons2017-08-01
| | | | Chris doesn't seem to make release any more.
* haskell-hindent: fix location of the "site-lisp" symlinkPeter Simons2017-08-01
|
* structured-haskell-mode: fix location of the "site-lisp" symlinkPeter Simons2017-08-01
|
* haskell: fix builds broken by LTS-9 updatePeter Simons2017-07-28
|
* haskellPackages.threadscope: fix buildNikolay Amiantov2017-07-27
|
* ghc-mod: fix build to cope with new split-output workDomen Kožar2017-07-27
|
* enable split-output builds for all haskellPackagesmichael bishop2017-07-27
|
* haskell: provide the name 'bin-package-db' (null) to fix evaluation errorsPeter Simons2017-07-26
|
* haskell: remove all code related to the "haste" compilerPeter Simons2017-07-26
| | | | | These packages have been broken for a while and now they don't even evaluate any more.
* haskell: provide the name 'ghcjs-prim' (null) to fix evaluation errorsPeter Simons2017-07-26
|
* hackage2nix: drop old packages that were required for stack prior to version ↵Peter Simons2017-07-26
| | | | 1.5.x
* haskell-diagrams-solve: disable failing test suite to fix the buildPeter Simons2017-07-26
|
* haskell-symengine: the build is broken because the system library this code ↵Peter Simons2017-07-19
| | | | | | | | | | binds to does not exist This error isn't easily detectable, however, because the Cabal files declares the dependency on "symengine" for the test program rather than for the library itself. https://github.com/symengine/symengine.hs/pull/14
* haskell-cautious-file: jailbreak to fix the buildPeter Simons2017-07-18
|
* haskell-hsyslog: update version overridePeter Simons2017-07-17
| | | | And move it from configuration-nix to configuration-common.
* haskellPackages.inline-java: Add jdk build dependencySarah Brofeldt2017-07-10
|
* haskell-tinc: use default versions of cabal-install and cabal2nixPeter Simons2017-07-04
|
* git-annex: the overrideScope must be applied first to avoid bug ↵Peter Simons2017-06-25
| | | | https://github.com/NixOS/nixpkgs/issues/26852
* git-annex: replacing optparse-applicative needs a deep overridePeter Simons2017-06-25
| | | | | | | | | | Warning: This package indirectly depends on multiple versions of the same | package. This is highly likely to cause a compile failure. | package wai-app-static-3.1.6.1 requires optparse-applicative-0.13.2.0 | package tasty-rerun-1.1.6 requires optparse-applicative-0.13.2.0 | package tasty-0.11.2.1 requires optparse-applicative-0.13.2.0 | package git-annex-6.20170520 requires optparse-applicative-0.14.0.0
* git-annex: enable shell completions for zsh and fishPeter Simons2017-06-23
| | | | The latest optparse-applicative version can do that.
* haskell-hspec-core: break infinity dependency cyclePeter Simons2017-06-23
| | | | | Test suite dependencies silently and temporary depend on hspec-core in their test suites.
* stack: build with hpack version 0.17.xPeter Simons2017-06-16
|
* git-annex: update hash for new versionPeter Simons2017-06-16
|
* haskell-hastache: don't install the internal mkReadme toolPeter Simons2017-06-16
|
* haskell-servant-client: fix evaluationPeter Simons2017-05-27
|
* liquidhaskell: fix buildPeter Simons2017-05-27
|
* git-annex: update hash for new versionPeter Simons2017-05-21
|
* git-annex: force a fetchgit re-fetch when the version number changesPeter Simons2017-05-21
| | | | | Bake the version number of git-annex into the name of the fetchgit derivation to mitigate the effects of https://github.com/NixOS/nixpkgs/issues/25755.
* haskellPackages.hoogle: don't override haskell-src-extsNikolay Amiantov2017-05-19
|
* git-annex: fix hash for new versionPeter Simons2017-05-14
|
* Remove broken haskell-tools overrides.Peter Simons2017-05-14
| | | | | | | These overrides no longer evaluate correctly and as a result break Nixpkgs evaluation. ping @shlevy
* haskellPackages.postgrest-ws: dontCheckPierre Radermecker2017-05-07
|
* intero-nix-shim: init at 0.1.2Michal Rus2017-05-03
|
* Merge pull request #25400 from ljli/hse-simple-no-confPeter Simons2017-05-02
|\ | | | | haskell: haskell-src-exts-simple: Remove configuration
| * haskell: haskell-src-exts-simple: Remove configurationLeon Isenberg2017-05-01
| |
* | haskellPackages.tasty-discover: bootstrap itself using an untested buildRobert Hensing2017-05-01
|/ | | | | | | The tasty-discover test suite depends on tasty-discover in $PATH during test-suite compilation. Adding an untested build of itself to build tools fixes the problem, without putting the untested version in the package set.
* purescript: remove overridesMichael Alan Dorman2017-04-25
| | | | It now supports recent versions of various dependencies.
* haskell-stack: fix build by passing an old version of "store"Peter Simons2017-04-21
|
* haskell-dbus: drop semicolons.patch; this change appears to have been ↵Peter Simons2017-04-21
| | | | included upstream
* wai-app-file-cgi: remove outdated overridesBenno Fünfstück2017-04-18
|
* haskell: Correct dependencies for haskell-tools-*_0_6_0_0Leon Isenberg2017-04-08
|
* haskell: add the linkWithGold function to link packages with ld.goldBas van Dijk2017-04-07
| | | | Also support linking the double-conversion package with ld.gold.