diff options
author | joe <joe@jerkface.net> | 2014-03-09 18:04:29 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2014-03-09 18:04:29 -0400 |
commit | 66a377b9519c749f761f3a2ba5f221669f8e62a2 (patch) | |
tree | 5b64dc655f30a62668c3963c335ff9be7dcde447 /Control/Concurrent/STM | |
parent | 23aff0ea436480ca65a9141f1498e6b53007f45b (diff) |
updated cabal file to build the reworked presence
Diffstat (limited to 'Control/Concurrent/STM')
-rw-r--r-- | Control/Concurrent/STM/StatusCache.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Control/Concurrent/STM/StatusCache.hs b/Control/Concurrent/STM/StatusCache.hs index 3226978b..f6295aa0 100644 --- a/Control/Concurrent/STM/StatusCache.hs +++ b/Control/Concurrent/STM/StatusCache.hs | |||
@@ -58,6 +58,7 @@ | |||
58 | -- | 58 | -- |
59 | -- As shown above, it is intended that this module be imported qualified. | 59 | -- As shown above, it is intended that this module be imported qualified. |
60 | -- | 60 | -- |
61 | {-# LANGUAGE DoAndIfThenElse #-} | ||
61 | module Control.Concurrent.STM.StatusCache | 62 | module Control.Concurrent.STM.StatusCache |
62 | ( StatusCache | 63 | ( StatusCache |
63 | , new | 64 | , new |