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

{ cabal, filepath }:

cabal.mkDerivation (self: {
  pname = "funcmp";
  version = "1.7";
  sha256 = "1rna7x7lw36fv5pyq0zn4b472mh11r0bszzji13wm3byhhmzs04k";
  buildDepends = [ filepath ];
  meta = {
    homepage = "http://savannah.nongnu.org/projects/funcmp/";
    description = "Functional MetaPost";
    license = "GPL";
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ simons ];
  };
})