mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
haskell-resource-pool: bump to 0.2.3.2
Fixes build error.
This commit is contained in:
parent
b9cc04329b
commit
f1951f932d
|
@ -6,8 +6,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "resource-pool";
|
||||
version = "0.2.3.1";
|
||||
sha256 = "02fpw5jfzcdhijx8mfpb6j4c8sxl36f04i2nx3cbivh9yhbgqr92";
|
||||
version = "0.2.3.2";
|
||||
sha256 = "04mw8b9djb14zp4rdi6h7mc3zizh597ffiinfbr4m0m8psifw9w6";
|
||||
buildDepends = [
|
||||
hashable monadControl stm time transformers transformersBase vector
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue