mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "io-memoize";
|
pname = "io-memoize";
|
||||||
version = "1.1.0.0";
|
version = "1.1.1.0";
|
||||||
sha256 = "1xnrzrvs5c3lrzdxm4hrqbh8chl8sxv2j98b28na73w8b7yv2agm";
|
sha256 = "0ga85wdvz67jjx8qh6f687kfikcrfmp7winn13v6na7vlaqs2ly7";
|
||||||
buildDepends = [ async ];
|
buildDepends = [ async ];
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = "https://github.com/DanBurton/io-memoize";
|
||||||
description = "Memoize IO actions";
|
description = "Memoize IO actions";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
|
Loading…
Reference in a new issue