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 { cabal, aeson, attoparsec, Cabal, deepseq, filepath, mtl
, profunctors, QuickCheck, random, systemPosixRedirect, text, time , profunctors, QuickCheck, random, systemPosixRedirect, text, time
, vector, vectorSpace, vectorThUnbox , vector, vectorSpace, vectorThUnbox, cpphs
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "thyme"; pname = "thyme";
version = "0.3.5.2"; version = "0.3.5.2";
sha256 = "1vb5qn9m88y9738d9znim5lprb8z10am5yjaksdjl151li8apd6x"; sha256 = "1vb5qn9m88y9738d9znim5lprb8z10am5yjaksdjl151li8apd6x";
buildTools = [ cpphs ];
buildDepends = [ buildDepends = [
aeson attoparsec deepseq mtl profunctors QuickCheck random text aeson attoparsec deepseq mtl profunctors QuickCheck random text
time vector vectorSpace vectorThUnbox time vector vectorSpace vectorThUnbox