diff --git a/test/Servant/QQSpec.hs b/test/Servant/QQSpec.hs index 29a680dc..adf59611 100644 --- a/test/Servant/QQSpec.hs +++ b/test/Servant/QQSpec.hs @@ -7,7 +7,7 @@ {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE TypeOperators #-} {-# LANGUAGE UndecidableInstances #-} -module Servant.Utils.QQSpec where +module Servant.QQSpec where import Test.Hspec diff --git a/test/Servant/Utils/LinksSpec.hs b/test/Servant/Utils/LinksSpec.hs index b896d7f5..3f16d71b 100644 --- a/test/Servant/Utils/LinksSpec.hs +++ b/test/Servant/Utils/LinksSpec.hs @@ -6,7 +6,7 @@ module Servant.Utils.LinksSpec where import Test.Hspec import Servant.API -import Servant.Utils.ApiQuasiQuotingSpec ( (~>) ) +import Servant.QQSpec ( (~>) ) import Servant.Utils.Links (IsElem, IsLink) type TestApi =