summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
Commit message (Collapse)AuthorAge
* haskellPackages: jailbreak terminal-progress-barMichael Alan Dorman2016-10-18
|
* haskell-stack: fix buildPeter Simons2016-10-18
|
* git-annex: enable test suite againPeter Simons2016-10-18
|
* git-annex: bump to latest versionPeter Simons2016-10-12
|
* diagrams-pgf: Fix dependenciesAndreas Herrmann2016-10-09
|
* texrunner: Fix buildAndreas Herrmann2016-10-09
| | | | Tests fail due to nonexistent tex executables.
* haskellPackage.wai-cors: Disable cabal checkTheodore Witkamp2016-10-05
| | | | External program is used in tests.
* haskell: jailbreak some packages to fix builds in LTS 7.xPeter Simons2016-10-05
|
* haskell-vector: jailbreak to fix test suite buildPeter Simons2016-10-02
|
* haskell-store: disable spuriously failing test suitePeter Simons2016-10-01
|
* haskell-stack: fix build of the new versionPeter Simons2016-09-30
|
* git-annex: update to latest versionPeter Simons2016-09-27
|
* hindent: don't try to byte compile elisp filesPeter Simons2016-09-26
| | | | | We don't have an up-to-date version of haskell-mode in Nix, which is a dependency of that build.
* structured-haskell-mode: apply patches to fix the buildPeter Simons2016-09-26
|
* structured-haskell-mode: cosmeticPeter Simons2016-09-26
|
* structured-haskell-mode: use output from "git describe" to identify the versionPeter Simons2016-09-26
|
* structured-haskell-mode: bump to latest git versionPeter Simons2016-09-26
| | | | Hopefully, this will achieve support for Emacs 25.x.
* haskellPackages.hasql-transaction: disable failing test suiteRodney Lorrimar2016-09-24
| | | | The tests want to connect to a postgresql server at localhost:5432.
* haskell-hindent: disable failing test suitePeter Simons2016-09-20
|
* haskell-mongoDB: disable failing test suitePeter Simons2016-09-20
|
* For the moment, we need a specific reference to 5.0.4Michael Alan Dorman2016-09-20
| | | | | This will need to change if we stop arbitrarily tying "hoogle" to be 5.0.1.
* emacs: 24.5 -> 25.1Moritz Ulrich2016-09-18
| | | | | | | | | | This commit removes all references to emacs24 with the exception of emacs24-macports. The two folders in `pkgs/applications/editors` named `emacs-24` and `emacs-24` are consolidated to a new `emacs` folder. Various parts in nixpkgs also referenced `emacs24Packages` (pinned to `emacs24`) explicitly where `emacsPackages` (non-pinned) is more appropriate. These references get fixed by this commit too.
* idris: disable failing test suitePeter Simons2016-09-18
|
* git-annex: test suite fails, reported upstreamPeter Simons2016-09-18
|
* hoogle: remove obsolete overridePeter Simons2016-09-18
|
* haskellPackages/pontarius-xmpp: dontCheckProfpatsch2016-09-17
|
* haskell-MemoTrie: disable failing Haddock stagePeter Simons2016-09-17
|
* xmonad: disable failing test suitePeter Simons2016-09-17
|
* haskell-spy: drop obsolete overridePeter Simons2016-09-17
|
* haskell-hasktags: drop obsolete overridePeter Simons2016-09-17
|
* haskell: disable plenty of broken LTS-7.x test suitesPeter Simons2016-09-17
|
* haskell: port existing hardening overrides to use the new combinatorPeter Simons2016-09-15
|
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* structured-haskell-mode: link Haskell libraries statically into this executablePeter Simons2016-09-12
| | | | | | | | It's my understanding that Emacs runs the "structured-haskell-mode" binary virtually every time you press a key in an Haskell buffer, and since dynamically linked Haskell binaries take *much* longer to start up, switching this particular package to statically linked libraries ought to result in a performance boost.
* haskell-hasktags: don't install the "test" binaryChris Martin2016-09-10
| | | | Closes https://github.com/NixOS/nixpkgs/pull/18403.
* idris: clean up overridesPeter Simons2016-09-10
| | | | Closes https://github.com/NixOS/nixpkgs/pull/18309.
* haskell-configuration-common: cosmeticPeter Simons2016-09-10
|
* haskell-gtk2hs-buildtools: this override does not belong into commonPeter Simons2016-09-10
|
* haskell-yi: remove obsolete "broken" markerPeter Simons2016-09-10
| | | | Fixes https://github.com/NixOS/nixpkgs/issues/18188.
* haskell-servant-router: don't run the test suitePeter Simons2016-09-09
| | | | | | It times out after 2 hours: http://hydra.nixos.org/build/40065332. (cherry picked from commit 277efdd50eeec48a510672eaea5d7d664aac0b7c)
* git-annex: update version to 6.20160907Peter Simons2016-09-09
|
* git-annex: fix GHC 8.x buildPeter Simons2016-09-09
|
* haste-compiler: mark as brokenPeter Simons2016-09-09
| | | | | | | | | | | Configuring haste-compiler-0.5.5.0... Setup: At least the following dependencies are missing: HTTP -any, bzlib -any, either -any, ghc-simple -any, system-fileio -any, tar -any
* haste-cabal-install: mark as brokenPeter Simons2016-09-09
| | | | The build depends on the broken haste-Cabal package.
* haskellPackages.haste-Cabal: mark as brokenobadz2016-09-07
|
* Merge staging into masterTuomas Tynkkynen2016-09-01
|\ | | | | | | | | | | | | | | | | | | | | Brings in: - changed output order for multiple outputs: https://github.com/NixOS/nixpkgs/pull/14766 - audit disabled by default https://github.com/NixOS/nixpkgs/pull/17916 Conflicts: pkgs/development/libraries/openldap/default.nix
| * Merge remote-tracking branch 'dezgeg/shuffle-outputs' into stagingTuomas Tynkkynen2016-08-30
| |\ | | | | | | | | | https://github.com/NixOS/nixpkgs/pull/14766
| | * haskellPackages.hcwiid: Fix output references to bluezTuomas Tynkkynen2016-08-30
| | |
* | | haskell-mueval: remove obsolete patchPeter Simons2016-08-31
|/ /
* | Merge pull request #18016 from Profpatsch/spy-patchPeter Simons2016-08-29
|\ \ | |/ |/| haskellPackages.spy: fix for new fsnotify version