haskell-maude: update to version 0.6.1
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
{ cabal, parsec, text }:
|
{ cabal, filepath, processExtras, temporary, text, xml }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "maude";
|
pname = "maude";
|
||||||
version = "0.3.0";
|
version = "0.6.1";
|
||||||
sha256 = "1z9bk4fzkbfiqqx4mv4cdlckchvcli2gcp40d04ravvj7x6yaghg";
|
sha256 = "0qadqpj5vzg84mqh29p6vr2ffih7y69ds0jdpxmr17am5bh3mhql";
|
||||||
buildDepends = [ parsec text ];
|
buildDepends = [ filepath processExtras temporary text xml ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/davidlazar/maude-hs";
|
homepage = "https://github.com/davidlazar/maude-hs";
|
||||||
description = "An interface to the Maude rewriting system";
|
description = "An interface to the Maude rewriting system";
|
||||||
|
|||||||
@@ -981,9 +981,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||||||
|
|
||||||
mainlandPretty = callPackage ../development/libraries/haskell/mainland-pretty {};
|
mainlandPretty = callPackage ../development/libraries/haskell/mainland-pretty {};
|
||||||
|
|
||||||
maude = callPackage ../development/libraries/haskell/maude {
|
maude = callPackage ../development/libraries/haskell/maude {};
|
||||||
parsec = self.parsec3;
|
|
||||||
};
|
|
||||||
|
|
||||||
MaybeT = callPackage ../development/libraries/haskell/MaybeT {};
|
MaybeT = callPackage ../development/libraries/haskell/MaybeT {};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user