about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-nix.nix
Commit message (Collapse)AuthorAge
* Merge branch 'master' into stagingVladimír Čunát2017-12-31
|\ | | | | | | | | A few thousand rebuilds from master, again. Hydra: ?compare=1422362
| * llvm-hs: fix llvm-config dependencyNick Hu2017-12-29
| |
* | Merge branch 'master' into stagingVladimír Čunát2017-12-29
|\| | | | | | | | | Haskell rebuild :-) Hydra: ?compare=1421865
| * haskellPackages.LDAP: Fix buildRickard Nilsson2017-12-29
| |
* | mariadb: lib -> connector-cRobin Gloster2017-12-29
|/
* haskell-configuration-nix: fix evalOrivej Desh2017-12-20
|
* haskell-configuration-nix: drop obsolete overridesPeter Simons2017-12-20
|
* haskell-htoml-megaparsec: update override for latest megaparsec versionPeter Simons2017-12-19
|
* haskell-colour: disable test suite to avoid infinite recursionPeter Simons2017-12-15
|
* Revert "Revive multiple outputs for Haskell packages."Peter Simons2017-12-05
|
* Revert "Revert "Merge pull request #27209 from nc6/nc/haskell-multiple-out""Nicholas Clarke2017-11-27
| | | | This reverts commit 89f5d52cf44baec14a7f542a605243777b16e7a5.
* haskell-partial-semigroup: break cyclic reference that results in an ↵Peter Simons2017-10-17
| | | | infinite recursion
* htoml-megaparsec: build against newest megaparsecMichael Alan Dorman2017-10-12
|
* haskellPackages.foundation: disable tests on darwinDomen Kožar2017-09-26
|
* Change link in explanation to upstream issueBen Ford2017-09-08
|
* Add a note about the changesBen Ford2017-09-08
|
* Also had to add dontCheck integration test seems to hangBen Ford2017-09-08
| | | | (unit tests all pass)
* Fix hw-kafka-client haskell packageBen Ford2017-09-08
|
* Revert "Merge pull request #27209 from nc6/nc/haskell-multiple-out"Peter Simons2017-09-06
| | | | | | | | | | This reverts commit dfb0f254844150d05d34150a975e6479b883d409, reversing changes made to 7f8ff024372f985e96b438fa5591d9b43fc6e7bd. These changes broke the ghcWithPackages wrapper: nix-shell -p "haskellPackages.ghcWithPackages (ps: [ps.mtl])" --run "ghc-pkg list mtl" /nix/store/szz84j5k1dy3jdashis6ws28d8l8zxxb-ghc-8.0.2-with-packages/lib/ghc-8.0.2/package.conf.d (no packages)
* haskell-hscolour: fix darwin buildDaiderd Jordan2017-09-05
|
* Fix git-annex.Nicholas Clarke2017-09-04
|
* Add specific overrides for a number of failing packages.Nicholas Clarke2017-09-04
| | | | | | Finish overriding bin output for broken packages. Put stack bash completions in $bin.
* Don't build separate bin output for alex.Nicholas Clarke2017-09-04
| | | | It has files in /usr/share which reference the bin output.
* haskell-packages: fix evaluationDaiderd Jordan2017-08-17
|
* Merge pull request #27615 from NickHu/cudaDomen Kožar2017-08-07
|\ | | | | fix haskellPackages.cuda and some tools dependent on cudatoolkit
| * fix haskellPackages.cuda and some tools dependent on cudatoolkitNick Hu2017-07-24
| |
* | {fs,h}notify: move to configuration-nix.nixDomen Kožar2017-08-06
| |
* | 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.
* haskell-hledger-iadd: drop obsolete override (the build fails with or ↵Peter Simons2017-07-17
| | | | without it)
* haskell-hsyslog: update version overridePeter Simons2017-07-17
| | | | And move it from configuration-nix to configuration-common.
* haskell: fix builds of hledger-iadd, opencv-extra, and logging-facade-syslogPeter Simons2017-06-29
|
* Merge pull request #26125 from volth/webkitgtk-namingFrederik Rietdijk2017-06-28
|\ | | | | rename webkitgtk24x⇒webkitgtk24x-gtk3; webkitgtk2⇒webkitgtk24x-gtk2
| * rename webkitgtk24x -> webkitgtk24x-gtk3; webkitgtk2 -> webkitgtk24x-gtk2Volth2017-05-26
| |
* | haskell-opencv: ensure that the underlying C++ library has contrib code enabledPeter Simons2017-06-23
| | | | | | | | https://github.com/NixOS/nixpkgs/commit/0335b93284b156291d77ff121ea51a01c07527c5#commitcomment-22638850
* | liquidhaskell: try fix test suitePeter Simons2017-05-27
| | | | | | | | This almost succeeded, but some minor issues remain.
* | liquid-fixpoint: disable shared executables to fix the test suitePeter Simons2017-05-27
| | | | | | | | | | The test suite runs "fixpoint" in an environment where the required library search paths aren't set up properly.
* | liquid-fixpoint: patchShebangs is no longer required in version 0.6.0.1Peter Simons2017-05-27
|/
* haskell-loc-test: break infinite recursion in test dependenciesPeter Simons2017-05-12
|
* gi-webkit2: fix gi-javascriptcore dependencyRyan Trinkle2017-05-01
|
* haskell-gtksourceview: clean up overrides for versions 2 and 3 of the packagePeter Simons2017-04-21
|
* llvm-hs: Point llvm-hs to llvm_4Luke Clifton2017-04-05
|
* haskell-configuration-nix: drop obsolete webkit-related overridesPeter Simons2017-03-20
|
* fix typo in commentBenno Fünfstück2017-03-12
|
* haskell: comment about configuration-nix.nix's intersectAttrsBenno Fünfstück2017-03-12
|
* haskellPackages.llvm-general-darwin: fix #23794Vladimír Čunát2017-03-12
| | | | | by hiding under llvm-general. There seems no use in a separately named attribute. The derivations are unchanged.
* haskell-gi-base: propagate gobjectIntrospection dependencyMichael Alan Dorman2017-03-08
| | | | | | | So the thinking is: anything that needs `haskell-gi-base` is going to need `gobjectIntrospection` in order to work correctly; by adding this one `buildDepends` (which therefore gets propagated), we put ourselves in a position to simplify away a bunch of code in `cabal2nix`.
* gi-webkit2: fix gi-javascriptcore dependencyMichael Alan Dorman2017-03-08
| | | | | This actually depends on the specially-versioned gi-javascriptcore package.
* haskell: add nix-specific fixes for various packages in stackage"Benno Fünfstück2017-02-19
| | | | | | | | This reverts commit fd0e0cdc761d1edb0f02b0f5d2d04f557d06711b. http-streams test suite is no longer broken, but still needs to be disabled due to cyclic dependencies (http-streams(test) -> snap -> http-streams)
* Revert "haskell: add nix-specific fixes for various packages in stackage"Thomas Tuegel2017-02-18
| | | | | | | | | | This reverts commit 17c5ca9018619d819c48e25add78f47d7d575611. This commit causes an evaluation error due to infinite recursion, which can be tested by running: ``` $ nix-env -f . -qa \* --meta --xml --drv-path --show-trace > /dev/null ```
* haskell: add nix-specific fixes for various packages in stackageBenno Fünfstück2017-02-18
| | | | | With these overrides, nearly all of the stackage packages in the latest stackage release should compile now.