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: 4898ebe84742996eeb0b26d7fd6aba0bfb2ba707ad0668be357999bbf797a438 name: squeather version: 0.2.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 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