Agda: move compiler and standard library into a common directory

Also renamed AgdaStdLib attribute to AgdaStdlib, since upstream doesn't
seem to capitalize that name.
This commit is contained in:
Peter Simons 2014-05-03 12:37:17 +02:00
parent 801a4818c8
commit 64d662e056
3 changed files with 2 additions and 3 deletions

View File

@ -2921,9 +2921,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
# Compilers.
AgdaExecutable = callPackage ../development/compilers/Agda-executable {};
AgdaStdLib = callPackage ../development/compilers/Agda-stdlib {};
AgdaExecutable = callPackage ../development/compilers/agda/agda-executable.nix {};
AgdaStdlib = callPackage ../development/compilers/agda/agda-stdlib.nix {};
uhc = callPackage ../development/compilers/uhc {};