agdaPackages.standard-library: 1.6 -> 1.7

This commit is contained in:
Manuel Bärenz 2021-06-21 09:59:25 +02:00 committed by sterni
parent 873ebe9785
commit 27ff64e919

View file

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "standard-library";
version = "1.6";
version = "1.7";
src = fetchFromGitHub {
repo = "agda-stdlib";
owner = "agda";
rev = "v${version}";
sha256 = "1smvnid7r1mc4lp34pfrbzgzrcl0gmw0dlkga8z0r3g2zhj98lz1";
sha256 = "14h3jprm6924g9576v25axn9v6xnip354hvpzlcqsc5qqyj7zzjs";
};
nativeBuildInputs = [ (ghcWithPackages (self : [ self.filemanip ])) ];
@ -16,7 +16,7 @@ mkDerivation rec {
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
rm EverythingSafe.agda
'';
passthru.tests = { inherit (nixosTests) agda; };