Skip to content

Commit

Permalink
Merge pull request #231 from haskell-miso/build-examples-in-ci
Browse files Browse the repository at this point in the history
Add haskell-miso and sse example to CI
  • Loading branch information
dmjio authored Aug 4, 2017
2 parents 86ff290 + f52ee73 commit e5fadbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ let
inherit (pkgs.haskell.packages) ghcjsHEAD;
in { miso-release = import ./default.nix { nixpkgs = pkgs; };
miso-ghcjs8 = ghcjsHEAD.callPackage ./miso-ghcjs.nix {};
haskell-miso.org = import ./examples/haskell-miso.org {};
sse-example = import ./examples/sse {};
}

0 comments on commit e5fadbe

Please sign in to comment.