-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: e01a68f06a160b3e1b3590546b84abf6d0537e0dbec1440f3b2af934473110d7 name: hunspell-hs version: 0.2.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 dictionaries/en_GB.aff dictionaries/en_GB.dic 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) pkgconfig-depends: 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) pkgconfig-depends: 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 , deepseq , hunspell-hs , stm if os(linux) pkgconfig-depends: 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