Merge pull request #110512 from neosimsim/agda-dont-install-Everything

Agda don't install Everything module
This commit is contained in:
Anderson Torres
2021-02-03 15:56:34 -03:00
committed by GitHub
5 changed files with 23 additions and 1 deletions
@@ -14,6 +14,9 @@ mkDerivation rec {
nativeBuildInputs = [ (ghcWithPackages (self : [ self.filemanip ])) ];
preConfigure = ''
runhaskell GenerateEverything.hs
# We will only build/consider Everything.agda, in particular we don't want Everything*.agda
# do be copied to the store.
rm EverythingSafe.agda EverythingSafeGuardedness.agda EverythingSafeSizedTypes.agda
'';
meta = with lib; {