haskell-io-memoize: update to version 1.1.1.0
This commit is contained in:
parent
ff4ce5a704
commit
39a02984a0
@ -2,10 +2,11 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "io-memoize";
|
||||
version = "1.1.0.0";
|
||||
sha256 = "1xnrzrvs5c3lrzdxm4hrqbh8chl8sxv2j98b28na73w8b7yv2agm";
|
||||
version = "1.1.1.0";
|
||||
sha256 = "0ga85wdvz67jjx8qh6f687kfikcrfmp7winn13v6na7vlaqs2ly7";
|
||||
buildDepends = [ async ];
|
||||
meta = {
|
||||
homepage = "https://github.com/DanBurton/io-memoize";
|
||||
description = "Memoize IO actions";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
Loading…
Reference in New Issue
Block a user