summaryrefslogtreecommitdiff
path: root/Settings.hs
diff options
context:
space:
mode:
authorClint Adams <clint@softwarefreedom.org>2013-10-24 15:34:15 -0400
committerClint Adams <clint@softwarefreedom.org>2013-10-24 17:39:13 -0400
commit515338784b8fc2fb5435ee4e061c092ff754d6cf (patch)
treeceb2c2660cacaa3b90a80836a9f1e0dd8941ffa2 /Settings.hs
parent1725e252b7bd6bec9faecb0249961343bb27afb0 (diff)
Use newer persistent and newer Yesod
Diffstat (limited to 'Settings.hs')
-rw-r--r--Settings.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Settings.hs b/Settings.hs
index bd1e0ab..87173c1 100644
--- a/Settings.hs
+++ b/Settings.hs
@@ -19,7 +19,7 @@ import Data.Default (def)
import Text.Hamlet
-- | Which Persistent backend this site is using.
-type PersistConfig = SqliteConf
+type PersistConf = SqliteConf
-- Static setting below. Changing these requires a recompile