diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-02-29 22:18:53 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-02-29 22:18:53 +0100 |
commit | 8dc71c2a4219f2e820e4c55ee7754e184574e8e5 (patch) | |
tree | 6bd515672187832da6dbbaaf49626be526b3be93 /server/test | |
parent | d07c1cf5d04f802501a98ce986b78d42b7329901 (diff) | |
download | thermoprint-8dc71c2a4219f2e820e4c55ee7754e184574e8e5.tar thermoprint-8dc71c2a4219f2e820e4c55ee7754e184574e8e5.tar.gz thermoprint-8dc71c2a4219f2e820e4c55ee7754e184574e8e5.tar.bz2 thermoprint-8dc71c2a4219f2e820e4c55ee7754e184574e8e5.tar.xz thermoprint-8dc71c2a4219f2e820e4c55ee7754e184574e8e5.zip |
Revert work on QMConfig & associated tools
This reverts commit f64e26726ce5468069093aa86fe973ad4be4816c.
Diffstat (limited to 'server/test')
-rw-r--r-- | server/test/Thermoprint/ServerSpec.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/test/Thermoprint/ServerSpec.hs b/server/test/Thermoprint/ServerSpec.hs index 6407c3c..028ba2d 100644 --- a/server/test/Thermoprint/ServerSpec.hs +++ b/server/test/Thermoprint/ServerSpec.hs | |||
@@ -13,8 +13,7 @@ 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 hiding (intersection, idQM, union, nullQM) | 16 | import qualified Thermoprint.Server as S |
17 | import qualified Thermoprint.Server.Queue as S | ||
18 | import Thermoprint.Client | 17 | import Thermoprint.Client |
19 | 18 | ||
20 | import Data.Monoid | 19 | import Data.Monoid |