-
Notifications
You must be signed in to change notification settings - Fork 1
/
mmr-hammer.cabal
33 lines (31 loc) · 956 Bytes
/
mmr-hammer.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
Name: mmr-hammer
Version: 0.1
Synopsis: Multimaster replication management tools.
License: GPL
License-file: LICENSE
Author: Edward Z. Yang
Maintainer: [email protected]
Category: Development
Build-type: Simple
Cabal-version: >=1.2
Flag network-uri
Description: Get Network.URI from the network-uri package
Default: True
Executable mmr-hammer
Main-is: mmr-hammer.hs
Ghc-options: -Wall -fno-warn-missing-signatures
Build-depends:
LDAP >= 0.6.7 && < 0.7,
containers >= 0.3 && < 0.6,
directory >= 1.0 && < 1.3,
filepath >= 1.1 && < 1.4,
time >= 1.2 && < 1.5,
old-locale == 1.0.*,
base == 4.*
if flag(network-uri)
Build-depends:
network >= 2.6 && < 3,
network-uri >= 2.6 && < 3
else
Build-depends:
network >= 2 && < 2.6