Skip to content

Commit

Permalink
Use index-state in cabal.project instead of freeze file
Browse files Browse the repository at this point in the history
  • Loading branch information
enobayram committed Apr 30, 2024
1 parent 2a09390 commit fb518a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
packages: haskell-src/chainweb-data.cabal
with-compiler: ghc-9.6.3
index-state: 2024-02-01T00:00:00Z

package aeson
flags: +cffi
Expand Down
1 change: 0 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ let profilingModule = {
project = pkgs.haskell-nix.cabalProject' {
src = ./.;
compiler-nix-name = "ghc963";
cabalProjectFreeze = null;
shell.tools = {
cabal = {};
};
Expand Down

0 comments on commit fb518a5

Please sign in to comment.