3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/libraries/haskell/stm-containers/default.nix

26 lines
790 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, basePrelude, focus, free, hashable, HTF, lochTh, mtl
, placeholders, primitive, QuickCheck, unorderedContainers
}:
cabal.mkDerivation (self: {
pname = "stm-containers";
version = "0.1.3";
sha256 = "0ir2b6y1sqr0i68j0fqmwyysk7x9z18n84dbjppyjzzidcsrkar0";
buildDepends = [
basePrelude focus hashable lochTh placeholders primitive
];
testDepends = [
basePrelude focus free hashable HTF lochTh mtl placeholders
primitive QuickCheck 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;
};
})