mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
haskell-stm-containers: update to version 0.2.4
This commit is contained in:
parent
7fb4542b99
commit
16fbc34090
@ -1,19 +1,21 @@
|
||||
# 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, basePrelude, focus, free, hashable, HTF, listT, lochTh
|
||||
, mtl, mtlPrelude, placeholders, primitive, QuickCheck
|
||||
, transformers, unorderedContainers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "stm-containers";
|
||||
version = "0.1.4";
|
||||
sha256 = "15h7qxxbr1ifkvmxsj30k0v3hp83m04iq25bvi3jmagvvk5hv5bj";
|
||||
version = "0.2.4";
|
||||
sha256 = "0qwyy0znd97w52kq9azg9bnc6578x1wvfhknh7qd8sz50gz19qwy";
|
||||
buildDepends = [
|
||||
basePrelude focus hashable lochTh placeholders primitive
|
||||
basePrelude focus hashable listT lochTh placeholders primitive
|
||||
transformers
|
||||
];
|
||||
testDepends = [
|
||||
basePrelude focus free hashable HTF lochTh mtl placeholders
|
||||
primitive QuickCheck unorderedContainers
|
||||
basePrelude focus free hashable HTF listT lochTh mtl mtlPrelude
|
||||
placeholders primitive QuickCheck transformers unorderedContainers
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user