elm-interface-to-json: init at 0.1 (#32194)

elm-interface-to-json -> init at 0.1
This commit is contained in:
Michael Fellinger
2017-12-02 13:32:45 +01:00
committed by Daiderd Jordan
parent 4a7a497fb6
commit 94b7925b30
2 changed files with 27 additions and 1 deletions
+3 -1
View File
@@ -72,7 +72,9 @@ let
where foo is a tag for a new version, for example "0.3.1-alpha".
*/
elm-format = self.callPackage ./packages/elm-format.nix { };
elm-interface-to-json = self.callPackage ./packages/elm-interface-to-json.nix {
aeson-pretty = self.aeson-pretty_0_7_2;
};
};
in elmPkgs // {
inherit elmPkgs;