1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

haskell-cmdargs: update to version 0.10.9

This commit is contained in:
Peter Simons 2014-07-28 12:17:51 +02:00
parent 5fde244c07
commit b614d0ad7b

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "cmdargs";
version = "0.10.8";
sha256 = "1gh6g655s5yjf55qlbpn7daw5f67j79znibs4dwrvhj985hb9a7p";
version = "0.10.9";
sha256 = "12phn22iri2v65gbxzl580mikkj05rwx4sjn5c31f871wp0538my";
isLibrary = true;
isExecutable = true;
buildDepends = [ filepath transformers ];