summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
Commit message (Collapse)AuthorAge
...
* haskell-modules: Add more overridesMatthew Bauer2018-07-02
|
* haskell-modules: Add more test tool dependsMatthew Bauer2018-07-02
|
* haskell-modules: Add pandoc for heistMatthew Bauer2018-07-02
|
* haskell-modules: Add test tool depend for modern-uriMatthew Bauer2018-07-02
|
* haskell-modules: Add many more overrides for hspec-discoverMatthew Bauer2018-07-02
| | | | This is needed for picking up hspec-discover in strictDeps generic-builder.nix.
* haskell-modules: Fix mockery in macosMatthew Bauer2018-07-02
| | | | | Weird errors otherwise - seems to need this to know it can skip the bad test.
* with-location: Link upstreamming attemptJohn Ericson2018-07-02
|
* haskell with-location: Link upstreaming attemptJohn Ericson2018-07-02
|
* haskell: add more test tool depend for hspec-discoverMatthew Bauer2018-07-02
| | | | | | | | | | | | | | | | | | | | Needed for new ‘strictDeps = true;’ handling. Including- - slim - string-conversions - skeletal-test - catamorphism - unliftio - logging-facade - distributive - doctest - http-types - interpolate - mockery - mime-mail - http2
* text-conversions: add hspec-discoverMatthew Bauer2018-07-02
|
* with-location: add hspec-discoverMatthew Bauer2018-07-02
|
* alex: `which` needs to be a tool dep so it's a nativeBuildInputJohn Ericson2018-07-02
| | | | | Also pull it from `buildPackages`, as that is where nativeBuildInputs come from.
* base-compat: Add missing build tool dependencyJohn Ericson2018-07-02
|
* hspec{,-core,-discovery}: Add build-tool-depends to testsuiteJohn Ericson2018-07-02
| | | | | `fetchpatch`ing a PR I just opened. This ought to get Cabal to make the `PATH` include the newly-built exe, but unfortunately it doesn't.
* haskell generic-builder: Use strictDeps alwaysJohn Ericson2018-07-02
| | | | | This helps avoid the `ARG_MAX` issues we've been having, and is generally a good idea to ensure cross comparability anyways.
* dhall-nix: fix buildDomen Kožar2018-07-02
|
* dhall-json_1_2_1: Bump dhall depSarah Brofeldt2018-07-02
|
* haskell-dhall-json: update overridePeter Simons2018-07-01
|
* haskell: Move version dependent overrides from to configuration-commonDomen Kožar2018-06-30
|
* bustle: fix buildJan Tojnar2018-06-29
|
* haskell-filecache: disable test suite on DarwinPi3r2018-06-27
| | | | | | | See https://github.com/bartavelle/filecache/issues/4 for details. Closes https://github.com/NixOS/nixpkgs/pull/42629. Update configuration-common.nix
* git-annex: update to version 6.20180626Peter Simons2018-06-27
| | | | This update fixes CVE-2018-10857 and CVE-2018-10859.
* haskell-vector-sized: update override for the latest versionPeter Simons2018-06-26
|
* haskellPackages: disable profiling ghc-heap-view ghc-datasizeProfpatsch2018-06-25
|
* haskell-Cabal: drop obsolete override to fix Setup dependenciesPeter Simons2018-06-22
| | | | | | | This is now handled by cabal2nix: - https://github.com/NixOS/cabal2nix/commit/7ccbd668d1f9f8154a1fbc1ba48d7a483f37a2a7. - https://github.com/NixOS/nixpkgs/pull/41939
* haskell-streaming-commons: disable randomly failing test suitePeter Simons2018-06-22
|
* dhall-json_1_2_0: fix dependenciesPhilip Potter2018-06-19
| | | | | | dhall-json 1.2.0 requires dhall's version to be at least 1.14.0 and less than 1.15.0. The package wasn't building for me because `dhall` is at version 1.11.1; pinning to `dhall_1_14_0` fixed it.
* Merge pull request #41939 from obsidiansystems/haskell-always-setup-separatelyJohn Ericson2018-06-18
|\ | | | | haskell generic-builder: Always use separate pkg db for custom setup
| * haskell: Add setup depends for CabalKirill Elagin2018-06-18
| |
* | odpic-raw: disable tests (#42135)mulderr2018-06-18
|/ | | Test suite expects a running Oracle database server.
* Merge pull request #41408 from puffnfresh/package/taffybarxeji2018-06-17
|\ | | | | taffybar: work around repeated arguments bug
| * taffybar: work around repeated arguments bugBrian McKenna2018-06-03
| | | | | | | | Fixes #40013
* | configuration-common.nix: fix incorrect overrideMatthew Bauer2018-06-10
| |
* | haskellPackages.hnix: dont jailbreakProfpatsch2018-06-08
| | | | | | | | | | The jailbreak itself produces a broken cabal file, and with the current haskellPackages hnix builds just fine.
* | Merge pull request #41593 from ↵Peter Simons2018-06-08
|\ \ | | | | | | | | | | | | erictapen/haskellPackages-http-link-header-disable-tests haskellPackages.http-link-header: disable tests
| * | haskellPackages.http-link-header: disable testsJustin Humm2018-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test Network.HTTP.Link, writeLinkHeader → parseLinkHeader, roundtrips successfully seems to flap, as I cannot reproduce the failure locally, but it occured on Hydra [0]. Also upstream is aware of the problem [1]. [0] https://hydra.nixos.org/build/75041105 [1] https://github.com/myfreeweb/http-link-header/issues/7
* | | haskell-gi: remove patch already present in new versionMichael Alan Dorman2018-06-07
|/ /
* / git-annex: update sha256 hash for new versionPeter Simons2018-06-05
|/
* haskell: disable language-nix on i686 linuxMatthew Bauer2018-05-31
| | | | see https://github.com/peti/language-nix/issues/4 for discusssion
* darcs: Allow newer graphvizSarah Brofeldt2018-05-31
| | | | Fixes #41306
* haskell-fgl: avoid jailbreak to fix the buildPeter Simons2018-05-30
| | | | | | A jailbreak-cabal binary compiles against Cabal 2.2.x will break fgl's Cabal file. Therefore, we just disable the test suite that causes these version issues.
* haskell-cryptohash-sha256: avoid jailbreak, which breaks the Cabal filePeter Simons2018-05-30
|
* haskell-parsec: drop obsolete jailbreakPeter Simons2018-05-30
|
* haskell-graphviz: override dependency versions to fix the buildPeter Simons2018-05-30
| | | | Closes https://github.com/ivan-m/graphviz/issues/34.
* haskellPackages.hlibgit2: fix build after #28029Orivej Desh2018-05-29
|
* haskellPackages: mark yarn2nix broken w/ messageProfpatsch2018-05-28
|
* git-annex: update sha256 hash for the new versionPeter Simons2018-05-19
|
* haskell-vector-sized: update override for the latest versionPeter Simons2018-05-19
|
* haskellPackages.hnix: jailbreak & fix testsProfpatsch2018-05-15
| | | | | | Some of the new tests need the `nix` executable on `PATH`. One also needs `hpack`, but we really don’t want to embiggen (heh) the closure because of that.
* haskell-gi: apply upstream patch to fix the doctest suitePeter Simons2018-05-09
|