summaryrefslogtreecommitdiff
path: root/KeyRing.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2014-04-18 13:48:37 -0400
committerjoe <joe@jerkface.net>2014-04-18 13:48:37 -0400
commit00c7b13605beed2abd72e09518dcce1b09b9d012 (patch)
tree205c99e00e7f06fab23aa768913397bfdeb0f12b /KeyRing.hs
parentb28250af74427128440d2a7abd22f1826f1db1e9 (diff)
Fixed cabal build for wheezy
Diffstat (limited to 'KeyRing.hs')
-rw-r--r--KeyRing.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/KeyRing.hs b/KeyRing.hs
index 265b7fa..66771f6 100644
--- a/KeyRing.hs
+++ b/KeyRing.hs
@@ -54,6 +54,9 @@ import Data.Binary ( encode )
54import Data.IORef 54import Data.IORef
55import System.Posix.IO (fdToHandle,fdRead) 55import System.Posix.IO (fdToHandle,fdRead)
56import qualified Data.Traversable as Traversable (mapM,forM,sequence) 56import qualified Data.Traversable as Traversable (mapM,forM,sequence)
57#if ! MIN_VERSION_base(4,6,0)
58import GHC.Exts ( Down(..) )
59#endif
57 60
58 61
59 62