cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.1.
--
-- see: https://github.com/sol/hpack
name: launchdarkly-server-sdk-redis-hedis
version: 1.0.0
synopsis: LaunchDarkly Server-Side SDK - Redis Integration
description: Redis integration for the LaunchDarkly SDK using hedis
category: Web
homepage: https://github.com/launchdarkly/haskell-server-sdk-redis-hedis#readme
bug-reports: https://github.com/launchdarkly/haskell-server-sdk-redis-hedis/issues
author: LaunchDarkly
maintainer: dev@launchdarkly.com
copyright: 2023 Catamorphic, Co
license: Apache-2.0
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
LICENSE
source-repository head
type: git
location: https://github.com/launchdarkly/haskell-server-sdk-redis-hedis
library
exposed-modules:
LaunchDarkly.Server.Store.Redis
other-modules:
LaunchDarkly.Server.Store.Redis.Internal
Paths_launchdarkly_server_sdk_redis_hedis
hs-source-dirs:
src
default-extensions:
DataKinds
DeriveAnyClass
LambdaCase
OverloadedStrings
ScopedTypeVariables
TypeApplications
ghc-options: -fwarn-unused-imports -Wall -Wno-name-shadowing
build-depends:
aeson >=1.4.7.1 && <1.6 || >=2.0.1.0 && <2.2
, base >=4.13.0.0 && <5
, bytestring >=0.10.10.1 && <0.12
, exceptions >=0.10.4 && <0.11
, generic-lens >=2.0.0.0 && <2.3
, hedis >=0.12.15 && <0.16
, launchdarkly-server-sdk >=4.0 && <5
, text >=1.2.4.0 && <2.1
default-language: Haskell2010
test-suite haskell-server-sdk-redis-hedis-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Spec.Get
Spec.Initialization
Spec.Upsert
Util
LaunchDarkly.Server.Store.Redis
LaunchDarkly.Server.Store.Redis.Internal
Paths_launchdarkly_server_sdk_redis_hedis
hs-source-dirs:
test
src
default-extensions:
DataKinds
DeriveAnyClass
LambdaCase
OverloadedStrings
ScopedTypeVariables
TypeApplications
ghc-options: -rtsopts -threaded -with-rtsopts=-N -Wno-name-shadowing -fwarn-unused-imports -Wall
build-depends:
HUnit
, aeson >=1.4.7.1 && <1.6 || >=2.0.1.0 && <2.2
, base >=4.13.0.0 && <5
, bytestring >=0.10.10.1 && <0.12
, exceptions >=0.10.4 && <0.11
, generic-lens >=2.0.0.0 && <2.3
, hedis >=0.12.15 && <0.16
, launchdarkly-server-sdk
, text >=1.2.4.0 && <2.1
default-language: Haskell2010