diff options
Diffstat (limited to 'servant/src/PrintOut.hs')
| -rw-r--r-- | servant/src/PrintOut.hs | 14 |
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 #-} | ||
| 4 | module PrintOut | ||
| 5 | ( PrintOut | ||
| 6 | ) where | ||
| 7 | |||
| 8 | import Thermoprint | ||
| 9 | import Thermoprint.Api | ||
| 10 | import Database.Persist.TH | ||
| 11 | |||
| 12 | type PrintOut = Block String | ||
| 13 | |||
| 14 | derivePersistFieldJSON "PrintOut" | ||
