-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 97b5844da195918471f294ef5880db37851c50fc37eed81ec710aa5f68115839 name: hunspell-hs version: 0.1.0.0 synopsis: Hunspell thread-safe FFI bindings for spell checking. description: Please see the README on GitHub at category: Language homepage: https://github.com/ashutoshrishi/hunspell-hs#readme bug-reports: https://github.com/ashutoshrishi/hunspell-hs/issues author: Ashutosh Rishi Ranjan maintainer: ashutoshrishi92@gmail.com copyright: 2018 Ashutosh Rishi Ranjan license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/ashutoshrishi/hunspell-hs library exposed-modules: Language.Hunspell other-modules: Paths_hunspell_hs hs-source-dirs: src build-depends: base >=4.7 && <5 , stm if os(linux) extra-libraries: hunspell if os(darwin) include-dirs: /usr/local/opt/hunspell/include/hunspell/ extra-lib-dirs: /usr/local/opt/hunspell/lib extra-libraries: hunspell-1.6 default-language: Haskell2010 test-suite hunspell-hs-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Language.HunspellSpec Paths_hunspell_hs hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , hspec , hunspell-hs , stm if os(linux) extra-libraries: hunspell if os(darwin) include-dirs: /usr/local/opt/hunspell/include/hunspell/ extra-lib-dirs: /usr/local/opt/hunspell/lib extra-libraries: hunspell-1.6 default-language: Haskell2010 benchmark hunspell-hs-bench type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Paths_hunspell_hs hs-source-dirs: benchmark ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , criterion , hunspell-hs , stm if os(linux) extra-libraries: hunspell if os(darwin) include-dirs: /usr/local/opt/hunspell/include/hunspell/ extra-lib-dirs: /usr/local/opt/hunspell/lib extra-libraries: hunspell-1.6 default-language: Haskell2010