Skip to content

Commit

Permalink
haskell-thyme: fix for darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Jul 24, 2014
1 parent 5c65124 commit 0e588f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/libraries/haskell/thyme/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit 0e588f3

Please sign in to comment.