can't do this! killing myself tonight ‼️ here's three lines of code i spent four hours on

This commit is contained in:
crumbtoo
2023-11-08 19:21:12 -07:00
parent 2504f91572
commit 2e76a54585
40 changed files with 116 additions and 441 deletions

View File

@@ -14,14 +14,16 @@ extra-doc-files: README.md
-- extra-source-files:
common warnings
ghc-options: -Wall
-- ghc-options: -Wall
library
import: warnings
exposed-modules: Core
, TI
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.18.0.0
, containers
hs-source-dirs: src
default-language: GHC2021