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: 2fdbe28736ad34e36cc44719ec378b3cd6c6b3c72369be6f4b5c8db74b7531c6 name: squeather version: 0.4.0.0 synopsis: Use databases with the version 3 series of the SQLite C library description: Please see the README on GitHub at category: Development homepage: https://github.com/massysett/squeather#readme bug-reports: https://github.com/massysett/squeather/issues author: Omari Norman maintainer: omari@smileystation.com copyright: 2020 Omari Norman license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: ChangeLog.md source-repository head type: git location: https://github.com/massysett/squeather library exposed-modules: Squeather Squeather.Internal Squeather.Internal.Bindings Squeather.Internal.Types other-modules: Paths_squeather hs-source-dirs: src ghc-options: -Wall cc-options: -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_THREADSAFE=1 include-dirs: sqlite install-includes: sqlite3.h c-sources: sqlite/sqlite3.c sqlite/squeather-helpers.c build-depends: base >=4.7 && <5 , bytestring , text default-language: Haskell2010