-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathredis-schema.cabal
56 lines (52 loc) · 1.33 KB
/
redis-schema.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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.1.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: [email protected]
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.7 && <5
, binary
, bytestring
, containers
, exceptions
, hedis
, monadIO
, mtl
, numeric-limits
, random
, text
, time
, uuid
default-language: Haskell2010