diff options
author | Joey Hess <joey@kitenet.net> | 2013-01-28 15:14:17 +1100 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-01-28 15:39:51 +1100 |
commit | 9721853fb5ca3a8db67647f2e8f63233c5267a15 (patch) | |
tree | 97e34cb6cba28b44b15ab3a761f8a971fb17dc82 /Assistant | |
parent | 5377e47d133b1406a2c43da6a0c81eea6a24020d (diff) |
close
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Threads/Watcher.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Threads/Watcher.hs b/Assistant/Threads/Watcher.hs index 6a54ffbff..38116cdc6 100644 --- a/Assistant/Threads/Watcher.hs +++ b/Assistant/Threads/Watcher.hs @@ -5,7 +5,7 @@ - Licensed under the GNU GPL version 3 or higher. -} -{-# LANGUAGE DeriveDataTypeable CPP #-} +{-# LANGUAGE DeriveDataTypeable, CPP #-} module Assistant.Threads.Watcher ( watchThread, |