mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-thyme: update to version 0.3.5.0
This commit is contained in:
parent
2c462d0c1a
commit
7cba5944b4
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue