-- Initial ariadne.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: ariadne version: 0.1.2.3 synopsis: Go-to-definition for Haskell description: See homepage: https://github.com/feuerbach/ariadne license: MIT license-file: LICENSE author: Roman Cheplyaka maintainer: -- copyright: category: Language build-type: Simple extra-source-files: README.md tests/test-sources/*.hs cabal-version: >=1.10 source-repository head type: git location: git@github.com:feuerbach/ariadne.git executable ariadne-server main-is: Ariadne.hs other-modules: Ariadne.GlobalNameIndex Ariadne.SrcMap Ariadne.Index Ariadne.Types Ariadne.ModuleDB Ariadne.ModuleDB.Types Ariadne.ModuleDB.ParseResolve build-depends: base >=4 && <5, haskell-names >=0.4.1, haskell-src-exts >=1.16, haskell-packages >=0.2, hse-cpp >= 0.1, mtl >=2.1, bert >=1.2, utf8-string >=0.3, containers >=0.4, Cabal >=1.16, hslogger >= 1.2, filepath, directory, tagged, data-lens, data-lens-fd, data-lens-template, stm, async, transformers default-language: Haskell2010 Test-suite test Default-language: Haskell2010 Type: exitcode-stdio-1.0 Hs-source-dirs: tests . Main-is: test.hs other-modules: InvocationTests SrcMapTests Build-depends: base >= 4 && < 5 , tasty >= 0.7 , tasty-hunit >= 0.4 , utf8-string , filepath , directory , bert , haskell-src-exts , containers