aboutsummaryrefslogtreecommitdiff
path: root/client/src
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-24 04:14:42 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-24 04:14:42 +0000
commita3c18a40502ce7a806216425cfde8200df5ce12e (patch)
tree4f1dd25140d573bfe4a2d17e992ec61ce2dd9f04 /client/src
parentdb80fcad9ffe47cc0349a01eb38093b3c4ad6862 (diff)
downloadthermoprint-a3c18a40502ce7a806216425cfde8200df5ce12e.tar
thermoprint-a3c18a40502ce7a806216425cfde8200df5ce12e.tar.gz
thermoprint-a3c18a40502ce7a806216425cfde8200df5ce12e.tar.bz2
thermoprint-a3c18a40502ce7a806216425cfde8200df5ce12e.tar.xz
thermoprint-a3c18a40502ce7a806216425cfde8200df5ce12e.zip
Exporting Thermoprint.API for convenience
Diffstat (limited to 'client/src')
-rw-r--r--client/src/Thermoprint/Client.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/Thermoprint/Client.hs b/client/src/Thermoprint/Client.hs
index f8d8bac..7072ad0 100644
--- a/client/src/Thermoprint/Client.hs
+++ b/client/src/Thermoprint/Client.hs
@@ -10,6 +10,7 @@ module Thermoprint.Client
10 , throwNat, ioNat 10 , throwNat, ioNat
11 -- = Reexports 11 -- = Reexports
12 , ServantError(..) 12 , ServantError(..)
13 , module Thermoprint.API
13 , module Servant.Common.BaseUrl 14 , module Servant.Common.BaseUrl
14 , module Control.Monad.Trans.Either 15 , module Control.Monad.Trans.Either
15 , module Servant.Server.Internal.Enter 16 , module Servant.Server.Internal.Enter