summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
Commit message (Collapse)AuthorAge
* haskell-dhall-json: update overridePeter Simons2018-07-01
|
* haskell-hspec: update overrides for ghc 8.4.xPeter Simons2018-07-01
|
* haskell-hoopl: provide an un-versioned attribute for ghc 8.4.xPeter Simons2018-07-01
| | | | | This used to be a core library in previous versions of GHC, but now it no longer is.
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-07-01
| | | | | This update was generated by hackage2nix v2.9.2-30-g7c77e7e from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/e8fa4931bce8e124f51a2345a9360937311c5ed9.
* LTS Haskell 11.15Peter Simons2018-07-01
|
* haskell: Move version dependent overrides from to configuration-commonDomen Kožar2018-06-30
|
* haskellPackages.llvm-hs_6_3_0: fix buildJan Tojnar2018-06-29
|
* 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.
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-06-27
| | | | | This update was generated by hackage2nix v2.9.2-23-g7ccbd66 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/dc8aa30e8c4332518991fd46e623865fff9d0864.
* ghcjs-ng: Move to $out/lib/ghcjs-8.4Matthew Bauer2018-06-26
| | | | | | | | This is standard for ghc compilers & much more convenient. This seems to fix the issues we have been having in ghcjs pkgs. Fixes #42032 Fixes #42617
* haskell-vector-sized: update override for the latest versionPeter Simons2018-06-26
|
* haskell-doctest: update override for ghc-8.4.x to latest versionPeter Simons2018-06-26
|
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-06-26
| | | | | This update was generated by hackage2nix v2.9.2-23-g7ccbd66 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/31a9e4f9aeda116ca917bae59082d98a92f475aa.
* haskellPackages: disable profiling ghc-heap-view ghc-datasizeProfpatsch2018-06-25
|
* haskell-generic-builder: bake the package name and version into --docdirPeter Simons2018-06-22
| | | | | | | | If we use a --docdir that's not specific to the package, then different builds will install their license files into the same location, which leads to file collisions if those are ever joined into the same environment. Fixes https://github.com/NixOS/nixpkgs/issues/35024.
* 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
|
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-06-22
| | | | | This update was generated by hackage2nix v2.9.2-23-g7ccbd66 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/c9934e673b43c0c1af223aa987d035f46ec8bf1d.
* hackage2nix: boolector has an unfree licensePeter Simons2018-06-22
|
* LTS Haskell 11.14Peter Simons2018-06-22
|
* Revert "Fix null deps in ghcWithHoogle"Peter Simons2018-06-22
|
* Merge pull request #42349 from ElvishJerricco/fix-hoogle-null-depsPeter Simons2018-06-22
|\ | | | | Fix null deps in ghcWithHoogle
| * Fix null deps in ghcWithHoogleWill Fancher2018-06-21
| |
* | Merge pull request #42268 from philandstuff/fix-dhall-json-1.2.0-depsPeter Simons2018-06-22
|\ \ | | | | | | dhall-json_1_2_0: fix dependencies
| * | 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.
* | | haskell: make generic builder follow compiler’s shared configMatthew Bauer2018-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enableShared in generic-builder.nix should default to what the GHC compiler was compiled with. Add a passthru to all of the GHC compilers to hold the value of enableShared. If enableShared is not set in the GHC we just use false as the default value for enableSharedLibraries. Note: I may have missed some compilers. Only GHC & GHCJS are covered by this commit but this shouldn’t break evaluation of anything else.
* | | haskell generic-builder: Only pass --extra-* for host depsJohn Ericson2018-06-19
| | |
* | | haskell generic-buider: nativeGhc should be a depsBuildBuildPascal Wittmann2018-06-19
|/ / | | | | | | It targets the build platform.
* | Merge pull request #42191 from obsidiansystems/fix-ghcjs-with-packagesMatthew Justin Bauer2018-06-18
|\ \ | | | | | | haskell: fix with-packages-wrapper in ghcjs
| * | haskell: fix with-packages-wrapper in ghcjsMatthew Bauer2018-06-18
| | | | | | | | | | | | | | | Fixes #42032 Fixes #42070
* | | 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
| | |
| * | haskell generic-builder: Always use separate pkg db for custom setupJohn Ericson2018-06-18
| | | | | | | | | | | | | | | | | | This decreases complexity and ensures setup dependencies are properly specified with `setup-depends` as they should be. Testing will say if this is a reasonable change.
* | | 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
* | | Merge pull request #41994 from jtojnar/llvm-hs-6Peter Simons2018-06-17
|\ \ \ | | | | | | | | haskellPackages.llvm-hs_6_2_0: fix build
| * | | haskellPackages.llvm-hs_6_2_0: fix buildJan Tojnar2018-06-14
| | |/ | |/|
* | | hledger: jailbreak to fix builds with ghc-8.4.xPeter Simons2018-06-16
| | |
* | | haskell-pandoc-types: update override for ghc 8.4.xPeter Simons2018-06-16
| | |
* | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-06-16
| | | | | | | | | | | | | | | This update was generated by hackage2nix v2.9.2-22-g06cc00a from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/de822d09cc89bf07df588bd426ea770672350c7c.
* | | hackage2nix: always use latest version of json-autotypePeter Simons2018-06-16
| | |
* | | LTS Haskell 11.13Peter Simons2018-06-16
| | |
* | | Merge pull request #41932 from obsidiansystems/fix-setup-dependsMatthew Justin Bauer2018-06-13
|\ \ \ | | | | | | | | haskell generic-builder: Use separate setup db in more cases
| * | | haskell generic-builder: Use separate setup db in more casesJohn Ericson2018-06-13
| | | | | | | | | | | | | | | | Use for cross and GHCJS whether or not there are setup depends.
* | | | Merge pull request #41896 from obsidiansystems/fix-setup-dependsJohn Ericson2018-06-13
|\| | | | |/ / |/| | haskell generic-builder: Fix setup depends
| * | haskell generic-builder: Fix setup dependsJohn Ericson2018-06-12
| | | | | | | | | | | | | | | I was referring to the wrong package db in a few places. Thanks @ElvishJerricco for catching.
* | | ghcjs: remove old-timeMatthew Bauer2018-06-11
| | | | | | | | | | | | This attribute is no longer available