18250b97ae
had added him earlier.
17 lines
558 B
Nix
17 lines
558 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, filepath, processExtras, temporary, text, xml }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "maude";
|
|
version = "0.6.1";
|
|
sha256 = "0qadqpj5vzg84mqh29p6vr2ffih7y69ds0jdpxmr17am5bh3mhql";
|
|
buildDepends = [ filepath processExtras temporary text xml ];
|
|
meta = {
|
|
homepage = "https://github.com/davidlazar/maude-hs";
|
|
description = "An interface to the Maude rewriting system";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|