summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
Commit message (Collapse)AuthorAge
* Revert "Merge pull request #27209 from nc6/nc/haskell-multiple-out"Peter Simons2017-09-06
| | | | | | | | | | This reverts commit dfb0f254844150d05d34150a975e6479b883d409, reversing changes made to 7f8ff024372f985e96b438fa5591d9b43fc6e7bd. These changes broke the ghcWithPackages wrapper: nix-shell -p "haskellPackages.ghcWithPackages (ps: [ps.mtl])" --run "ghc-pkg list mtl" /nix/store/szz84j5k1dy3jdashis6ws28d8l8zxxb-ghc-8.0.2-with-packages/lib/ghc-8.0.2/package.conf.d (no packages)
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2017-09-06
| | | | | This update was generated by hackage2nix v2.5-6-g83a4cb0 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/6bd6c397f5f16f36fec4c26817aeb4146e101bb7.
* haskell-happy: use 1.19.7 version (despite lts-9) to fix test suite failurePeter Simons2017-09-06
|
* LTS Haskell 9.3Peter Simons2017-09-06
|
* haskell-hscolour: fix darwin buildDaiderd Jordan2017-09-05
|
* Merge pull request #28478 from obsidiansystems/haskell-custom-stdenvPeter Simons2017-09-05
|\ | | | | haskell infra: Make sure packages get custom stdenv
| * haskell infra: Make sure packages get custom stdenvJohn Ericson2017-08-22
| | | | | | | | | | | | | | One of the goals of 74f5fe5 was to allow passing in a custom stdenv, which would be used for genericBuilder's `mkDerivation` call. That does work, but if packages takes `stdenv` as an parameter for any reason, they'll get the default one instead. This change remedies it.
* | Fix git-annex.Nicholas Clarke2017-09-04
| |
* | Fix broken rebase.Nicholas Clarke2017-09-04
| |
* | Add specific overrides for a number of failing packages.Nicholas Clarke2017-09-04
| | | | | | | | | | | | Finish overriding bin output for broken packages. Put stack bash completions in $bin.
* | Fix `hastache` build error.Nicholas Clarke2017-09-04
| | | | | | | | | | `hastache` has no binary output but for `mkReadme`, so disable the separate bin output and keep removing the `mkReadme`.
* | Disable separate etc output for hscolour.Nicholas Clarke2017-09-04
| | | | | | | | | | | | This is not needed, since `hscolour` has no output to `/etc`, and it breaks certain old builds (see https://hydra.nixos.org/build/57925511) because the older cabal used does not understand this flag.
* | Don't build separate bin output for alex.Nicholas Clarke2017-09-04
| | | | | | | | It has files in /usr/share which reference the bin output.
* | Provide hscolour, happy, alex bin to buildInputs.Nicholas Clarke2017-09-04
| | | | | | | | Use stdenv.lib.getBin instead of `.bin`
* | Enable multiple outputs for Haskell packages.Nicholas Clarke2017-09-04
| |
* | haskell-taggy: include upstream patch to fix buildMichael Alan Dorman2017-09-03
| |
* | haskell-filelock: disable test suite to fix buildPeter Simons2017-09-03
| |
* | haskell-sbv: fix buildPeter Simons2017-09-03
| |
* | hackage-packages.nix: automatic Haskell package set updatePeter Simons2017-09-03
| | | | | | | | | | This update was generated by hackage2nix v2.5-4-ge5c3d07 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/4a71559e57207cd728cfad4c5f28266ae67f9ada.
* | haskell: add combinator to enable DWARF debuggingDomen Kožar2017-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested using: $ cat test-strip.nix with (import ./. {}); with haskell.lib; haskell.packages.ghc802.override { overrides = self: super: { microlens = enableDWARFDebugging super.microlens; }; } $ nix-build -A microlens test-strip.nix $ objdump -t <path-to-so-file>
* | ghcHEAD: Add new boot packages to configuration fileMatthew Pickering2017-09-01
| |
* | Use older version of jailbreak-cabal with ghcHEADMatthew Pickering2017-09-01
| | | | | | | | See https://github.com/peti/jailbreak-cabal/issues/13
* | hackage-packages.nix: automatic Haskell package set updatePeter Simons2017-08-31
| | | | | | | | | | This update was generated by hackage2nix v2.5-1-gf0558f5 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/e8af693832dafaacee039174b65ad48d85419ed6.
* | hackage2nix: update list of broken buildsPeter Simons2017-08-31
| |
* | haskell: add the checkUnusedPackages function including docsBas van Dijk2017-08-30
| |
* | hackage-packages.nix: automatic Haskell package set updatePeter Simons2017-08-28
| | | | | | | | | | This update was generated by hackage2nix v2.5-1-gf0558f5 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/c0a55494983a08ec7d12b1d4b6cda4ec12d85606.
* | hackage2nix: update list of broken packagesPeter Simons2017-08-28
| |
* | LTS Haskell 9.2Peter Simons2017-08-28
| |
* | Fix a bunch of ghc-8.2.x Haskell builds.Peter Simons2017-08-25
| |
* | Merge pull request #28488 from alunduil/add-alunduil-maintainerJörg Thalheim2017-08-25
|\ \ | | | | | | add alunduil as collection-json maintainer
| * | add alunduil as collection-json maintainerAlex Brandt2017-08-22
| | |
* | | haskell-semigroupoids: fix build with ghc-7.10.x and beforePeter Simons2017-08-23
| | |
* | | haskell-comonad: fix build with GHC 7.6.xPeter Simons2017-08-23
| | |
* | | haskell-vector: mark broken on GHC 7.6.x and earlierPeter Simons2017-08-23
| | |
* | | haskell-text: fix build with GHC 7.6.x and earlierPeter Simons2017-08-23
| | |
* | | haskell-semigroups: fix build with ghc-7.10.x and earlierPeter Simons2017-08-23
| | |
* | | haskell-comonad: fix build with ghc-7.10.x and earlierPeter Simons2017-08-23
| | |
* | | haskell-vector: fix build with ghc-7.8.x and earlierPeter Simons2017-08-23
| | |
* | | haskell-distributive: fix build on GHC versions older than 8.xPeter Simons2017-08-23
| | |
* | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2017-08-23
| | | | | | | | | | | | | | | This update was generated by hackage2nix v2.4.1-5-g0ed67c9 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/c3ae828aa934543f1340e8ebec8e8951a64a6298.
* | | hackage2nix: update list of broken buildsPeter Simons2017-08-23
| | |
* | | Merge pull request #28492 from ttuegel/idris-packagesPeter Simons2017-08-23
|\ \ \ | |/ / |/| | Update Idris
| * | idrisPackages.idris: 1.0 -> 1.1.1Thomas Tuegel2017-08-23
| | |
* | | git-annex: update to version 6.20170818Peter Simons2017-08-22
| | | | | | | | | | | | Fixes CVE-2017-9800, CVE-2017-12836, CVE-2017-1000116, and CVE-2017-1000117.
* | | liquidhaskell: fix build of the required old aeson versionPeter Simons2017-08-22
| | | | | | | | | | | | Closes https://github.com/NixOS/nixpkgs/issues/28372.
* | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2017-08-22
| | | | | | | | | | | | | | | This update was generated by hackage2nix v2.4.1-5-g0ed67c9 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/a355eb34ee90af46ae711efcb472a05107ea9f0f.
* | | hackage2nix: partially revert https://github.com/NixOS/nixpkgs/pull/28383 to ↵Peter Simons2017-08-22
| | | | | | | | | | | | | | | | | | fix evaluation 5342bffc1571a286 refers to an unknown Nixpkgs maintainer.
* | | hackage2nix: keep old base-orphans around for liquidhaskellPeter Simons2017-08-22
| | |
* | | servant-auth: tests pass for a while nowDomen Kožar2017-08-21
|/ /
* | ghcWithHoogle: deal gracefully with packages that have no haddockDir attributePeter Simons2017-08-19
| |