Update haskell machines-io and machines-directory libraries

Signed-off-by: Sivaram Balakrishnan <sivaram1992@gmail.com>
This commit is contained in:
Sivaram Balakrishnan 2015-01-06 23:59:15 +05:30
parent 23b387236d
commit f8f5627085
2 changed files with 4 additions and 6 deletions

View File

@ -4,10 +4,9 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "machines-directory"; pname = "machines-directory";
version = "0.0.0.1"; version = "0.2.0.0";
sha256 = "1npgh7f5czx6r3s05y48rs6xkrgpv3if38apwnbvi4ignmsfsvyx"; sha256 = "1b1jv23ijhm51nggxrncjhz24k4pl4nvj6s9h3jabr0gsnsb8y2v";
buildDepends = [ filepath machines machinesIo transformers ]; buildDepends = [ filepath machines machinesIo transformers ];
jailbreak = true;
meta = { meta = {
homepage = "http://github.com/aloiscochard/machines-io"; homepage = "http://github.com/aloiscochard/machines-io";
description = "Directory (system) utilities for the machines library"; description = "Directory (system) utilities for the machines library";

View File

@ -4,10 +4,9 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "machines-io"; pname = "machines-io";
version = "0.1.0.0"; version = "0.2.0.0";
sha256 = "07ky1j9ihn493a8q2g1pc0ynam1mkzdi4hjs74kpfnlvl9x6ic7g"; sha256 = "0qjbfwyhscjmjbfj709kb9xr5p3yz4v21aq2g4dv1abqwgf85x03";
buildDepends = [ chunkedData machines transformers ]; buildDepends = [ chunkedData machines transformers ];
jailbreak = true;
meta = { meta = {
homepage = "http://github.com/aloiscochard/machines-io"; homepage = "http://github.com/aloiscochard/machines-io";
description = "IO utilities for the machines library"; description = "IO utilities for the machines library";