Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ghc684 in nix [WIP DONT MERGE] #1337

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Use ghc684 in nix
  • Loading branch information
enobayram committed Feb 14, 2024
commit f6a69e46eb0e84f8be388da07ef7c58fffe9af25
148 changes: 127 additions & 21 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
@@ -2,7 +2,7 @@
description = "Kadena's Pact smart contract language";

inputs = {
hs-nix-infra.url = "github:kadena-io/hs-nix-infra";
hs-nix-infra.url = "github:kadena-io/hs-nix-infra/chessai/update-1";
flake-utils.url = "github:numtide/flake-utils";
};

@@ -25,7 +25,7 @@
pact =
final.haskell-nix.project' {
src = ./.;
compiler-nix-name = "ghc963";
compiler-nix-name = "ghc964";
shell.tools = {
cabal = {};
haskell-language-server = {};