diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-12 19:09:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-12 19:09:39 -0400 |
commit | 3f84bd4c2c05b96c9962801b4bff0cc1cd558a70 (patch) | |
tree | 1fe0a4ec024c25c52c80abee5e68d130a5e5609c /Utility/Gpg.hs | |
parent | b02c68304aa5051086e29a0cb6547fdf856aa93d (diff) |
fix build
Diffstat (limited to 'Utility/Gpg.hs')
-rw-r--r-- | Utility/Gpg.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utility/Gpg.hs b/Utility/Gpg.hs index d3460bdf7..e33f5156a 100644 --- a/Utility/Gpg.hs +++ b/Utility/Gpg.hs @@ -13,6 +13,7 @@ import System.Posix.Types import Control.Applicative import Control.Concurrent import Control.Exception (bracket) +import System.Path import Common import Utility.Env |