haskell-thyme: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-07-28 12:11:15 +02:00
parent bdb77826d9
commit 95199088ed

View File

@ -1,15 +1,14 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, attoparsec, Cabal, deepseq, filepath, mtl { cabal, aeson, attoparsec, Cabal, cpphs, deepseq, filepath, mtl
, profunctors, QuickCheck, random, systemPosixRedirect, text, time , profunctors, QuickCheck, random, systemPosixRedirect, text, time
, vector, vectorSpace, vectorThUnbox, cpphs , vector, vectorSpace, vectorThUnbox
}: }:
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
@ -18,6 +17,7 @@ cabal.mkDerivation (self: {
attoparsec Cabal filepath mtl profunctors QuickCheck random attoparsec Cabal filepath mtl profunctors QuickCheck random
systemPosixRedirect text time vectorSpace systemPosixRedirect text time vectorSpace
]; ];
buildTools = [ cpphs ];
doCheck = false; doCheck = false;
meta = { meta = {
homepage = "https://github.com/liyang/thyme"; homepage = "https://github.com/liyang/thyme";