summary refs log tree commit diff
path: root/pkgs/development/tools/haskell/cake3/default.nix
blob: fba7d2e4d2a67f4a588c02f6567a7c99cda11ff5 (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
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, attoparsec, deepseq, filepath, haskellSrcMeta
, languageJavascript, mimeTypes, monadloc, mtl, optparseApplicative
, parsec, syb, systemFilepath, text, textFormat
}:

cabal.mkDerivation (self: {
  pname = "cake3";
  version = "0.5.2.0";
  sha256 = "0wr797r7sg8f48r2pjl2nw70vcdkiamqghz2zpfr6awy9018fhgw";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [
    attoparsec deepseq filepath haskellSrcMeta languageJavascript
    mimeTypes monadloc mtl optparseApplicative parsec syb
    systemFilepath text textFormat
  ];
  meta = {
    homepage = "https://github.com/grwlf/cake3";
    description = "Third cake the Makefile EDSL";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})