-- This file has been generated from package.yaml by hpack version 0.13.0. -- -- see: https://github.com/sol/hpack name: language-thrift version: 0.8.0.1 cabal-version: >= 1.10 build-type: Simple license: BSD3 license-file: LICENSE maintainer: Abhinav Gupta homepage: https://github.com/abhinav/language-thrift#readme bug-reports: https://github.com/abhinav/language-thrift/issues synopsis: Parser and pretty printer for the Thrift IDL format. description: This package provides a parser and pretty printer for the . category: Language author: Abhinav Gupta extra-source-files: CHANGES.md examples/generateHaskellTypes.hs examples/reformatIDL.hs README.md test/data/docstring-1.txt test/data/docstring-2.txt source-repository head type: git location: https://github.com/abhinav/language-thrift library hs-source-dirs: src exposed-modules: Language.Thrift.Parser Language.Thrift.Pretty Language.Thrift.Types build-depends: base >= 4.7 && < 5, ansi-wl-pprint >= 0.6 && < 0.7, megaparsec >= 4.0 && < 5.0, text >= 1.2, transformers default-language: Haskell2010 other-modules: Language.Thrift.Internal.Types Paths_language_thrift ghc-options: -Wall test-suite spec type: exitcode-stdio-1.0 main-is: Main.hs build-depends: base >= 4.7 && < 5, ansi-wl-pprint >= 0.6 && < 0.7, megaparsec >= 4.0 && < 5.0, text >= 1.2, hspec >= 2.0, hspec-discover >= 2.1, language-thrift, QuickCheck >= 2.5 default-language: Haskell2010 hs-source-dirs: test other-modules: Language.Thrift.Arbitrary Language.Thrift.ParserSpec Language.Thrift.TypesSpec Spec TestUtils ghc-options: -Wall