Agda-executable: jailbreak to fix the build with recent versions of Agda
This commit is contained in:
parent
76d78000e4
commit
fb1b425a74
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [ Agda ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://wiki.portal.chalmers.se/agda/";
|
||||
description = "Command-line program for type-checking and compiling Agda programs";
|
||||
|
Loading…
Reference in New Issue
Block a user