|
|
- name: ahc
- version: 0.1.0.0
- homepage: https://github.com/plt-hokusai/ahc#readme
- license: BSD3
- license-file: LICENSE
- author: Abigail Magalhães
- maintainer: [email protected]
- copyright: 2021 Abigail Magalhães
- category: Web
- build-type: Simple
- cabal-version: >=2.0
- extra-source-files: README.md
-
- executable ahc
- hs-source-dirs: src
- main-is: Main.hs
- default-language: Haskell2010
- build-depends: base ^>= 4.14
- , mtl ^>= 2.2
- , syb ^>= 0.7
- , text ^>= 1.2
- , array ^>= 0.5
- , shake ^>= 0.19.5
- , deepseq ^>= 1.4
- , binary ^>= 0.8
- , hashable ^>= 1.3
- , containers ^>= 0.6
- , bytestring ^>= 0.10
- , pretty-show ^>= 1.10
- , cryptohash-sha1 ^>= 0.11
- , unordered-containers ^>= 0.2
-
- other-modules:
- Frontend.Autogen.Lexer,
- Frontend.Autogen.Parser,
- Frontend.Lexer.Tokens,
- Frontend.Lexer.Wrapper,
- Frontend.Lexer.Unicode,
- Frontend.Parser.Posn,
- Frontend.Parser.Foreign,
- Frontend.Syntax,
- Frontend.Syntax.Var,
- Main.Queries,
- Main.Rules,
- Errors
-
- build-tool-depends: alex:alex >= 3.2.4 && < 4.0
- , happy:happy >= 1.19.12 && < 2.0
|