haskell-thyme: add cpphs build tool dependency
This commit is contained in:
parent
c2a4a69a4a
commit
c43693049b
@ -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 New Issue
Block a user