-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update nixpkgs and agda libraries (#14)
- Loading branch information
1 parent
34ea745
commit 7355e7e
Showing
9 changed files
with
68 additions
and
31 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
name: hydra-protocol | ||
depend: | ||
abstract-set-theory | ||
formal-ledger | ||
standard-library | ||
standard-library-classes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ lib, mkDerivation, fetchFromGitHub, standard-library, standard-library-classes, standard-library-meta }: | ||
|
||
mkDerivation rec { | ||
version = "0.1.0"; | ||
pname = "abstract-set-theory"; | ||
|
||
src = (fetchFromGitHub { | ||
owner = "input-output-hk"; | ||
repo = "agda-sets"; | ||
rev = "751b3ee39122fe33022af41e6c94dc820afde19a"; | ||
sha256 = "sha256-0vjmNN8wuZXT4NM3aEv4z1Y+/6LpNfb7vzeajwZ3eFY="; | ||
}); | ||
|
||
buildInputs = [ standard-library standard-library-classes standard-library-meta ]; | ||
|
||
everythingFile = "src/abstract-set-theory.agda"; | ||
|
||
libraryFile = "abstract-set-theory.agda-lib"; | ||
|
||
meta = { }; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters