yesod-job-queue 0.3.0.1 → 0.3.0.2
raw patch · 3 files changed
+1/−5 lines, 3 files
Files
- app/dist/app.bundle.js too large to diff
- example/Main.hs +0/−4
- yesod-job-queue.cabal +1/−1
app/dist/app.bundle.js view
file too large to diff
example/Main.hs view
@@ -1,13 +1,9 @@ import qualified Prelude as P () import ClassyPrelude.Yesod--- import Yesod import Yesod.JobQueue import Yesod.JobQueue.Scheduler-import Control.Concurrent import Database.Persist.Sqlite---import Control.Monad.Trans.Resource (runResourceT) import Control.Monad.Logger (runStderrLoggingT)--- import qualified Database.Redis as R -- Yesod Persist settings (Nothing special here) share [mkPersist sqlSettings, mkMigrate "migrateAll"] [persistLowerCase|
yesod-job-queue.cabal view
@@ -1,5 +1,5 @@ name: yesod-job-queue-version: 0.3.0.1+version: 0.3.0.2 synopsis: Background jobs library for Yesod. description: Background jobs library for Yesod