2023-12-02 16:54:37 +01:00
|
|
|
name: in23
|
|
|
|
|
|
|
|
ghc-options: -Wall -threaded
|
|
|
|
|
2023-12-02 16:38:53 +01:00
|
|
|
dependencies:
|
|
|
|
- base == 4.*
|
|
|
|
- attoparsec
|
|
|
|
- text
|
2023-12-02 16:54:37 +01:00
|
|
|
|
2023-12-02 16:38:53 +01:00
|
|
|
executables:
|
2023-12-02 16:54:37 +01:00
|
|
|
in23:
|
2023-12-02 16:38:53 +01:00
|
|
|
main: Main.hs
|
2023-12-02 16:54:37 +01:00
|
|
|
dependencies:
|
|
|
|
- in23
|
|
|
|
|
|
|
|
library:
|
|
|
|
source-dirs: src
|
|
|
|
exposed-modules:
|
|
|
|
- INAST
|
|
|
|
|