about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghcjs-ng
Commit message (Collapse)AuthorAge
* Merge branch 'ghcjs-cross-without-cc-common' into ghcjs-cross-without-ccJohn Ericson2019-12-25
|\
| * ghcjs: get socket.io from pkgsHostHostJohn Ericson2019-12-24
| | | | | | | | | | | | This is a bit dubvious, but the alternative of making nodejs a nativeBuildInput for node packages is worse. In general the cross story for interpreted languages is murky, and this fits that pattern.
* | Merge pull request #74087 from Ericson2314/ghcjs-fix-depsJohn Ericson2019-11-24
|\| | | | | ghcjs-ng: The GHC source should be configured with native build inputs
| * ghcjs-ng: The GHC source should be configured with native build inputsJohn Ericson2019-11-24
| | | | | | | | | | This matters once we start treating GHCJS as cross compilation, as we should be.
* | Merge pull request #69886 from NixOS/haskell-updatesDomen Kožar2019-10-02
|\ \ | | | | | | Haskell updates
| * | GHCJS: Build on HydraTravis Whitaker2019-09-25
| | |
* | | Drop obsolete ghcjs-8.4.x code.Peter Simons2019-09-30
|/ / | | | | | | | | | | | | The 8.4.x version of ghcjs hasn't compiled successfully in ages, so I reckon it's unused. The even older code in pkgs/development/compilers/ghcjs is unused entirely; it's not even referenced in Nixpkgs.
* / haskell.compiler.ghcjs86: Bump ghc-8.6 branch, fix build.Travis Whitaker2019-09-22
|/
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* treewide: Change URLs to HTTPSDaniel Schaefer2019-04-22
| | | | | | Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
* treewide: update homepages to https where availableMatthew Bauer2019-04-15
| | | | | | | | Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
* ghcjs-ng: unbreakVaibhav Sagar2019-03-23
|
* ghcjs: disable Hydra builds while the build is marked as brokenPeter Simons2019-02-24
|
* ghcjs: mark build as brokenPeter Simons2019-02-22
| | | | | | | Build errors are at: - https://hydra.nixos.org/build/89288500 - https://hydra.nixos.org/build/89286604
* Remove GHCJS 8.2Will Fancher2019-01-30
|
* GHCJS: Add elvishjerricco as maintainerWill Fancher2019-01-30
|
* GHCJS: Add 8.6Will Fancher2019-01-30
|
* GHCJS: Fix 8.4 buildWill Fancher2019-01-30
|
* ghcjs: mark compiler builds as brokenPeter Simons2019-01-29
| | | | These builds have been failing for a long time ...
* Bump GHCJS 8.4Will Fancher2018-11-21
|
* ghcjs-*: Expose the version of GHC usedJohn Ericson2018-09-28
| | | | This is more meaningful than the GHCJS version for most tasks.
* ghc, ghcjs: Get rid of extraneous alex, happy, and hscolour argsJohn Ericson2018-09-24
| | | | | | The compilers themselves can pull them from `bootPkgs`, where they should always come from anyways. This enforces that, simplifies that code, and allows use to avoid more `rec { ... }` too.
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* Update readme with --compiler option for GHCJSWill Fancher2018-07-16
|
* Added ghcjs-base to GHCJS 8.4 / 8.2Will Fancher2018-07-15
|
* Make GHCJS 8.4 the default, in line with LTS 12.xWill Fancher2018-07-15
|
* 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: 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.
* ghcjs: remove phasesMatthew Justin Bauer2018-06-18
| | | We can just disable each one we don't want manually.
* ghcjs: add version to haskellCompilerNameMatthew Bauer2018-06-14
| | | | | | | | This is needed for some cabal2nix stuff in getting the version. Previously we had left out the version but apparently this can cause problems in some scenarios. /cc @elvishjerricco @peti @ericson2314
* ghcjs-ng: add haskellCompilerName attributeMatthew Justin Bauer2018-06-13
| | | | | | | This is needed by some old code in Nixpkgs. Adding it here will fix some eval errors. /cc @ElvishJerricco Fixes #41943
* ghcjs-ng: fixup system tupleMatthew Justin Bauer2018-06-09
| | | on i686-linux, the libexec dir should be /libexec/i386-linux-ghc-8.2.2 not /libexec/i686-linux-ghc-8.2.2
* Fix GHCJS 8.4/8.2 in sandboxed builds (#41411)Will Fancher2018-06-03
|
* GHCJS darwin fixes (#41120)Will Fancher2018-05-29
| | | | | | | | * GHCJS darwin fixes * Fix ghcjs 80 and 710 packages * Add socket-io to ghcjs 82 and 84 passthru
* Bump GHCJS 8.4Will Fancher2018-05-17
|
* Work around GHCJS bug with ghcjs-boot -j1Will Fancher2018-05-17
|
* Remove -dcore-lint from GHCJS wrapperWill Fancher2018-05-17
|
* Expose bootGhcjs for convenience's sakeWill Fancher2018-05-17
|
* Add pkgconfig to ghcjs bootWill Fancher2018-05-17
|
* Factor out bootGhcjs for justStaticExecutables sakeWill Fancher2018-05-16
|
* Add gcc to configured-ghcjs-src for macosWill Fancher2018-05-16
|
* bump ghcjs 8.4Will Fancher2018-05-16
|
* Dont haddock ghcjs in either versionWill Fancher2018-05-16
|
* GHCJS 8.4Will Fancher2018-05-12
|
* GHCJS 8.2Will Fancher2018-05-12