summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
Commit message (Collapse)AuthorAge
* cabal-install: fix build of the latest versionPeter Simons2018-03-29
|
* haskell-resolv: disable test suite to fix the buildPeter Simons2018-03-29
|
* haskell-flexible-defaults: apply patch to fix build with ghc 8.4.1Peter Simons2018-03-29
|
* haskell-Cabal: update overrides for the new 2.2.0.1 releasePeter Simons2018-03-29
|
* haskell-arrows: apply patch to fix build with ghc 8.4.1Peter Simons2018-03-29
|
* configuration-ghc-8.4.x.nix: update the list of core librariesPeter Simons2018-03-29
|
* haskell-data-inttrie: update override for ghc 8.4.1Peter Simons2018-03-29
|
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-03-29
| | | | | This update was generated by hackage2nix v2.9.2-3-g5b271ab from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/de5e4b844556b95f62bdcfa41635524dad70d4b0.
* hackage2nix: update list of broken buildsPeter Simons2018-03-29
|
* Merge pull request #38057 from bgamari/enableExecutableProfilingPeter Simons2018-03-29
|\ | | | | haskell.lib: Add {en,dis}ableExecutableProfiling transformer
| * haskell.lib: Add {en,dis}ableExecutableProfiling transformerBen Gamari2018-03-29
| | | | | | | | | | We already have {en,dis}ableLibraryProfiling and the builder already accepts the executable profiling attribute; let's make it easy to use.
* | GHC: Don't use --profiling-detail on GHC < 8.0.2Will Fancher2018-03-29
|/
* haskell-hnix: jailbreak deriving-compat dependencyMichael Alan Dorman2018-03-27
| | | | Reported as https://github.com/jwiegley/hnix/issues/98
* haskell-json: drop obsolete override for GHC 8.4.1Peter Simons2018-03-27
|
* haskell-getopt-generics: drop obsolete override for GHC 8.4.1Peter Simons2018-03-27
|
* LTS Haskell 11.2Peter Simons2018-03-27
| | | | | This update was generated by hackage2nix v2.9.2-2-gebc40be from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/0200fecf27c208e0b66af88ea86728fdb295499d.
* Revert "justStaticExecutables: enable -dead_strip on mac to shrink closure"Matthew Bauer2018-03-26
| | | | | | This reverts commit 24d313e2039b6d89f8a1ba4c5be12b134479fe67. Fixes #37750
* haskellPackages.lenz-template: Fix against lenz 3Shea Levy2018-03-26
|
* Merge pull request #37880 from mpickering/i-37856Peter Simons2018-03-26
|\ | | | | Use up-to-date versions of singletons and th-desguar for GHC 8.4.1
| * Use up-to-date versions of singletons and th-desguar for GHC 8.4.1Matthew Pickering2018-03-26
| | | | | | | | Fixes #37856
* | haskellPackages.lenz: Remove outdated patch.Shea Levy2018-03-26
| |
* | Merge pull request #37754 from ElvishJerricco/call-hackage-keep-deriverPeter Simons2018-03-26
|\ \ | | | | | | callHackage: Keep deriver, like callCabal2nix
| * | callHackage: Keep deriver, like callCabal2nixWill Fancher2018-03-25
| |/
* | Merge pull request #37825 from ElvishJerricco/fix-overriding-all-cabal-hashesPeter Simons2018-03-26
|\ \ | | | | | | haskellPackages: Fix overriding all-cabal-hashes
| * | haskellPackages: Fix overriding all-cabal-hashesWill Fancher2018-03-25
| | |
* | | Merge pull request #37826 from ElvishJerricco/fix-node-executables-ghcjsPeter Simons2018-03-26
|\ \ \ | | | | | | | | GHCJS: Fix autogenerated node executables
| * | | GHCJS: Fix autogenerated node executablesWill Fancher2018-03-25
| |/ /
* / / Request older haddock library for haddock-api in GHC 8.0Will Fancher2018-03-25
|/ /
* | haskell-hledger-lib: drop obsolete override for ghc-8.4.xPeter Simons2018-03-25
| |
* | haskell-brick: fix override for ghc-8.4.xPeter Simons2018-03-25
| |
* | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-03-25
| | | | | | | | | | This update was generated by hackage2nix v2.9.2 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/6272b092cf23aa30154cd90ab0f5786c69bceb17.
* | hackage2nix: disable broken buildsPeter Simons2018-03-25
| | | | | | | | | | | | | | The following maintained builds fail (since quite some time): - network-arbitrary and network-uri-json (@alunduil) - pipes-csv (@jb55)
* | Merge pull request #37766 from rnhmjoj/shell-conduitPeter Simons2018-03-25
|\ \ | | | | | | haskellPackages.shell-conduit: fix build
| * | haskellPackages.shell-conduit: fix buildrnhmjoj2018-03-25
| | |
* | | haskell-either: drop obsolete override for ghc-8.4.xPeter Simons2018-03-25
| |/ |/| | | | | Closes https://github.com/NixOS/nixpkgs/issues/37773.
* | Remove HIE package set until automation can be put in place.Shea Levy2018-03-23
| |
* | haskell-xmonad-contrib: patch to fix build with ghc 8.4.xPeter Simons2018-03-22
| |
* | haskell-timezone-olson: drop obsolete override for GHC 8.4.1Peter Simons2018-03-22
| |
* | haskell-json: use latest versions when building with GHC 8.4.1Peter Simons2018-03-22
| |
* | Use latest versions of HaTeX and pandoc when building with GHC 8.4.1.Peter Simons2018-03-22
| |
* | haskell-pure-zlib: enable test suite againPeter Simons2018-03-22
| | | | | | | | | | https://github.com/NixOS/nixpkgs/issues/37499 has been fixed. Now we just need to jailbreak the package to avoid https://github.com/GaloisInc/pure-zlib/issues/6.
* | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-03-22
| | | | | | | | | | This update was generated by hackage2nix v2.9.2 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/2b503b0b7caa627440cea1aa9cc8a29f43700a52.
* | hackage2nix: update list of failing Hydra buildsPeter Simons2018-03-22
| |
* | Merge pull request #37509 from pikajude/darwin-hs-dynamicJude Taylor2018-03-21
|\ \ | | | | | | Haskell: fix static libs on darwin
| * | fix static libs on darwinJude Taylor2018-03-20
| | |
* | | Merge pull request #37588 from mpickering/pure-zlibPeter Simons2018-03-21
|\ \ \ | | | | | | | | dontCheck pure-zlib
| * | | dontCheck pure-zlibMatthew Pickering2018-03-21
| | | | | | | | | | | | | | | | Fixes #37499
* | | | Merge pull request #37486 from dtzWill/fix/ghc-glibcLocalesWill Dietz2018-03-20
|\ \ \ \ | | | | | | | | | | haskell: only use glibcLocales when using glibc
| * | | | haskell: only use glibcLocales when using glibcWill Dietz2018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes eval w/musl. Possible alternative would be using glibcLocales when it is non-null, to avoid duplicating the logic.
* | | | | haskell-generic-builder: Add `enableHsc2hsViaAsm` for Windows cross compilationMoritz Angermann2018-03-20
| |/ / / |/| | |