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: dbbe2e95a9379cbd378981687590cd42ec55e12df242d2f7f8c984290ac997ee name: squeather version: 0.1.0.3 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 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 include-dirs: sqlite install-includes: sqlite3.h c-sources: sqlite/sqlite3.c build-depends: base >=4.7 && <5 , bytestring , text default-language: Haskell2010