Cabal revisions of language-tl-0.1.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-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: e2914376a8e9f47240b73c2cc8d2f91d7ddb8f1db9bd4a058a6112c46a29e017--name: language-tl-version: 0.1.1-description: Please see the README on GitHub at <https://github.com/poscat0x04/language-tl#readme>-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:- QuickCheck- , 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:- QuickCheck- , 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+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: e2914376a8e9f47240b73c2cc8d2f91d7ddb8f1db9bd4a058a6112c46a29e017 + +name: language-tl +version: 0.1.1 +x-revision: 1 +synopsis: A Parser for the Type Language +description: Please see the README on GitHub at <https://github.com/poscat0x04/language-tl#readme> +category: Language +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: + QuickCheck + , 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: + QuickCheck + , 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