cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.1. -- -- see: https://github.com/sol/hpack -- -- hash: 23ca342a7411feee35f210110fe3721bfb1b4a681a6507ad771da982eadadb33 name: tdlib-types version: 0.4.0 synopsis: Types and Functions generated from tdlib api spec description: Please see the README on GitHub at category: Web homepage: https://github.com/poscat0x04/tdlib-types#readme bug-reports: https://github.com/poscat0x04/tdlib-types/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 data/td_api.tl source-repository head type: git location: https://github.com/poscat0x04/tdlib-types library exposed-modules: TDLib.Effect TDLib.Generated TDLib.Generated.FunArgs TDLib.Generated.Functions TDLib.Generated.Types TDLib.Types TDLib.Types.Common other-modules: Paths_tdlib_types 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 ghc-options: -fplugin=Polysemy.Plugin -flate-specialise -fspecialise-aggressively build-depends: aeson >=1.4.3 && <=1.6 , base >=4.10 && <5 , base64-bytestring-type >=1.0.1 && <1.1 , bytestring , language-tl >=0.1.0 && <0.2 , polysemy >=1.3.0.0 && <1.4 , polysemy-plugin >=0.2.5.0 && <0.3 , tdlib-gen >=0.4.0 && <0.5 , text default-language: Haskell2010 test-suite tdlib-types-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_tdlib_types 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: -fplugin=Polysemy.Plugin -flate-specialise -fspecialise-aggressively -threaded -rtsopts -with-rtsopts=-N build-depends: aeson >=1.4.3 && <=1.6 , base >=4.10 && <5 , base64-bytestring-type >=1.0.1 && <1.1 , bytestring , language-tl >=0.1.0 && <0.2 , polysemy >=1.3.0.0 && <1.4 , polysemy-plugin >=0.2.5.0 && <0.3 , tdlib-gen >=0.4.0 && <0.5 , tdlib-types , text default-language: Haskell2010