Agda: cosmetic change
This commit is contained in:
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user