Skip to content

Commit

Permalink
Add closure-compiler support
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Trinkle committed Sep 5, 2017
1 parent 853d973 commit d7ba43e
Show file tree
Hide file tree
Showing 2 changed files with 12,271 additions and 0 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,7 @@ in let this = rec {
nixpkgs.nix-prefetch-scripts
nixpkgs.nodejs
nixpkgs.pkgconfig
nixpkgs.closurecompiler
] ++ (if builtins.compareVersions haskellPackages.ghc.version "7.10" >= 0 then [
nativeHaskellPackages.stylish-haskell # Recent stylish-haskell only builds with AMP in place
] else []) ++ androidDevTools;
Expand Down
Loading

0 comments on commit d7ba43e

Please sign in to comment.