You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,3 +29,20 @@ Note: 6/18/2020: install directions in Appendix A to optionally install **cabal-
29
29
stack install cabal-install
30
30
31
31
Installing **cabal-install** is optional. Installing **stack** using the directions in Appendix A which refers you to th official documentation at [http://docs.haskellstack.org/en/stable/README.html](http://docs.haskellstack.org/en/stable/README.html is sufficient for running the exampes in my book.
32
+
33
+
## Notes for running examples using Replit.com repls (September 8, 2024)
34
+
35
+
By default stack is not installed.
36
+
Accept the default's for Haskell after creating a new Replit repl by cloning this GitHub project.
37
+
38
+
Then update cabal package index:
39
+
40
+
cd Pure
41
+
cabal update
42
+
43
+
It will ask you which cabal sysem to install. I chose the command line version.
0 commit comments