-
Notifications
You must be signed in to change notification settings - Fork 0
/
acid-state-tls.cabal
36 lines (31 loc) · 1.23 KB
/
acid-state-tls.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
Name: acid-state-tls
Version: 0.9.2
Synopsis: Add TLS support for Data.Acid.Remote
Description: Adds TLS support for connections to remote AcidState databases
Homepage: http://acid-state.seize.it/
License: PublicDomain
Author: David Himmelstrup, Jeremy Shaw
Maintainer: Lemmih <[email protected]>
Copyright: 2013, David Himmelstrup, Jeremy Shaw
Category: Database
Build-type: Simple
Cabal-version: >=1.6
Extra-source-files:
examples/*.hs
examples/ssl/test.crt
examples/ssl/test.key
examples/ssl/test.csr
examples/ssl/test.key.org
Source-repository head
type: git
location: https://github.com/acid-state/acid-state-tls
Library
Hs-Source-Dirs: src
Exposed-Modules: Data.Acid.Remote.TLS
Build-depends: acid-state >= 0.9 && < 0.13,
base >= 4 && < 5,
directory < 1.3,
HsOpenSSL < 0.11,
network < 2.6,
safecopy >= 0.6 && < 0.9
GHC-Options: -fwarn-unused-imports -fwarn-unused-binds