Cursed Conlang Circus 3 submission
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
656 B

5 months ago
  1. cabal-version: 3.0
  2. name: ppn2seq
  3. version: 0.1.0.0
  4. -- synopsis:
  5. -- description:
  6. license: MIT
  7. license-file: LICENSE
  8. author: Annwan
  9. maintainer: annwan@annwan.me
  10. -- copyright:
  11. build-type: Simple
  12. extra-doc-files: CHANGELOG.md
  13. -- extra-source-files:
  14. common warnings
  15. ghc-options: -Wall
  16. executable ppn2seq
  17. import: warnings
  18. main-is: Ppn2Seq.hs
  19. -- other-modules:
  20. -- other-extensions:
  21. build-depends: base ^>=4.18.0.0
  22. , text
  23. , unicode-transforms
  24. hs-source-dirs: src
  25. default-language: GHC2021