mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #5610 from sivteck/machines
Update haskell machines-io and machines-directory libraries
This commit is contained in:
commit
90f20fa41d
2 changed files with 4 additions and 6 deletions
|
@ -4,10 +4,9 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "machines-directory";
|
||||
version = "0.0.0.1";
|
||||
sha256 = "1npgh7f5czx6r3s05y48rs6xkrgpv3if38apwnbvi4ignmsfsvyx";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "1b1jv23ijhm51nggxrncjhz24k4pl4nvj6s9h3jabr0gsnsb8y2v";
|
||||
buildDepends = [ filepath machines machinesIo transformers ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://github.com/aloiscochard/machines-io";
|
||||
description = "Directory (system) utilities for the machines library";
|
||||
|
|
|
@ -4,10 +4,9 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "machines-io";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "07ky1j9ihn493a8q2g1pc0ynam1mkzdi4hjs74kpfnlvl9x6ic7g";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "0qjbfwyhscjmjbfj709kb9xr5p3yz4v21aq2g4dv1abqwgf85x03";
|
||||
buildDepends = [ chunkedData machines transformers ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://github.com/aloiscochard/machines-io";
|
||||
description = "IO utilities for the machines library";
|
||||
|
|
Loading…
Reference in a new issue