haskell-thyme: fix for darwin

This commit is contained in:
John Wiegley 2014-07-24 15:06:35 -05:00
parent 5c6512434a
commit 0e588f35fc

View file

@ -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