cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: 384ee8688b9b3a25145e3f47d1d247af046c5623337fe949fba2fba5c5f5c38e name: read-ctags version: 0.1.0.0 description: Please see the README on GitHub at homepage: https://github.com/joshuaclayton/read-ctags#readme bug-reports: https://github.com/joshuaclayton/read-ctags/issues author: Josh Clayton maintainer: sayhi@joshuaclayton.me copyright: 2019 Josh Clayton license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/joshuaclayton/read-ctags library exposed-modules: System.Ctags System.Ctags.Internal System.Ctags.IO System.Ctags.Types other-modules: Paths_read_ctags hs-source-dirs: src default-extensions: OverloadedStrings build-depends: base >=4.7 && <5 , bytestring , containers , directory , text default-language: Haskell2010 executable read-ctags main-is: Main.hs other-modules: Paths_read_ctags hs-source-dirs: app default-extensions: OverloadedStrings OverloadedStrings ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , bytestring , containers , directory , optparse-applicative , read-ctags , text default-language: Haskell2010 test-suite read-ctags-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: System.CtagsSpec Paths_read_ctags hs-source-dirs: test default-extensions: OverloadedStrings ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , bytestring , containers , directory , hspec , read-ctags , text default-language: Haskell2010