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 { cabal, aeson, attoparsec, Cabal, deepseq, filepath, mtl
, QuickCheck, random, systemPosixRedirect, text, time, transformers , profunctors, QuickCheck, random, systemPosixRedirect, text, time
, vector, vectorSpace , vector, vectorSpace
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "thyme"; pname = "thyme";
version = "0.3.1.1"; version = "0.3.2.0";
sha256 = "00c15zy7190mghpvrpwl0hp8w1mp386vvff8w2zdpgl792cvdby8"; sha256 = "1jrhqrvmkq8n943l6dkyszg4qz47jbddr80qg7k51a9nrg8fins4";
buildDepends = [ buildDepends = [
aeson attoparsec deepseq lens QuickCheck random text time aeson attoparsec deepseq mtl profunctors QuickCheck random text
transformers vector vectorSpace time vector vectorSpace
]; ];
testDepends = [ testDepends = [
attoparsec Cabal filepath lens QuickCheck random attoparsec Cabal filepath mtl profunctors QuickCheck random
systemPosixRedirect text time vectorSpace systemPosixRedirect text time vectorSpace
]; ];
doCheck = false; doCheck = false;