-- Initial aeson-compilation-database.cabal generated by cabal init. For -- further documentation, see http://haskell.org/cabal/users-guide/ name: clang-compilation-database version: 0.1.0.1 synopsis: JSON Compilation Database Format encoding and decoding description: See README.md . This library provides a data type to represent a . It may be useful for static analysis tools that need to know the exact commands executed by a build system such as make. homepage: https://github.com/lambdageek/clang-compilation-database bug-reports: https://github.com/lambdageek/clang-compilation-database/issues license: MIT license-file: LICENSE author: Aleksey Kliger maintainer: akliger at gmail dot com category: Language build-type: Simple extra-source-files: ChangeLog.md README.md test/smoke-test.json test/autotool_project-compile_commands.json cabal-version: >=1.10 tested-with: GHC == 7.10.*, GHC == 8.0.*, GHC == 8.2.*, GHC == 8.4.1 library exposed-modules: Clang.CompilationDatabase -- other-modules: -- other-extensions: build-depends: base >=4.8 && <4.12, bytestring >=0.10.6, aeson >=1.2.0.0, text >=1.2.0.2 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall test-suite smoke-test type: exitcode-stdio-1.0 main-is: smoke-test.hs build-depends: base, aeson, bytestring, clang-compilation-database hs-source-dirs: test default-language: Haskell2010 ghc-options: -Wall source-repository head type: git location: git://github.com/lambdageek/clang-compilation-database.git