From ae8cca6fb4e058b071737671433c7691a5dc50ca Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Tue, 25 Nov 2014 17:35:17 +0100 Subject: [PATCH] fix renaming woes --- test/Servant/QQSpec.hs | 2 +- test/Servant/Utils/LinksSpec.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 =