summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/funcmp/default.nix
blob: a667a1e1d289f6feabd9c64e57aa1055e28d2d97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{cabal}:

cabal.mkDerivation (self : {
  pname = "funcmp";
  version = "1.5";
  sha256 = "f68807833f39178c99877321f0f335cfde12a5c4b38e6c51f33f8cab94b9e12e";
  propagatedBuildInputs = [];
  meta = {
    description = "Functional MetaPost";
    license = "GPL";
    maintainers = [self.stdenv.lib.maintainers.simons];
  };
})