haskell-thyme: update to version 0.3.5.0
This commit is contained in:
parent
2c462d0c1a
commit
7cba5944b4
@ -1,15 +1,15 @@
|
|||||||
{ cabal, aeson, attoparsec, Cabal, deepseq, filepath, mtl
|
{ cabal, aeson, attoparsec, Cabal, deepseq, filepath, mtl
|
||||||
, profunctors, QuickCheck, random, systemPosixRedirect, text, time
|
, profunctors, QuickCheck, random, systemPosixRedirect, text, time
|
||||||
, vector, vectorSpace
|
, vector, vectorSpace, vectorThUnbox
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "thyme";
|
pname = "thyme";
|
||||||
version = "0.3.3.0";
|
version = "0.3.5.0";
|
||||||
sha256 = "0mpwwpc82xcdyawz87rcmvga1miw7cx538nnh379m2ibn0g71zaa";
|
sha256 = "0jc687hdxz97qjslminwqgj40pnnyhpfv73j6d8pmg064svdrg0q";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec deepseq mtl profunctors QuickCheck random text
|
aeson attoparsec deepseq mtl profunctors QuickCheck random text
|
||||||
time vector vectorSpace
|
time vector vectorSpace vectorThUnbox
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
attoparsec Cabal filepath mtl profunctors QuickCheck random
|
attoparsec Cabal filepath mtl profunctors QuickCheck random
|
||||||
|
Loading…
x
Reference in New Issue
Block a user