30 lines
1011 B
Nix
30 lines
1011 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, blazeHtml, blazeMarkup, cmdargs, Elm, fetchgit, filepath
|
|
, fsnotify, HTTP, mtl, snapCore, snapServer, systemFilepath, time
|
|
, transformers, unorderedContainers, websockets, websocketsSnap
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "elm-reactor";
|
|
version = "0.1";
|
|
src = fetchgit {
|
|
url = "git://github.com/elm-lang/elm-reactor.git";
|
|
sha256 = "1e45ef26a9b1c1748737dce071a7f2587d0d22643085942a98006f9b11d11dfe";
|
|
rev = "8715046c5bc8b18f0540069c1a9a65f3aa8332e1";
|
|
};
|
|
isLibrary = false;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
blazeHtml blazeMarkup cmdargs Elm filepath fsnotify HTTP mtl
|
|
snapCore snapServer systemFilepath time transformers
|
|
unorderedContainers websockets websocketsSnap
|
|
];
|
|
meta = {
|
|
homepage = "http://elm-lang.org";
|
|
description = "Interactive development tool for Elm programs";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|