agda: migrate to haskell-ng, update and cleanup

Resolves https://github.com/NixOS/nixpkgs/pull/7172.
This commit is contained in:
Nikolay Amiantov
2015-04-06 21:24:33 +02:00
committed by Peter Simons
parent 434f129c62
commit 25618c3670
8 changed files with 87 additions and 24 deletions
+1 -1
View File
@@ -92,4 +92,4 @@ in
(postprocess (let super = defaults self // args self;
self = super // extension self super;
in self));
}
}