Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
8a5eaf8c3f
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
- Licensed under the GNU AGPL version 3 or higher.
|
- Licensed under the GNU AGPL version 3 or higher.
|
||||||
-}
|
-}
|
||||||
|
|
||||||
{-# LANGUAGE TypeFamilies, QuasiQuotes, MultiParamTypeClasses, TemplateHaskell, OverloadedStrings, RankNTypes #-}
|
{-# LANGUAGE CPP, TypeFamilies, QuasiQuotes, MultiParamTypeClasses, TemplateHaskell, OverloadedStrings, RankNTypes #-}
|
||||||
|
|
||||||
module Assistant.WebApp.Notifications where
|
module Assistant.WebApp.Notifications where
|
||||||
|
|
||||||
|
@ -20,7 +20,9 @@ import Utility.Yesod
|
||||||
import Yesod
|
import Yesod
|
||||||
import Data.Text (Text)
|
import Data.Text (Text)
|
||||||
import qualified Data.Text as T
|
import qualified Data.Text as T
|
||||||
|
#ifndef WITH_OLD_YESOD
|
||||||
import qualified Data.Aeson.Types as Aeson
|
import qualified Data.Aeson.Types as Aeson
|
||||||
|
#endif
|
||||||
|
|
||||||
{- Add to any widget to make it auto-update using long polling.
|
{- Add to any widget to make it auto-update using long polling.
|
||||||
-
|
-
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue