From 0d3a7a39a860a6282adf878394de4485efab1b04 Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Sun, 5 Dec 2021 11:09:45 -0800 Subject: [PATCH] Fix the source-dirs to reflect Main.hs location (#430) --- proto-lens-tutorial/person/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto-lens-tutorial/person/README.md b/proto-lens-tutorial/person/README.md index a9afb5cf..05447ef3 100644 --- a/proto-lens-tutorial/person/README.md +++ b/proto-lens-tutorial/person/README.md @@ -123,7 +123,7 @@ Then, we'll put it in an `executable` section to `package.yaml` that specifies i executables: person: main: Main.hs - source-dirs: '.' + source-dirs: 'src' dependencies: - base - person