haskell-temporary: update to version 1.2.0.1
This commit is contained in:
parent
f777fd99dc
commit
513fd95f6c
@ -1,10 +1,10 @@
|
|||||||
{ cabal, filepath }:
|
{ cabal, exceptions, filepath, transformers }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "temporary";
|
pname = "temporary";
|
||||||
version = "1.1.2.4";
|
version = "1.2.0.1";
|
||||||
sha256 = "1j8kc22rz2wqg90n5wcxb06ylqv3lnz764077kvwhrw7mhmbp7jz";
|
sha256 = "12z8qnqn1fg9ymaav5ds7gk067lmj0bv1lhhxcnvmvjcpk1l5b54";
|
||||||
buildDepends = [ filepath ];
|
buildDepends = [ exceptions filepath transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.github.com/batterseapower/temporary";
|
homepage = "http://www.github.com/batterseapower/temporary";
|
||||||
description = "Portable temporary file and directory support for Windows and Unix, based on code from Cabal";
|
description = "Portable temporary file and directory support for Windows and Unix, based on code from Cabal";
|
||||||
|
Loading…
Reference in New Issue
Block a user