agda-stdlib: no need to jailbreak anymore

This commit is contained in:
Mathijs Kwik 2014-06-19 13:37:31 +02:00
parent 0a8455800c
commit 9ceeb77bd3

View File

@ -10,7 +10,6 @@ cabal.mkDerivation (self: rec {
}; };
buildDepends = [ filemanip Agda ]; buildDepends = [ filemanip Agda ];
jailbreak = true; # otherwise, it complains about base
preConfigure = "cd ffi"; preConfigure = "cd ffi";