summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/unlambda/default.nix
blob: 65419a22bb0e8a4a435716a1de3200969717868a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, mtl }:

cabal.mkDerivation (self: {
  pname = "unlambda";
  version = "0.1.3";
  sha256 = "0clcpkhg23a7ma72rjjpl2w8jpg2mdn4rgm3vf0vqr7lbyma1h89";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [ mtl ];
  hyperlinkSource = false;
  meta = {
    description = "Unlambda interpreter";
    license = "GPL";
    platforms = self.ghc.meta.platforms;
  };
})