about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
Commit message (Collapse)AuthorAge
* haskell: add GitHub issues to non-hackage-packages.nixBas van Dijk2018-10-12
|
* haskellPackages.multi-ghc-travis: removed in favour of haskell-ciBas van Dijk2018-10-12
| | | | multi-ghc-travis has been renamed to haskell-ci which is now also on Hackage.
* haskell: have a dedicated file for non Hackage packagesBas van Dijk2018-10-12
| | | | | | | | | | We had a few "overrides" in configuration-common.nix that were really extensions. They introduced packages that weren't in hackage-packages.nix. The advantage of having a dedicated file for these packages is that we can still place Nix-specific overrides to these packages in configuration-nix.nix. We weren't able do this before because configuration-nix.nix extended only the packages from hackage-packages.nix.
* 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.
* futhark: init at 0.6.2Silvan Mosberger2018-10-12
|
* stack2nix: fix buildDomen Kožar2018-10-08
|
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-10-08
| | | | | This update was generated by hackage2nix v2.11.1 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/23ec1f32c66bdb679d0f5b8c6e8727611bff6629.
* LTS Haskell 12.12Peter Simons2018-10-08
|
* haskell: re-enable aarch64, but disable parallel builds on that arch.Drew Hess2018-10-05
| | | | | This is a workaround for unreliable parallel Haskell builds on aarch64. See https://ghc.haskell.org/trac/ghc/ticket/15449
* haskell-lens: use latest version when building with ghc-8.6.xPeter Simons2018-10-03
|
* haskell-free and base-orphans: use latest versions to fix build with ghc-8.6.xPeter Simons2018-10-03
|
* haskell-hspec: fix overrides to use the newer QuickCheck versionPeter Simons2018-10-03
|
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-10-03
| | | | | This update was generated by hackage2nix v2.11.1 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/007086bd5ba6f5293d2aac0f7f0bd2a3937d14af.
* haskell-semigroupoids: update to latest version for ghc-8.6.xPeter Simons2018-10-03
|
* haskellPackages.*.env: Use shellForSilvan Mosberger2018-10-03
|
* haskellPackages.shellFor: Clean and fixupSilvan Mosberger2018-10-03
| | | | - Now correctly sets NIX_GHC* env vars
* haskell.lib.getBuildInputs: Use generic builder passthru to implementSilvan Mosberger2018-10-03
|
* xmonad-extras: jailbreakTim Steinbach2018-10-03
| | | | | Our XMonad identifies as 0.15, which is why we need to jailbreak it into the extras build
* Merge pull request #47676 from matthewbauer/security-mojave-fixMatthew Bauer2018-10-02
|\ | | | | haskell: fix x509-system on mojave
| * 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
* | hledger: fix build of new version 1.11Peter Simons2018-10-02
| |
* | haskell-hspec: update ghc-8.6.x overrides for version 2.5.8Peter Simons2018-10-02
| |
* | haskell-doctest: drop obsolete override for ghc-8.6.xPeter Simons2018-10-02
| |
* | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-10-02
| | | | | | | | | | This update was generated by hackage2nix v2.11.1 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/8d7d987c0d0c6ae33af1ad8c444342dfdefef8b9.
* | LTS Haskell 12.11Peter Simons2018-10-02
|/
* haskell-texmath: patch to fix build with ghc-8.6.xPeter Simons2018-09-28
|
* git-annex: update sha256 for new version 6.20180926Peter Simons2018-09-28
|
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-09-28
| | | | | This update was generated by hackage2nix v2.11.1 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/deb25ca30504442999ab210bb91e8e46587c6a0b.
* haskell-hslogger: use latest version when building with ghc-8.6.xPeter Simons2018-09-28
|
* haskell-lens: put override into alphabetical orderPeter Simons2018-09-28
|
* haskell-control-monad-free: mark broken when building with ghc-8.6.xPeter Simons2018-09-28
|
* haskell-Glob: use latest version when building with ghc-8.6.xPeter Simons2018-09-28
|
* haskell-JuicyPixels: use latest version when building with ghc-8.6.xPeter Simons2018-09-28
|
* haskell-lens: disable test suite to fix build with ghc-8.6.xPeter Simons2018-09-28
|
* haskell-fgl: fix build with ghc-8.6.xPeter Simons2018-09-28
|
* Merge pull request #47424 from Taneb/dontcheck-generic-lensBas van Dijk2018-09-28
|\ | | | | haskellPackages.generic-lens: dontCheck
| * haskellPackages.generic-lens: apply patch to fix testsNathan van Doorn2018-09-28
| |
* | haskellPackages.term-rewriting: doJailbreak and dontCheckSarah Brofeldt2018-09-28
|/
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-09-27
| | | | | This update was generated by hackage2nix v2.11.1 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/8d69413ed86e887c93e7a88560a8095dec35002c.
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-09-27
| | | | | This update was generated by hackage2nix v2.11.1 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/35d90c5e25a2be2e67d0ea162da360936d7f33a2.
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-09-27
| | | | | This update was generated by hackage2nix v2.11.1 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/a4158051bb3a19c770ed1fa78230ff5829d7277a.
* haskell-doctest: fix build with ghc-8.6.xPeter Simons2018-09-27
|
* haskell-hspec: fix build with ghc-8.6.xPeter Simons2018-09-27
|
* Update overrides for ghc-8.6.x.Peter Simons2018-09-24
|
* haskell-hspec-core: use latest version when building with ghc 8.6.xPeter Simons2018-09-24
|
* haskell-stm: update overrides for the new 2.5.x versionPeter Simons2018-09-24
|
* haskell-text: update overrides for the new versionPeter Simons2018-09-24
|
* haskell-stm: update overrides for the new 2.5.x versionPeter Simons2018-09-24
|
* Add a couple of overrides to fix build with GHC 8.6.1.Peter Simons2018-09-24
|
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-09-24
| | | | | This update was generated by hackage2nix v2.11.1 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/be1e8a29d299be9e024a031a685db5b7fa702c38.