Agda-executable: jailbreak to fix the build with recent versions of Agda

This commit is contained in:
Peter Simons 2012-11-12 12:48:04 +01:00
parent 76d78000e4
commit fb1b425a74

View file

@ -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";