Skip to content

Commit

Permalink
Rename miso-ghc-jsaddle -> miso-ghc
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio committed Jul 21, 2019
1 parent 9075a61 commit c32d566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ in
{
inherit pkgs;
miso-ghcjs = pkgs.haskell.packages.ghcjs86.miso;
miso-ghc-jsaddle = pkgs.haskell.packages.ghc865.miso-jsaddle;
miso-ghc = pkgs.haskell.packages.ghc865.miso;
inherit (pkgs.haskell.packages.ghc865) miso-jsaddle;
inherit release;
} // armPkgs // examplePkgs

0 comments on commit c32d566

Please sign in to comment.