Agda: cosmetic change

This commit is contained in:
Peter Simons
2013-06-03 22:09:34 +02:00
parent 7b21e19a82
commit 1ed5202c2c
@@ -1,6 +1,6 @@
{ cabal, alex, binary, deepseq, filepath, geniplate, happy { cabal, alex, binary, deepseq, filepath, geniplate, happy
, hashable, hashtables, haskeline, haskellSrcExts, mtl, parallel , hashable, hashtables, haskeline, haskellSrcExts, mtl, parallel
, QuickCheck, text, unorderedContainers, xhtml, zlib , QuickCheck, text, time, unorderedContainers, xhtml, zlib
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
@@ -11,8 +11,8 @@ cabal.mkDerivation (self: {
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
binary deepseq filepath geniplate hashable hashtables haskeline binary deepseq filepath geniplate hashable hashtables haskeline
haskellSrcExts mtl parallel QuickCheck text unorderedContainers haskellSrcExts mtl parallel QuickCheck text time
xhtml zlib unorderedContainers xhtml zlib
]; ];
buildTools = [ alex happy ]; buildTools = [ alex happy ];
jailbreak = true; jailbreak = true;