From 7d05ffe69955bc752ab3e049e917230cec73beb6 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 7 Jun 2023 11:10:11 -0400 Subject: [PATCH] fix the comment syntax in the local cabal project file --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 5f26dca..c3c556c 100644 --- a/flake.nix +++ b/flake.nix @@ -59,8 +59,8 @@ devShells = hslib.devShells { shellHook = '' cat >cabal.project.local <<EOF - # This file is auto-generated by the flake devShell's shellHook. Do - # not edit this file. Make changes in flake.nix. + -- This file is auto-generated by the flake devShell's shellHook. Do + -- not edit this file. Make changes in flake.nix. packages: . -- These aren't released on hackage yet so we have to get them -- GitLab