Skip to content

Commit 56810e3

Browse files
committed
Add projectFileName to remove warning
1 parent b50dee7 commit 56810e3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
final.haskell-nix.project' {
1313
src = ./.;
1414
compiler-nix-name = "ghc8107";
15+
projectFileName = "cabal.project";
1516
# This is used by `nix develop .` to open a shell for use with
1617
# `cabal`, `hlint` and `haskell-language-server`
1718
shell.tools = {

0 commit comments

Comments
 (0)