redis-schema-0.2.0: redis-schema.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1876630159ac153904237e5ab7ec2b440a07213ac8ca4b6420a02fff46e1524d
name: redis-schema
version: 0.2.0
synopsis: Typed, schema-based, composable Redis library
description: Typed, schema-based, composable Redis library
category: Database
homepage: https://github.com/chordify/redis-schema#readme
bug-reports: https://github.com/chordify/redis-schema/issues
author: Chordify B.V.
maintainer: haskelldevelopers@chordify.net
copyright: 2022 Chordify B.V.
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
CHANGELOG.md
README.md
source-repository head
type: git
location: https://github.com/chordify/redis-schema
library
exposed-modules:
Database.Redis.Schema
Database.Redis.Schema.Lock
Database.Redis.Schema.RemoteJob
other-modules:
Paths_redis_schema
hs-source-dirs:
src
default-extensions:
OverloadedStrings
ghc-options: -Wall
build-depends:
base >=4.18 && <5
, binary
, bytestring
, containers
, exceptions
, hedis >=0.16.1 && <0.17
, monadIO
, mtl
, numeric-limits
, random
, text
, time
, uuid
default-language: Haskell2010