27 lines
903 B
Nix
27 lines
903 B
Nix
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||
|
|
||
|
{ cabal, aeson, aesonPretty, ansiWlPprint, binary, elmCompiler
|
||
|
, filepath, HTTP, httpClient, httpClientTls, httpTypes, mtl
|
||
|
, network, optparseApplicative, text, time, unorderedContainers
|
||
|
, vector, zipArchive
|
||
|
}:
|
||
|
|
||
|
cabal.mkDerivation (self: {
|
||
|
pname = "elm-package";
|
||
|
version = "0.2.2";
|
||
|
sha256 = "0hkcy1mix2rng2k2zhzgb16nd0asfj9rm9ya2by67vjysiz8cmnr";
|
||
|
isLibrary = true;
|
||
|
isExecutable = true;
|
||
|
buildDepends = [
|
||
|
aeson aesonPretty ansiWlPprint binary elmCompiler filepath HTTP
|
||
|
httpClient httpClientTls httpTypes mtl network optparseApplicative
|
||
|
text time unorderedContainers vector zipArchive
|
||
|
];
|
||
|
meta = {
|
||
|
homepage = "http://github.com/elm-lang/elm-package";
|
||
|
description = "Package manager for Elm libraries";
|
||
|
license = self.stdenv.lib.licenses.bsd3;
|
||
|
platforms = self.ghc.meta.platforms;
|
||
|
};
|
||
|
})
|