summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-nix.nix
Commit message (Collapse)AuthorAge
* ghc-8.6.x: update overridesPeter Simons2018-10-19
|
* treewide: fix evaluation with `allowAliases = false`Ryan Mulligan2018-10-13
|
* futhark: introduce the top-level futhark attributeBas van Dijk2018-10-12
| | | | | | | | | The fact that futhark is a Haskell package is an implementation detail. To install it users should just have to specify `futhark` instead of `haskellPackages.futhark`. Additionally futhark is overridden with `haskell.lib.justStaticExecutables` to reduce closure size.
* haskell: fix x509-system on mojaveMatthew Bauer2018-10-02
| | | | | | | | | | | | | | | | | | | darwin.security_tool is currently broken in Mojave. See issue #45042 for more info. Our security_tool stuff comes from 10.9 so I suspect that it needs an update. Here I am putting in a hack to get things working again. This uses the system provided security binary at /usr/bin/security to avoid the issue in Haskell’s x509-system package. Unfortunately, this will break with the sandbox. I am also working on a proper fix, but this requires updating lots of Apple stuff (and also copumpkin’s new CF). You can follow the progress on this branch: https://github.com/matthewbauer/nixpkgs/tree/xcode-security This commit should be backported to release-18.03 and release-18.09. /cc @copumpkin @lnl7 @pikajude
* haskellPackages.Frames-beam: disable tests because it requires a running ↵Bas van Dijk2018-09-23
| | | | PostgreSQL server
* Merge pull request #47096 from obsidiansystems/fix-x509-systemJohn Ericson2018-09-20
|\ | | | | haskellPackages.x509-system: Override based on the host, not target platform
| * haskellPackages.x509-system: Override based on the host, not target platformJohn Ericson2018-09-20
| | | | | | | | | | | | There were many reverts back and forth, but it ultimately appears that I am the source of this mistake. I clarified the comment so as not to confuse myself or anyone else.
* | haskellPackages.sbv: fix location of z3 executableNathan van Doorn2018-09-20
| | | | | | | | | | | | A lot of the functionality of the z3 library depends on it being able to find the z3 executable on $PATH. Hard-coding it here means it will never be unable to find it and z3 doesn't need to pollute $PATH.
* | haskellPackages.termonad: Add dontCheck and remove from ↵(cdep)illabout2018-09-12
| | | | | | | | | | | | | | | | | | | | | | | | dont-distribute-packages. The doctests for termonad fail to build only with nix. When building without nix, the doctests run correctly: https://github.com/cdepillabout/termonad/issues/15 This PR disables the tests for termonad, as well as removing it from dont-distribute-packages.
* | haskell-yaml: drop obsolete overridePeter Simons2018-09-12
|/
* haskellPackages.mattermost-api: skip checkCarlos D2018-08-21
|
* haskellPackages.llvm-hs: Use LLVM 6 with llvm-hs, don't run tests on Darwin.Travis Whitaker2018-08-05
|
* haskell: move yaml overrides to configuration-nixDomen Kožar2018-07-25
|
* haskellPackages.blank-canvas: Move fixes to configuration-common.nixJack Kelly2018-07-24
|
* doctest-discover: move override out of configuration-nix.nixBas van Dijk2018-07-24
| | | | | | and move it to configuration-common.nix where it belongs. configuration-nix.nix is only for fixing build failures due to Nix.
* Merge pull request #43959 from endgame/dontCheck-doctest-discoverBas van Dijk2018-07-24
|\ | | | | haskellPackages.doctest-discover: Disable tests
| * haskellPackages.doctest-discover: Disable testsJack Kelly2018-07-22
| | | | | | | | | | | | | | The source package is missing a required file. See: - https://github.com/karun012/doctest-discover/issues/22 - https://github.com/karun012/doctest-discover/issues/23
* | haskellPackages.servant-streaming-server: dontCheckDomen Kožar2018-07-23
|/
* Merge pull request #43730 from srhb/dontcheck-spatial-rotationPeter Simons2018-07-19
|\ | | | | haskellPackages.spatial-rotations: dontCheck for cyclic dependency
| * haskellPackages.spatial-rotations: dontCheck for cyclic dependencySarah Brofeldt2018-07-19
| |
* | treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* | idris: Remove unneeded overridesSilvan Mosberger2018-07-13
|/ | | | | | | | | - The gmp issue has long been fixed and closed - The preBuild thing was never used afaik, it works no problem without it, especially since checks don't run (To get checks to work we'd have to compile the libraries into idris, which are currently nicely separated) - The dependencies overrides aren't needed anymore
* haskell-manifolds: break infinite recursion in test suite dependenciesPeter Simons2018-07-10
|
* Update Haskell overrides for lts-12.x.Peter Simons2018-07-10
|
* haskell infra: Fix built-time overridesJohn Ericson2018-07-09
| | | | These should all come from `buildHaskellPackages`
* Revert "haskell generic-builder: Use strictDeps always"Peter Simons2018-07-04
|
* configuration-common.nix: fix build toolsDomen Kožar2018-07-03
|
* 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
* haskell: Move version dependent overrides from to configuration-commonDomen Kožar2018-06-30
|
* haskellPackages.llvm-hs_6_3_0: fix buildJan Tojnar2018-06-29
|
* haskellPackages.llvm-hs_6_2_0: fix buildJan Tojnar2018-06-14
|
* taffybar: turn on strictDepsMichael Alan Dorman2018-06-07
|
* dbus-hslogger, status-notifier-item: specify dbus versionMichael Alan Dorman2018-06-07
|
* gi-dbusmenugtk3: add dependency on gtk3Michael Alan Dorman2018-06-07
|
* used stdenv.targetPlatform.isDarwin and not stdenv.isDarwin.Moritz Angermann2018-05-23
|
* Revert "ghc, haskell infra: #40642 direct to master"Peter Simons2018-05-23
|
* used stdenv.targetPlatform.isDarwin and not stdenv.isDarwin.Moritz Angermann2018-05-21
|
* Merge pull request #40250 from LumiGuide/fix-base-compat-batteriesPeter Simons2018-05-10
|\ | | | | haskell: fix build of base-compat-batteries
| * haskell: fix build of base-compat-batteriesBas van Dijk2018-05-09
| |
* | haskellPackages.blank-canvas_0_6_2: dontCheckJack Kelly2018-05-09
|/ | | | | Same reason as 2d01bb7f6a5ab80fa7e7f03559e082ba42140db6, but for the specific-version package.
* haskellPackages.base-compat-batteries: fix bad dependencyJack Kelly2018-04-27
|
* taffybar: fix buildMichael Alan Dorman2018-04-12
| | | | Closes https://github.com/NixOS/nixpkgs/issues/38531.
* Whitespace lintJack Kelly2018-04-09
|
* haskellPackages.blank-canvas: disable testsJack Kelly2018-04-09
| | | | | The tests require a browser and possibly some manual intervention. See https://github.com/ku-fpg/blank-canvas/issues/73
* gtk-traymanager: fix buildMichael Alan Dorman2018-04-08
|
* haskellPackages.cuda: Fixed broken dependencyReuben D'Netto2018-03-09
|
* Merge branch 'master'Vladimír Čunát2018-03-05
|\
| * Merge branch 'master' of https://github.com/NixOS/nixpkgsDominic Steinitz2018-03-01
| |\
| | * opencv3: enable contrib by defaultNikolay Amiantov2018-02-25
| | |
| * | No longer needed and causes confusionDominic Steinitz2018-03-01
| |/