diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-02-24 04:14:42 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-02-24 04:14:42 +0000 |
commit | a3c18a40502ce7a806216425cfde8200df5ce12e (patch) | |
tree | 4f1dd25140d573bfe4a2d17e992ec61ce2dd9f04 /client | |
parent | db80fcad9ffe47cc0349a01eb38093b3c4ad6862 (diff) | |
download | thermoprint-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')
-rw-r--r-- | client/src/Thermoprint/Client.hs | 1 |
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 |