name: sphinxesc version: 0.1.0.1 x-revision: 1 synopsis: Transform queries for sphinx input description: Transform queries for sphinx input category: Text author: Daniel Choi maintainer: Mackey RMS bug-reports: https://github.com/mackeyrms/sphinxesc/issues homepage: https://github.com/mackeyrms/sphinxesc#readme cabal-version: >=1.10 tested-with: GHC == 8.0.2 build-type: Simple extra-source-files: README.md license: MIT license-file: LICENSE -- copyright: source-repository head type: git location: https://github.com/mackeyrms/sphinxesc library build-depends: base >=4.8 && <5.0 , parsec < 3.2 , split < 0.3 , MissingH < 1.5 exposed-modules: SphinxEscape hs-source-dirs: . default-language: Haskell2010 executable sphinxesc build-depends: base , sphinxesc , optparse-applicative < 0.14 hs-source-dirs: src default-language: Haskell2010 main-is: Main.hs