name: gargantext version: '0.1.0.0' synopsis: Deep (Collaborative) Text mining project description: Please see README.md category: Data author: Gargantext Team maintainer: team@gargantext.org copyright: - ! 'Copyright: (c) 2017-2018: see git logs and README' license: BSD3 homepage: https://gargantext.org ghc-options: -Wall dependencies: - extra - text library: source-dirs: src ghc-options: - -Wincomplete-uni-patterns - -Wincomplete-record-updates - -Werror exposed-modules: - Gargantext - Gargantext.Prelude - Gargantext.Core - Gargantext.Core.Types - Gargantext.Text - Gargantext.Text.Search - Gargantext.Text.Parsers.CSV - Gargantext.API dependencies: - QuickCheck - aeson - aeson-lens - aeson-pretty - async - attoparsec - base >=4.7 && <5 - base16-bytestring - bytestring - case-insensitive - cassava - conduit - conduit-extra - containers - contravariant - data-time-segment - directory - duckling - exceptions - filepath - fullstop - fclabels - fast-logger - full-text-search - http-client - http-client-tls - http-conduit - http-api-data - http-types - hxt - hlcm - ini - jose-jwt - lens - logging-effect - monad-logger - mtl - natural-transformation - opaleye - parsec - path - path-io - postgresql-simple - pretty - product-profunctors - profunctors - protolude - pureMD5 - regex-compat - resourcet - safe - semigroups - servant - servant-auth - servant-client - servant-job - servant-mock - servant-multipart - servant-server - servant-swagger - servant-swagger-ui - servant-static-th - split - stemmer - string-conversions - swagger2 - tagsoup - text-metrics - time - time-locale-compat - timezone-series - transformers - transformers-base - unordered-containers - uuid - vector - wai - wai-cors - wai-extra - warp - yaml - zip - zlib # - utc executable: main: Main.hs source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N -O2 dependencies: - base - containers - gargantext - vector - cassava - ini - optparse-generic - unordered-containers - full-text-search tests: garg-test: main: Main.hs source-dirs: src-test ghc-options: - -threaded - -rtsopts - -with-rtsopts=-N dependencies: - base - gargantext - hspec - QuickCheck - quickcheck-instances - time - parsec - duckling - text garg-doctest: main: Main.hs source-dirs: src-doctest ghc-options: - -Werror - -threaded - -rtsopts - -with-rtsopts=-N dependencies: - doctest - Glob - QuickCheck - base - gargantext