diff options
Diffstat (limited to 'lib/PacketTranscoder.hs')
-rw-r--r-- | lib/PacketTranscoder.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PacketTranscoder.hs b/lib/PacketTranscoder.hs index e276528..6eadfe4 100644 --- a/lib/PacketTranscoder.hs +++ b/lib/PacketTranscoder.hs | |||
@@ -20,7 +20,7 @@ import qualified Data.Traversable as Traversable | |||
20 | import System.IO ( stderr) | 20 | import System.IO ( stderr) |
21 | import System.Posix.IO ( fdToHandle ) | 21 | import System.Posix.IO ( fdToHandle ) |
22 | import Text.Show.Pretty as PP ( ppShow ) | 22 | import Text.Show.Pretty as PP ( ppShow ) |
23 | import Types | 23 | import KeyRing.Types |
24 | import ControlMaybe (handleIO_) | 24 | import ControlMaybe (handleIO_) |
25 | 25 | ||
26 | -- | Merge two representations of the same key, prefering secret version | 26 | -- | Merge two representations of the same key, prefering secret version |