From 31cfcfcd942ff9763eb05f694d57546d0c8919e7 Mon Sep 17 00:00:00 2001 From: cosineblast <55855728+cosineblast@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:55:22 -0300 Subject: [PATCH] Add missing semicolon to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c62065dd..1adf372b 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The minimal changes to your `flake.nix` to introduce the `haskell-flake` and [`f # Packages to add on top of `basePackages`, e.g. from Hackage packages = { - aeson.source = "1.5.0.0" # Hackage version + aeson.source = "1.5.0.0"; # Hackage version }; # my-haskell-package development shell configuration