summaryrefslogtreecommitdiff
path: root/KeyRing.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2014-04-28 19:56:38 -0400
committerjoe <joe@jerkface.net>2014-04-28 19:56:38 -0400
commitbe6c8b5872adb07bae6a9476d505887a01d9b193 (patch)
treeb26b7baa2e23b2667a29e0f9cf4efb7f89c879ef /KeyRing.hs
parentde9f80091979d14fad74ad1be0e6276313eb5d3c (diff)
completely initialize StreamInfo structs
Diffstat (limited to 'KeyRing.hs')
-rw-r--r--KeyRing.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/KeyRing.hs b/KeyRing.hs
index 62e46a8..26fb820 100644
--- a/KeyRing.hs
+++ b/KeyRing.hs
@@ -8,6 +8,7 @@
8module KeyRing 8module KeyRing
9 ( runKeyRing 9 ( runKeyRing
10 , StreamInfo(..) 10 , StreamInfo(..)
11 , Access(..)
11 , KeyFilter(..) 12 , KeyFilter(..)
12 , KeyRingOperation(..) 13 , KeyRingOperation(..)
13 , KikiResult(..) 14 , KikiResult(..)