diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-02-27 02:13:06 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-02-27 02:13:06 +0100 |
commit | 844f5e96097f8fcced94220487a7c5ad40c1e97f (patch) | |
tree | e7a9dc0715893a692ef56107cce399bacd17b9a2 /server/test/Thermoprint | |
parent | d7787ee41ec261db9152d548a9ebbffb4c44c52d (diff) | |
download | thermoprint-844f5e96097f8fcced94220487a7c5ad40c1e97f.tar thermoprint-844f5e96097f8fcced94220487a7c5ad40c1e97f.tar.gz thermoprint-844f5e96097f8fcced94220487a7c5ad40c1e97f.tar.bz2 thermoprint-844f5e96097f8fcced94220487a7c5ad40c1e97f.tar.xz thermoprint-844f5e96097f8fcced94220487a7c5ad40c1e97f.zip |
QMConfig tools stuck at combineQM
Diffstat (limited to 'server/test/Thermoprint')
-rw-r--r-- | server/test/Thermoprint/ServerSpec.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/test/Thermoprint/ServerSpec.hs b/server/test/Thermoprint/ServerSpec.hs index 028ba2d..6407c3c 100644 --- a/server/test/Thermoprint/ServerSpec.hs +++ b/server/test/Thermoprint/ServerSpec.hs | |||
@@ -13,7 +13,8 @@ import qualified Test.Hspec as Hspec | |||
13 | import Test.QuickCheck | 13 | import Test.QuickCheck |
14 | 14 | ||
15 | import Thermoprint.API | 15 | import Thermoprint.API |
16 | import qualified Thermoprint.Server as S | 16 | import qualified Thermoprint.Server as S hiding (intersection, idQM, union, nullQM) |
17 | import qualified Thermoprint.Server.Queue as S | ||
17 | import Thermoprint.Client | 18 | import Thermoprint.Client |
18 | 19 | ||
19 | import Data.Monoid | 20 | import Data.Monoid |