summaryrefslogtreecommitdiff
path: root/shareguard-authnz-external.hs
diff options
context:
space:
mode:
Diffstat (limited to 'shareguard-authnz-external.hs')
-rw-r--r--shareguard-authnz-external.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/shareguard-authnz-external.hs b/shareguard-authnz-external.hs
index 8a0bdbb..56f3dd5 100644
--- a/shareguard-authnz-external.hs
+++ b/shareguard-authnz-external.hs
@@ -1,7 +1,7 @@
{-
shareguard-authnz-external: mod_authnz_external-to-ShareGuard interface
- Copyright (C) 2011 Clint Adams <clint@gnu.org>
+ Copyright (C) 2011, 2014 Clint Adams <clint@gnu.org>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
@@ -18,6 +18,8 @@ shareguard-authnz-external: mod_authnz_external-to-ShareGuard interface
-}
+import Control.Exception.Base (catch)
+
import System.Exit ( exitWith, ExitCode (..) )
import System.Environment
import System.IO.Error