summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
Commit message (Collapse)AuthorAge
* haskell: disable library profiling for static executablesBas van Dijk2018-08-27
| | | | | | | Haskell packages overridden with justStaticExecutables (like cabal-install, stack, pandoc, darcs, etc.) don't provide libraries in the end result so it's futile to build them with library profiling enabled because it will just take extra time.
* xmonad: update nix patchMichael Alan Dorman2018-08-27
| | | | Regenerated against the current release.
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-08-27
| | | | | This update was generated by hackage2nix v2.11-7-gdb540bc from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/d01233b4fa5a43a189de1bf13233950c067edb7e.
* gi-vte: Remove from dont-distribute-packages(cdep)illabout2018-08-27
|
* LTS Haskell 12.7Peter Simons2018-08-27
|
* haskell generic builder: expose enableParallelBuildingDomen Kožar2018-08-26
|
* hunspell-hs: fix buildEric Wolf2018-08-26
| | | | | | | Using pkgconfig like jtojnar suggested. Disables tests as some necessary data files aren't included on hackage.
* Merge pull request #45053 from carlosdagos/skip-check-mattermost-apiBas van Dijk2018-08-21
|\ | | | | haskellPackages.mattermost-api: skip check
| * haskellPackages.mattermost-api: skip checkCarlos D2018-08-21
| |
* | haskell lib: Add appendConfigureFlagsJohn Ericson2018-08-20
| | | | | | | | | | For consistency and completeness; other helpers have these "plural" variants too.
* | cabal2nix: update hpack override to the new versionPeter Simons2018-08-19
| |
* | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-08-19
| | | | | | | | | | This update was generated by hackage2nix v2.11 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/d5c89ad106556f7890c89c50a2b4d3fbdcea7616.
* | LTS Haskell 12.6Peter Simons2018-08-19
| |
* | hackage-packages: avoid broken reference to gnome2.gnome-keyringPeter Simons2018-08-19
| | | | | | | | Fixes https://github.com/NixOS/nixpkgs/issues/44996.
* | haskellPackages.hadoop-rpc: Apply stack overflow patch on 8.4 as well.Shea Levy2018-08-17
| |
* | haskellPackages.xmlhtml: Jailbreak for hspec 2.5Shea Levy2018-08-17
| |
* | haskellPackages.hoopl: Disable broken testsuite.Shea Levy2018-08-17
| | | | | | | | https://github.com/haskell/hoopl/issues/50
* | haskellPackages.hasktags: Disable broken testsuite.Shea Levy2018-08-16
| | | | | | | | https://github.com/MarcWeber/hasktags/issues/52
* | haskellPackages.cabal-plan: Remove broken patch.Shea Levy2018-08-16
| |
* | ghc-8.0.2: Fix #44987 (#45014)Eric Wolf2018-08-15
| | | | | | | | | | | | | | nix-env -f '<nixpkgs>' -qaP -A haskell.packages.ghc802 will run again, but the packages depending on ghc-compact will still not build, as they have a constrain on base >= 4.10 and ghc 8.0.2 has base 4.9.1.0
* | haskell.lib.getHaskellBuildInputs: Actually get the haskell build inputs.Shea Levy2018-08-14
| | | | | | | | 5523ec8f3c78704c6e76b7675bfce41d24a3feb1 accidentally dropped the attribute lookup.
* | haskellPackages.hpack: set to newest hpack to avoid conflicting hpack ↵Domen Kožar2018-08-14
| | | | | | | | versions in closure
* | stack2nix: cleanupDomen Kožar2018-08-14
|/
* haskell: upgrade the tensorflow packagesBas van Dijk2018-08-13
| | | | Also enable building on GHC-8.4.
* Merge pull request #44568 from ↵Silvan Mosberger2018-08-13
|\ | | | | | | | | uskudnik/add-shellhook-support-to-buildstackproject Add support for user-extensible shellHook to haskell.lib.buildStackProject
| * Add support for user-extensible shellHook to buildStackProjectUrban Skudnik2018-08-07
| | | | | | | | | | | | buildStackProject is overridding shell hook and doesn't append user-specified shellHook to it, resulting in user's shellHook never executing.
* | servant-sphinx-documentation: fix sha256sumIzorkin2018-08-12
| |
* | git-annex: update sha256 hash for the new versionPeter Simons2018-08-12
| |
* | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-08-12
| | | | | | | | | | This update was generated by hackage2nix v2.10.2-2-g5e5293d from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/42f8c34fa4e84e5667238bcc712b99617ddaffe5.
* | cabal2nix: fix build by overriding hpack to 0.29.6Bas van Dijk2018-08-11
| | | | | | | | Fixes: https://github.com/NixOS/cabal2nix/issues/369
* | Merge pull request #44356 from ElvishJerricco/callcabal2nix-passthru-deriverBas van Dijk2018-08-11
|\ \ | | | | | | callCabal2nix: Passthru deriver
| * | callCabal2nix: Passthru deriverWill Fancher2018-08-10
| | |
* | | yi: fix buildSilvan Mosberger2018-08-09
| | |
* | | bustle: fix buildJan Tojnar2018-08-07
| | |
* | | xmonad, xmonad-contrib, xmonad-extras: remove superfluous configMichael Alan Dorman2018-08-07
| | | | | | | | | | | | | | | xmonad and xmonad-contrib no longer require patches, and xmonad-contrib and xmonad-extras no longer need to be jailbroken.
* | | Update generic-builder.nixMoritz Angermann2018-08-07
| | | | | | | | | Drop `hasActiveLibrary` altogether. The condition is wrong, `isLibrary` is the correct one. We can have non-static, non-shared libraries as well.
* | | [haskell/generic-builder] windows always has an active libraryMoritz Angermann2018-08-07
| | | | | | | | | | | | | | | | | | This commit is not really correct. The `hasActiveLibrary` check is wrong. We can have an active library even if we do not ask for a static lirbary or dynamic one; we can still have just a set of objet files and archives.
* | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-08-07
| | | | | | | | | | | | | | | This update was generated by hackage2nix v2.10.2 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/e35bfea89efea246ceb1fde2d4c789d23290de6f.
* | | hackage2nix: update list of failing Hydra buildsDomen Kožar2018-08-07
| | | | | | | | | | | | | | | Ping @jb55 for broken "skeletons". Ping @khumba for broken "hoppy-*".
* | | LTS Haskell 12.5Peter Simons2018-08-07
| |/ |/|
* | haskellPackages.llvm-hs: Use LLVM 6 with llvm-hs, don't run tests on Darwin.Travis Whitaker2018-08-05
| |
* | haskellPackages.sexpr: fix buildBas van Dijk2018-08-03
| |
* | haskell-language-ecmascript: jailbreak to fix the buildMatt McHenry2018-08-02
| |
* | hledger-lib: patch code to work around a regression in version 0.10Peter Simons2018-07-30
| | | | | | | | https://github.com/simonmichael/hledger/issues/852
* | hnix: Fix buildTim Steinbach2018-07-27
| |
* | haskell: move yaml overrides to configuration-nixDomen Kožar2018-07-25
| |
* | haskell: remove/add some servant overridesDomen Kožar2018-07-25
| |
* | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-07-24
| | | | | | | | | | This update was generated by hackage2nix v2.10.1-16-gf144800 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/8dc53de6a2d4751dffb800438ddb8820e197b954.
* | LTS Haskell 12.2Peter Simons2018-07-24
| |
* | haskellPackages.blank-canvas: Move fixes to configuration-common.nixJack Kelly2018-07-24
| |