diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-10-22 21:14:05 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-10-22 21:14:05 +0200 |
commit | 2892a202e7c4e630181fc6c9a56a5f445b8aa63a (patch) | |
tree | 5e6753693be45a0fc700ca9dee598d108f667277 | |
parent | 9ca0799435aca9f4380ca7e80358dc77236d1b24 (diff) | |
download | thermoprint-2892a202e7c4e630181fc6c9a56a5f445b8aa63a.tar thermoprint-2892a202e7c4e630181fc6c9a56a5f445b8aa63a.tar.gz thermoprint-2892a202e7c4e630181fc6c9a56a5f445b8aa63a.tar.bz2 thermoprint-2892a202e7c4e630181fc6c9a56a5f445b8aa63a.tar.xz thermoprint-2892a202e7c4e630181fc6c9a56a5f445b8aa63a.zip |
fixed last commit
-rw-r--r-- | servant/src/Main.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/servant/src/Main.hs b/servant/src/Main.hs index e93972f..680f1c6 100644 --- a/servant/src/Main.hs +++ b/servant/src/Main.hs | |||
@@ -12,7 +12,6 @@ | |||
12 | 12 | ||
13 | import Thermoprint | 13 | import Thermoprint |
14 | import Thermoprint.Api | 14 | import Thermoprint.Api |
15 | import PrintOut | ||
16 | 15 | ||
17 | import qualified Data.Text.Lazy as TL | 16 | import qualified Data.Text.Lazy as TL |
18 | import qualified Data.ByteString.Lazy.Char8 as LBS | 17 | import qualified Data.ByteString.Lazy.Char8 as LBS |