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: 33e664198769cc03ac4f268b9eade1c40128e7135e2ac1bf25d9f8a814cf4608 name: tdlib version: 0.1.1 synopsis: Bidings to the tdlib json interface description: Please see the README on GitHub at category: FFI homepage: https://github.com/poscat0x04/tdlib#readme bug-reports: https://github.com/poscat0x04/tdlib/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 source-repository head type: git location: https://github.com/poscat0x04/tdlib library exposed-modules: TDLib.TDJson other-modules: Paths_tdlib 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 extra-libraries: tdjson build-depends: base >=4.10 && <5 , bytestring >=0.10.10.0 && <0.11 default-language: Haskell2010 test-suite tdlib-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_tdlib 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 extra-libraries: tdjson build-depends: base >=4.10 && <5 , bytestring >=0.10.10.0 && <0.11 , tdlib default-language: Haskell2010