diff options
author | Clint Adams <clint@softwarefreedom.org> | 2014-04-23 17:24:46 -0400 |
---|---|---|
committer | Clint Adams <clint@softwarefreedom.org> | 2014-04-23 17:24:46 -0400 |
commit | 061c57a9f4b0aabf145a33bd4ec56b40ea62539d (patch) | |
tree | 5be3b6d84a550d1cc90d05281aa2b37cea2c5465 | |
parent | c584d9dda195f2ee0995fa35a3ca206ab07f0b94 (diff) |
-rw-r--r-- | ShareGuardDB/Directory.hi | bin | 1983 -> 0 bytes | |||
-rw-r--r-- | ShareGuardDB/Directory.o | bin | 11020 -> 0 bytes | |||
-rw-r--r-- | ShareGuardDB/Directory_user.hi | bin | 1736 -> 0 bytes | |||
-rw-r--r-- | ShareGuardDB/Directory_user.o | bin | 8716 -> 0 bytes | |||
-rw-r--r-- | ShareGuardDB/User.hi | bin | 1980 -> 0 bytes | |||
-rw-r--r-- | ShareGuardDB/User.o | bin | 10912 -> 0 bytes | |||
-rw-r--r-- | shareguard-authnz-external.hs | 4 |
7 files changed, 3 insertions, 1 deletions
diff --git a/ShareGuardDB/Directory.hi b/ShareGuardDB/Directory.hi Binary files differdeleted file mode 100644 index 5623c8f..0000000 --- a/ShareGuardDB/Directory.hi +++ /dev/null diff --git a/ShareGuardDB/Directory.o b/ShareGuardDB/Directory.o Binary files differdeleted file mode 100644 index 4fee297..0000000 --- a/ShareGuardDB/Directory.o +++ /dev/null diff --git a/ShareGuardDB/Directory_user.hi b/ShareGuardDB/Directory_user.hi Binary files differdeleted file mode 100644 index 6bfa14b..0000000 --- a/ShareGuardDB/Directory_user.hi +++ /dev/null diff --git a/ShareGuardDB/Directory_user.o b/ShareGuardDB/Directory_user.o Binary files differdeleted file mode 100644 index 6dbbef6..0000000 --- a/ShareGuardDB/Directory_user.o +++ /dev/null diff --git a/ShareGuardDB/User.hi b/ShareGuardDB/User.hi Binary files differdeleted file mode 100644 index d0a89cf..0000000 --- a/ShareGuardDB/User.hi +++ /dev/null diff --git a/ShareGuardDB/User.o b/ShareGuardDB/User.o Binary files differdeleted file mode 100644 index 1b46b28..0000000 --- a/ShareGuardDB/User.o +++ /dev/null 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 |