algolia-0.1.0.0: algolia.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: b0bd7c015909e0858896d56d37e32c71078536bd93f84ccbc6cc50131be1414f
name: algolia
version: 0.1.0.0
synopsis: A client implementing the Algolia search API
homepage: https://github.com/iand675/algolia#readme
bug-reports: https://github.com/iand675/algolia/issues
license: BSD3
license-file: LICENSE
author: Ian Duncan
maintainer: ian@iankduncan.com
copyright: Ian Duncan
category: Web
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/iand675/algolia
library
hs-source-dirs:
src
default-extensions: OverloadedStrings QuasiQuotes TypeFamilies FlexibleContexts RankNTypes RecordWildCards GeneralizedNewtypeDeriving QuasiQuotes MultiParamTypeClasses ScopedTypeVariables DefaultSignatures
exposed-modules:
Network.Algolia.Search
other-modules:
Network.Algolia.Analytics
Network.Algolia.Monitoring
Network.Algolia.Vault
Paths_algolia
build-depends:
aeson
, aeson-iproute
, attoparsec
, base >=4.7 && <5
, bytestring
, cryptonite
, data-has
, exceptions
, hashable
, http-client
, http-client-tls
, http-types
, iproute
, memory
, mtl
, retry
, scientific
, text
, time
, unordered-containers
, uri-templater
, vector
default-language: Haskell2010
test-suite algolia-test
type: exitcode-stdio-1.0
hs-source-dirs:
test
default-extensions: OverloadedStrings QuasiQuotes TypeFamilies FlexibleContexts RankNTypes RecordWildCards GeneralizedNewtypeDeriving QuasiQuotes MultiParamTypeClasses ScopedTypeVariables DefaultSignatures
main-is: Spec.hs
build-depends:
aeson
, algolia
, base
, tasty
, tasty-discover
, tasty-hunit
other-modules:
AnalyticsTest
MonitoringTest
SearchTest
VaultTest
Paths_algolia
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010