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

{ cabal, aeson, dataDefault, filepath, ghcPaths, haskellNames
, haskellPackages, haskellSrcExts, languageEcmascript, mtl
, optparseApplicative, safe, sourcemap, split, spoon, syb, text
, time, transformers, uniplate, unorderedContainers, utf8String
, vector
}:

cabal.mkDerivation (self: {
  pname = "fay";
  version = "0.21.0.2";
  sha256 = "0hq9jfyl5ki3jcwffb9q7cxrgpchajgwk4j44kz37y1wji63lk96";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [
    aeson dataDefault filepath ghcPaths haskellNames haskellPackages
    haskellSrcExts languageEcmascript mtl optparseApplicative safe
    sourcemap split spoon syb text time transformers uniplate
    unorderedContainers utf8String vector
  ];
  meta = {
    homepage = "https://github.com/faylang/fay/wiki";
    description = "A compiler for Fay, a Haskell subset that compiles to JavaScript";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
  };
})