haskell-thyme: fix for darwin
This commit is contained in:
parent
5c6512434a
commit
0e588f35fc
1 changed files with 2 additions and 1 deletions
|
@ -2,13 +2,14 @@
|
|||
|
||||
{ cabal, aeson, attoparsec, Cabal, deepseq, filepath, mtl
|
||||
, profunctors, QuickCheck, random, systemPosixRedirect, text, time
|
||||
, vector, vectorSpace, vectorThUnbox
|
||||
, vector, vectorSpace, vectorThUnbox, cpphs
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "thyme";
|
||||
version = "0.3.5.2";
|
||||
sha256 = "1vb5qn9m88y9738d9znim5lprb8z10am5yjaksdjl151li8apd6x";
|
||||
buildTools = [ cpphs ];
|
||||
buildDepends = [
|
||||
aeson attoparsec deepseq mtl profunctors QuickCheck random text
|
||||
time vector vectorSpace vectorThUnbox
|
||||
|
|
Loading…
Reference in a new issue