Skip to content

Commit

Permalink
[WORKFLOW] update nix flake inputs && ghc94
Browse files Browse the repository at this point in the history
  • Loading branch information
hellwolf committed Feb 7, 2024
1 parent fb6f64c commit 4efe2ea
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
minDevSolcVer = "solc_0_8_11"; # minimum solidity version used for external development
solcVer = "solc_0_8_23";
ghcVer92 = "ghc928";
ghcVer94 = "ghc945";
ghcVer94 = "ghc948";

pkgs = import nixpkgs {
inherit system;
Expand Down Expand Up @@ -85,7 +85,7 @@
hlint
stylish-haskell
# sage math
# sage # TODO: https://github.com/NixOS/nixpkgs/issues/282383#issuecomment-1902660815
sage
# testing tooling
gnuplot
# yellowpaper pipeline tooling
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1.0
license: MIT
maintainer: [email protected]
author: Miao, ZhiCheng
tested-with: ghc ==9.2.4, ghc ==9.4.5
tested-with: ghc ==9.2.4, ghc ==9.4.8
homepage: https://www.superfluid.finance/
synopsis: Superfluid protocol core specifications in Haskell.
description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1.0
license: MIT
maintainer: [email protected]
author: Miao, ZhiCheng
tested-with: ghc ==9.2.4, ghc ==9.4.5
tested-with: ghc ==9.2.4, ghc ==9.4.8
homepage: https://www.superfluid.finance/
synopsis: Semantic money - generalizing payment primitives.
description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1.0
license: MIT
maintainer: [email protected]
author: Miao, ZhiCheng
tested-with: ghc ==9.2.4, ghc ==9.4.5
tested-with: ghc ==9.2.4, ghc ==9.4.8
homepage: https://www.superfluid.finance/
synopsis: Superfluid protocol simple system instances.
description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1.0
license: MIT
maintainer: [email protected]
author: Miao, ZhiCheng
tested-with: ghc ==9.2.4, ghc ==9.4.5
tested-with: ghc ==9.2.4, ghc ==9.4.8
homepage: https://www.superfluid.finance/
synopsis: Superfluid protocol specifications validator.
description:
Expand Down

0 comments on commit 4efe2ea

Please sign in to comment.