Merge pull request #1846 from klao/agda-mode
Byte-compile Agda's elisp files
This commit is contained in:
commit
12e00cbaa7
@ -1,4 +1,4 @@
|
|||||||
{ cabal, alex, binary, deepseq, filepath, geniplate, happy
|
{ cabal, alex, binary, deepseq, emacs, filepath, geniplate, happy
|
||||||
, hashable, hashtables, haskeline, haskellSrcExts, mtl, parallel
|
, hashable, hashtables, haskeline, haskellSrcExts, mtl, parallel
|
||||||
, QuickCheck, text, time, unorderedContainers, xhtml, zlib
|
, QuickCheck, text, time, unorderedContainers, xhtml, zlib
|
||||||
}:
|
}:
|
||||||
@ -14,8 +14,11 @@ cabal.mkDerivation (self: {
|
|||||||
haskellSrcExts mtl parallel QuickCheck text time
|
haskellSrcExts mtl parallel QuickCheck text time
|
||||||
unorderedContainers xhtml zlib
|
unorderedContainers xhtml zlib
|
||||||
];
|
];
|
||||||
buildTools = [ alex happy ];
|
buildTools = [ alex emacs happy ];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
|
postInstall = ''
|
||||||
|
$out/bin/agda-mode compile
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://wiki.portal.chalmers.se/agda/";
|
homepage = "http://wiki.portal.chalmers.se/agda/";
|
||||||
description = "A dependently typed functional programming language and proof assistant";
|
description = "A dependently typed functional programming language and proof assistant";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user