diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-17 19:21:56 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-17 19:21:56 +0200 |
| commit | 2b9ceaead3f3cd80e973cccecb9a3eebc51154f7 (patch) | |
| tree | df2378943480647606b6a06f62c0f4b8b2ab406d /server/src/Thermoprint/Server/Queue | |
| parent | ac4cf4a0a494eafe55364f816569c517684fdf32 (diff) | |
| download | thermoprint-2b9ceaead3f3cd80e973cccecb9a3eebc51154f7.tar thermoprint-2b9ceaead3f3cd80e973cccecb9a3eebc51154f7.tar.gz thermoprint-2b9ceaead3f3cd80e973cccecb9a3eebc51154f7.tar.bz2 thermoprint-2b9ceaead3f3cd80e973cccecb9a3eebc51154f7.tar.xz thermoprint-2b9ceaead3f3cd80e973cccecb9a3eebc51154f7.zip | |
Fixes for GHC 8.0.1
Diffstat (limited to 'server/src/Thermoprint/Server/Queue')
| -rw-r--r-- | server/src/Thermoprint/Server/Queue/Utils.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/Thermoprint/Server/Queue/Utils.hs b/server/src/Thermoprint/Server/Queue/Utils.hs index 86b0162..745053e 100644 --- a/server/src/Thermoprint/Server/Queue/Utils.hs +++ b/server/src/Thermoprint/Server/Queue/Utils.hs | |||
| @@ -17,7 +17,7 @@ import Data.Time | |||
| 17 | import Control.Monad.State | 17 | import Control.Monad.State |
| 18 | import Control.Monad.IO.Class | 18 | import Control.Monad.IO.Class |
| 19 | import Control.Monad.Trans.Identity | 19 | import Control.Monad.Trans.Identity |
| 20 | import Servant.Server.Internal.Enter | 20 | import Servant.Utils.Enter |
| 21 | 21 | ||
| 22 | import Thermoprint.Server.Queue | 22 | import Thermoprint.Server.Queue |
| 23 | 23 | ||
