diff options
Diffstat (limited to 'server/test')
-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 |