cabal-version: 3.0
name: opaleye-textsearch
version: 0.1.0.0
synopsis: Text search utilities for Opaleye
description: Utility functions to work with TS vectors in Postgres via Opaleye.
license: AGPL-3.0-or-later
license-file: LICENSE
author: Gargantext Engineering Team
maintainer: gargantext@iscpif.fr
category: Database
build-type: Simple
extra-doc-files: CHANGELOG.md
common warnings
ghc-options: -Wall
library
import: warnings
exposed-modules:
Opaleye.TextSearch
Opaleye.TextSearch.Internal.Types
Opaleye.TextSearch.Operators
build-depends:
base ^>=4.17.2.0,
opaleye >= 0.9.6.1 && < 0.11
hs-source-dirs: src
default-language: GHC2021
test-suite opaleye-textsearch-test
import: warnings
default-language: GHC2021
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Main.hs
build-depends:
base ^>=4.17.2.0,
opaleye-textsearch