10 pname = "standard-library";
13 src = fetchFromGitHub {
17 hash = "sha256-4HfwNAkIhk1yC/oSxZ30xilzUM5/22nzbUSqTjcW5Ng=";
20 nativeBuildInputs = [ (ghcWithPackages (self: [ self.filemanip ])) ];
22 runhaskell GenerateEverything.hs --include-deprecated
23 # We will only build/consider Everything.agda, in particular we don't want Everything*.agda
24 # do be copied to the store.
25 rm EverythingSafe.agda
28 passthru.tests = { inherit (nixosTests) agda; };
30 homepage = "https://wiki.portal.chalmers.se/agda/pmwiki.php?n=Libraries.StandardLibrary";
31 description = "Standard library for use with the Agda compiler";
32 license = lib.licenses.mit;
33 platforms = lib.platforms.unix;
34 maintainers = with maintainers; [