1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-thyme: update to version 0.3.2.0

This commit is contained in:
Peter Simons 2014-04-04 23:30:08 +02:00
parent 30177a3c8f
commit 3b9fff330c

View file

@ -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;