summaryrefslogtreecommitdiff
path: root/kiki.cabal
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-09-05 16:09:57 -0400
committerjoe <joe@jerkface.net>2016-09-05 16:09:57 -0400
commitdef3d7ad467fc86e2249e67054f66248e1cae07a (patch)
tree0ee65345b29e32439e4225d49336e86ecb71949a /kiki.cabal
parentad1aec70e7a38ba55c600e5d89fca3125d14b0c6 (diff)
Made cryptonite build the default.
Diffstat (limited to 'kiki.cabal')
-rw-r--r--kiki.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/kiki.cabal b/kiki.cabal
index 028a1ff..d42166e 100644
--- a/kiki.cabal
+++ b/kiki.cabal
@@ -13,11 +13,11 @@ build-type: Simple
13 13
14Flag cryptonite 14Flag cryptonite
15 Description: Use newer cryptonite-based x509 version 1.6 and higher 15 Description: Use newer cryptonite-based x509 version 1.6 and higher
16 Default: False 16 Default: True
17 17
18Flag hourglass 18Flag hourglass
19 Description: Use newer hourglass-based x509 version 1.5 and higher 19 Description: Use newer hourglass-based x509 version 1.5 and higher
20 Default: False 20 Default: True
21 21
22Flag needlocale 22Flag needlocale
23 Description: Link against old-locale package for older versions of the time package. 23 Description: Link against old-locale package for older versions of the time package.