mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
haskell-thyme: update to version 0.3.2.0
This commit is contained in:
parent
30177a3c8f
commit
3b9fff330c
@ -1,18 +1,18 @@
|
||||
{ cabal, aeson, attoparsec, Cabal, deepseq, filepath, lens
|
||||
, QuickCheck, random, systemPosixRedirect, text, time, transformers
|
||||
{ cabal, aeson, attoparsec, Cabal, deepseq, filepath, mtl
|
||||
, profunctors, QuickCheck, random, systemPosixRedirect, text, time
|
||||
, vector, vectorSpace
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "thyme";
|
||||
version = "0.3.1.1";
|
||||
sha256 = "00c15zy7190mghpvrpwl0hp8w1mp386vvff8w2zdpgl792cvdby8";
|
||||
version = "0.3.2.0";
|
||||
sha256 = "1jrhqrvmkq8n943l6dkyszg4qz47jbddr80qg7k51a9nrg8fins4";
|
||||
buildDepends = [
|
||||
aeson attoparsec deepseq lens QuickCheck random text time
|
||||
transformers vector vectorSpace
|
||||
aeson attoparsec deepseq mtl profunctors QuickCheck random text
|
||||
time vector vectorSpace
|
||||
];
|
||||
testDepends = [
|
||||
attoparsec Cabal filepath lens QuickCheck random
|
||||
attoparsec Cabal filepath mtl profunctors QuickCheck random
|
||||
systemPosixRedirect text time vectorSpace
|
||||
];
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user