about summary refs log tree commit diff
path: root/pkgs/development/compilers/elm/elm-package.nix
blob: 3cf2ded8ff50afcbf51bcb901f950e642d1424b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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;
  };
})