2012-10-30 18:34:48 +00:00
|
|
|
{- Common infrastructure for the git-annex assistant.
|
2012-07-20 23:29:59 +00:00
|
|
|
-
|
2015-01-21 16:50:09 +00:00
|
|
|
- Copyright 2012 Joey Hess <id@joeyh.name>
|
2012-07-20 23:29:59 +00:00
|
|
|
-
|
2019-03-13 19:48:14 +00:00
|
|
|
- Licensed under the GNU AGPL version 3 or higher.
|
2012-07-20 23:29:59 +00:00
|
|
|
-}
|
|
|
|
|
2012-10-30 18:34:48 +00:00
|
|
|
module Assistant.Common (module X) where
|
2012-07-20 23:29:59 +00:00
|
|
|
|
2021-04-06 19:41:24 +00:00
|
|
|
import Annex.Common as X hiding (debug)
|
2012-10-29 04:15:43 +00:00
|
|
|
import Assistant.Monad as X
|
2012-10-30 18:11:14 +00:00
|
|
|
import Assistant.Types.DaemonStatus as X
|
2013-01-26 06:09:33 +00:00
|
|
|
import Assistant.Types.NamedThread as X
|
2013-04-04 05:48:26 +00:00
|
|
|
import Assistant.Types.Alert as X
|