haskell-cmdargs: update to version 0.10.12

This commit is contained in:
Peter Simons 2014-10-31 11:37:17 +01:00
parent b969f90f49
commit fcb6009712

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "cmdargs";
version = "0.10.11";
sha256 = "0wfw6gpqbd89wzq6gh11bc35m2wbaf2jnkf6gxhpml70jn6ca8nz";
version = "0.10.12";
sha256 = "0axn3ycw4rijh1ka5f73gz9w330s851cpxbv39ia4xnb0l95hrjy";
isLibrary = true;
isExecutable = true;
buildDepends = [ filepath transformers ];