cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack -- -- hash: bcd2435f3966b5f41ce6a7537716d75c2f9d49461f232f94bc99d7508746aa7e name: language-thrift version: 0.13.0.0 synopsis: Parser and pretty printer for the Thrift IDL format. description: This package provides a parser and pretty printer for the . category: Language homepage: https://github.com/abhinav/language-thrift#readme bug-reports: https://github.com/abhinav/language-thrift/issues author: Abhinav Gupta maintainer: Abhinav Gupta license: BSD3 license-file: LICENSE build-type: Simple 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 exposed-modules: Language.Thrift.AST Language.Thrift.Parser Language.Thrift.Pretty other-modules: Language.Thrift.Internal.AST Language.Thrift.Internal.Lens Language.Thrift.Internal.Reserved Paths_language_thrift hs-source-dirs: src ghc-options: -Wall -Wunused-packages build-depends: base >=4.7 && <5 , containers >=0.5 && <0.7 , megaparsec >=9.0 && <10.0 , prettyprinter-compat-ansi-wl-pprint >=1.0 && <2.0 , scientific ==0.3.* , semigroups >=0.18 && <0.21 , text >=1.2 , transformers default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: src test ghc-options: -Wall -Wunused-packages build-tool-depends: hspec-discover:hspec-discover >=2.1 build-depends: QuickCheck >=2.5 , base >=4.7 && <5 , containers >=0.5 && <0.7 , hspec >=2.0 , language-thrift , megaparsec >=9.0 && <10.0 , prettyprinter-compat-ansi-wl-pprint >=1.0 && <2.0 , scientific ==0.3.* , semigroups >=0.18 && <0.21 , text >=1.2 , transformers other-modules: Language.Thrift.AST Language.Thrift.Internal.AST Language.Thrift.Internal.Lens Language.Thrift.Internal.Reserved Language.Thrift.Parser Language.Thrift.Pretty Language.Thrift.Arbitrary Language.Thrift.ASTSpec Language.Thrift.ParserSpec Spec TestUtils Paths_language_thrift default-language: Haskell2010