From 11fcf6229751eb266485cbba78d30aced1787d14 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 20 Aug 2019 00:17:23 +0100 Subject: chore(tazblog): Replace BlogDB with stubs for DNS-based storage Removes acid-state specific code and the former BlogDB module, in its stead the new BlogStorage module contains stubs for the functions that will be filled in with DNS-based storage. This code is unformatted and will not currently serve a working blog. --- services/tazblog/src/RSS.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/tazblog/src/RSS.hs') diff --git a/services/tazblog/src/RSS.hs b/services/tazblog/src/RSS.hs index 1cfdc7111ef2..5d2340d5292f 100644 --- a/services/tazblog/src/RSS.hs +++ b/services/tazblog/src/RSS.hs @@ -9,7 +9,7 @@ import Data.Time (UTCTime, getCurrentTime) import Network.URI import Text.RSS -import BlogDB hiding (Title) +import BlogStore import Locales createChannel :: BlogLang -> UTCTime -> [ChannelElem] -- cgit 1.4.1