mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 08:33:54 +00:00
28 lines
877 B
Nix
28 lines
877 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, basePrelude, focus, free, hashable, HTF, listT, lochTh
|
|
, mtl, mtlPrelude, placeholders, primitive, QuickCheck
|
|
, transformers, unorderedContainers
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "stm-containers";
|
|
version = "0.2.4";
|
|
sha256 = "0qwyy0znd97w52kq9azg9bnc6578x1wvfhknh7qd8sz50gz19qwy";
|
|
buildDepends = [
|
|
basePrelude focus hashable listT lochTh placeholders primitive
|
|
transformers
|
|
];
|
|
testDepends = [
|
|
basePrelude focus free hashable HTF listT lochTh mtl mtlPrelude
|
|
placeholders primitive QuickCheck transformers unorderedContainers
|
|
];
|
|
doCheck = false;
|
|
meta = {
|
|
homepage = "https://github.com/nikita-volkov/stm-containers";
|
|
description = "Containers for STM";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|