diff options
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 |