summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/maude/default.nix
blob: ff95fe0a23b0c62e23729061854a9373acdb746f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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;
  };
})