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
851 B

2 years ago
  1. name: layout
  2. version: 0.1.0.0
  3. -- synopsis:
  4. -- description:
  5. homepage: https://github.com/plt-hokusai/layout#readme
  6. license: BSD3
  7. license-file: LICENSE
  8. author: Abigail Magalhães
  9. maintainer: [email protected]
  10. copyright: 2021 Abigail Magalhães
  11. category: Web
  12. build-type: Simple
  13. cabal-version: >=1.10
  14. extra-source-files: README.md
  15. executable layout
  16. hs-source-dirs: src
  17. main-is: Main.hs
  18. default-language: Haskell2010
  19. build-depends: base >= 4.7 && < 5
  20. , array >= 0.5 && < 0.6
  21. , mtl
  22. build-tool-depends: alex:alex >= 3.2.4 && < 4.0
  23. , happy:happy >= 1.19.12 && < 2.0
  24. other-modules: Syntax, Lexer, Lexer.Support, Parser