From 9db2c42f4880362cf098358de830415c14f6878c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 25 Dec 2015 17:56:13 +0000 Subject: Cleaned tree for rewrite --- servant/src/PrintOut.hs | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 servant/src/PrintOut.hs (limited to 'servant/src/PrintOut.hs') 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 @@ -{-# LANGUAGE TemplateHaskell #-} -{-# LANGUAGE TypeSynonymInstances #-} -{-# LANGUAGE FlexibleInstances #-} -module PrintOut - ( PrintOut - ) where - -import Thermoprint -import Thermoprint.Api -import Database.Persist.TH - -type PrintOut = Block String - -derivePersistFieldJSON "PrintOut" -- cgit v1.2.3