forked from mirrors/nixpkgs
haskell-system-posix-redirect: update to version 1.1.0.1
This commit is contained in:
parent
6c32416a31
commit
17fd8d5627
|
@ -2,10 +2,10 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "system-posix-redirect";
|
||||
version = "1.1";
|
||||
sha256 = "08l8n671ypmharmkm9s8wv5ipcznn7hv5zadf96liml3v16d8fcr";
|
||||
version = "1.1.0.1";
|
||||
sha256 = "1wkfz898d3607xnx779l1k1qc8i2k63ixg47542r45scwq8m0lsk";
|
||||
meta = {
|
||||
description = "A toy module that allows you to temporarily redirect a program's stdout";
|
||||
description = "A toy module to temporarily redirect a program's stdout";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue