about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
Commit message (Collapse)AuthorAge
* 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
* | | configuration-common.nix: fix incorrect overrideMatthew Bauer2018-06-10
| | |
* | | ghcjs: disable some checksMatthew 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 infra: Use `self.ghc` rather than closing over initial valueJohn Ericson2018-06-07
| | |
* | | 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
| | |
* | | haskell-gi: remove patch already present in new versionMichael Alan Dorman2018-06-07
| | |
* | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-06-07
| | | | | | | | | | | | | | | This update was generated by hackage2nix v2.9.2-21-g9312993 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/338f06c74f10e6e4c71321169baf01549a6cde06.
* | | hackage2nix: update list of broken packagesPeter Simons2018-06-07
| | |
* | | LTS Haskell 11.12Peter Simons2018-06-07
|/ /
* | git-annex: update sha256 hash for new versionPeter Simons2018-06-05
| |
* | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-06-05
| | | | | | | | | | This update was generated by hackage2nix v2.9.2-21-g9312993 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/fd2c3d3b576b746cfeacd2ab2e6b38b4039df2f6.