fix renaming woes

This commit is contained in:
Alp Mestanogullari 2014-11-25 17:35:17 +01:00
parent dee47654f9
commit ae8cca6fb4
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
{-# LANGUAGE TypeFamilies #-} {-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-} {-# LANGUAGE TypeOperators #-}
{-# LANGUAGE UndecidableInstances #-} {-# LANGUAGE UndecidableInstances #-}
module Servant.Utils.QQSpec where module Servant.QQSpec where
import Test.Hspec import Test.Hspec

View File

@ -6,7 +6,7 @@ module Servant.Utils.LinksSpec where
import Test.Hspec import Test.Hspec
import Servant.API import Servant.API
import Servant.Utils.ApiQuasiQuotingSpec ( (~>) ) import Servant.QQSpec ( (~>) )
import Servant.Utils.Links (IsElem, IsLink) import Servant.Utils.Links (IsElem, IsLink)
type TestApi = type TestApi =