haskell-thyme: update to version 0.3.5.0

This commit is contained in:
Peter Simons 2014-05-15 16:09:43 +02:00
parent 2c462d0c1a
commit 7cba5944b4

View file

@ -1,15 +1,15 @@
{ cabal, aeson, attoparsec, Cabal, deepseq, filepath, mtl
, profunctors, QuickCheck, random, systemPosixRedirect, text, time
, vector, vectorSpace
, vector, vectorSpace, vectorThUnbox
}:
cabal.mkDerivation (self: {
pname = "thyme";
version = "0.3.3.0";
sha256 = "0mpwwpc82xcdyawz87rcmvga1miw7cx538nnh379m2ibn0g71zaa";
version = "0.3.5.0";
sha256 = "0jc687hdxz97qjslminwqgj40pnnyhpfv73j6d8pmg064svdrg0q";
buildDepends = [
aeson attoparsec deepseq mtl profunctors QuickCheck random text
time vector vectorSpace
time vector vectorSpace vectorThUnbox
];
testDepends = [
attoparsec Cabal filepath mtl profunctors QuickCheck random