haskell-graphmod: update to version 1.2.6

This commit is contained in:
Peter Simons 2014-10-19 14:19:21 +02:00
parent 275e045772
commit 8a90c85f54

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "graphmod";
version = "1.2.5";
sha256 = "1rmrsfvajzrak7jlhwnvhrgszgyg1b6z5wp21k0d7pv2cbfdkp8s";
version = "1.2.6";
sha256 = "02p1x44ywv2mb4l2dsz9z3ybnvv4nns3882lqm3nc8sw2hkib8z3";
isLibrary = false;
isExecutable = true;
buildDepends = [ dotgen filepath haskellLexer ];