cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: 44e1133eb4597554897b9aa49a6ddfb4295b353328907c427d5e985ea47f941e name: language-tl version: 0.1.0 description: Please see the README on GitHub at homepage: https://github.com/poscat0x04/language-tl#readme bug-reports: https://github.com/poscat0x04/language-tl/issues author: Poscat maintainer: poscat@mail.poscat.moe copyright: (c) 2020 Poscat license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md test/data/td_api.tl source-repository head type: git location: https://github.com/poscat0x04/language-tl library exposed-modules: Language.TL.AST Language.TL.Comment Language.TL.I64 Language.TL.Lexer Language.TL.Parser Language.TL.Types other-modules: Paths_language_tl hs-source-dirs: src default-extensions: OverloadedStrings FlexibleInstances FlexibleContexts FunctionalDependencies InstanceSigs ConstraintKinds DeriveGeneric DeriveFunctor DeriveFoldable DeriveTraversable TypeOperators TypeApplications TypeFamilies KindSignatures PartialTypeSignatures DataKinds StarIsType ScopedTypeVariables ExplicitForAll ViewPatterns BangPatterns LambdaCase TupleSections EmptyCase MultiWayIf UnicodeSyntax PatternSynonyms RecordWildCards build-depends: aeson >=1.4.7 && <1.5.2 , base >=4.10 && <5 , bytestring >=0.10.10.0 && <0.11 , containers >=0.6.2.1 && <0.7 , deepseq >=1.4.4.0 && <1.5 , lens >=4.18 && <4.20 , megaparsec >=8.0.0 && <8.1 , text >=1.2.4.0 && <1.3 default-language: Haskell2010 test-suite language-tl-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_language_tl hs-source-dirs: test default-extensions: OverloadedStrings FlexibleInstances FlexibleContexts FunctionalDependencies InstanceSigs ConstraintKinds DeriveGeneric DeriveFunctor DeriveFoldable DeriveTraversable TypeOperators TypeApplications TypeFamilies KindSignatures PartialTypeSignatures DataKinds StarIsType ScopedTypeVariables ExplicitForAll ViewPatterns BangPatterns LambdaCase TupleSections EmptyCase MultiWayIf UnicodeSyntax PatternSynonyms RecordWildCards ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson >=1.4.7 && <1.5.2 , base >=4.10 && <5 , bytestring >=0.10.10.0 && <0.11 , containers >=0.6.2.1 && <0.7 , deepseq >=1.4.4.0 && <1.5 , language-tl , lens >=4.18 && <4.20 , megaparsec >=8.0.0 && <8.1 , text >=1.2.4.0 && <1.3 default-language: Haskell2010