aboutsummaryrefslogtreecommitdiff
path: root/server/src/Thermoprint/Server/Database.hs
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-28 12:09:41 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-28 12:09:41 +0000
commitf236eb926bd554cb6494a0184d1070f264c4d03a (patch)
treec79deb2b5e99dca9019daad6a945d36f4ab24456 /server/src/Thermoprint/Server/Database.hs
parent36bc432fc0f8ae46c7ff0de162ee275d25f12e3a (diff)
downloadthermoprint-f236eb926bd554cb6494a0184d1070f264c4d03a.tar
thermoprint-f236eb926bd554cb6494a0184d1070f264c4d03a.tar.gz
thermoprint-f236eb926bd554cb6494a0184d1070f264c4d03a.tar.bz2
thermoprint-f236eb926bd554cb6494a0184d1070f264c4d03a.tar.xz
thermoprint-f236eb926bd554cb6494a0184d1070f264c4d03a.zip
Draft CRUD
Diffstat (limited to 'server/src/Thermoprint/Server/Database.hs')
-rw-r--r--server/src/Thermoprint/Server/Database.hs7
1 files changed, 1 insertions, 6 deletions
diff --git a/server/src/Thermoprint/Server/Database.hs b/server/src/Thermoprint/Server/Database.hs
index 5bd4512..7f21bf9 100644
--- a/server/src/Thermoprint/Server/Database.hs
+++ b/server/src/Thermoprint/Server/Database.hs
@@ -7,12 +7,7 @@
7{-# LANGUAGE StandaloneDeriving #-} 7{-# LANGUAGE StandaloneDeriving #-}
8{-# LANGUAGE FlexibleInstances #-} 8{-# LANGUAGE FlexibleInstances #-}
9 9
10module Thermoprint.Server.Database 10module Thermoprint.Server.Database where
11 ( Job(..), JobId
12 , Draft(..), DraftId
13 , Key(..)
14 , migrateAll
15 ) where
16 11
17import Control.DeepSeq 12import Control.DeepSeq
18 13