I cannot import it from gchi. Some slightly older tutorial documentation says I can. I think this tutorial expects that you can.
I want to use import not :load - the real experience
I am using an environment created via ghcup and stack new, stack setup
Prelude> import Shapes
<no location info>: error:
Could not find module ‘Shapes’
It is not a module in the current program, or in any known package.
stack ghci allows you to load components and files of your project into ghci.
It uses the same TARGET syntax as stack build, and can also take options
like --test, --bench, and --flag.
Similarly to stack build, the default is to load up ghci with all libraries and executables in the project.