packages feed

tdlib-0.1.0: tdlib.cabal

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: e454a6441e012c7cdf400ccf952fa4abd1464529b5cde885c6b80d7d0fde91b9

name:           tdlib
version:        0.1.0
synopsis:       Bidings to the tdlib json interface
description:    Please see the README on GitHub at <https://github.com/poscat0x04/tdlib#readme>
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