3
0
Fork 0
forked from mirrors/nixpkgs

haskell-multiarg: update to version 0.24.0.0

This commit is contained in:
Peter Simons 2013-09-16 10:50:04 +02:00
parent 81075c509c
commit f2c492ec66

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "multiarg";
version = "0.22.0.0";
sha256 = "1fswkgrn8mc92lrzmrxhv6hbgch2lqdvmjn88k4ajqc0gpmpb750";
version = "0.24.0.0";
sha256 = "0vdhrsqwa2wq9cvf96x3hqml2vbjcvik9mpz1kbbhb61f9lbhas6";
buildDepends = [ utf8String ];
meta = {
homepage = "https://github.com/massysett/multiarg";