aboutsummaryrefslogtreecommitdiff
path: root/servant/src/PrintOut.hs
diff options
context:
space:
mode:
Diffstat (limited to 'servant/src/PrintOut.hs')
-rw-r--r--servant/src/PrintOut.hs14
1 files changed, 0 insertions, 14 deletions
diff --git a/servant/src/PrintOut.hs b/servant/src/PrintOut.hs
deleted file mode 100644
index 5f95a22..0000000
--- a/servant/src/PrintOut.hs
+++ /dev/null
@@ -1,14 +0,0 @@
1{-# LANGUAGE TemplateHaskell #-}
2{-# LANGUAGE TypeSynonymInstances #-}
3{-# LANGUAGE FlexibleInstances #-}
4module PrintOut
5 ( PrintOut
6 ) where
7
8import Thermoprint
9import Thermoprint.Api
10import Database.Persist.TH
11
12type PrintOut = Block String
13
14derivePersistFieldJSON "PrintOut"