readme: fix link to other readme

This commit is contained in:
hi 2025-08-15 14:21:23 +00:00
parent dff5b9f365
commit 87adb51806

View file

@ -1,12 +1,14 @@
# statement logic !!! # statement logic !!!
see [Logic/readme.md](Logic) for more details about what's here see [lib/Logic/readme.md](lib/Logic) for more details about what's here
## requirements ## requirements
- a haskell compiler e.g. GHC - a haskell compiler e.g. GHC
- cabal the haskell build system if you want - cabal the haskell build system if you want
- [containers](https://hackage.haskell.org/package/containers) - [containers](https://hackage.haskell.org/package/containers)
this is the one package i depend on and i'm using cabal
to handle it properly, i apologize in advance
## compile it ## compile it