From 8e931e1264e22e2f6e2573fe51e019f456c28ec5 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sun, 31 Mar 2024 16:18:21 -0500 Subject: [PATCH] Update same unit example --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 23e0d56..2c60a3b 100644 --- a/README.md +++ b/README.md @@ -162,11 +162,11 @@ If you attempt to compile those modules in a single package, you'll get an error like this: ``` -B.hs:1:1: error: [GHC-58427] - attempting to use module ‘example-0:A’ (A.hs) which is not loaded +B.hs:3:10: error: [GHC-58427] + attempting to use module ‘example:A’ (A.hs) which is not loaded | -1 | module B where - | ^ +3 | bThing = A.aThing + | ^^^^^^^^ ``` The only workarounds are to either import the module manually or move the