fix renaming woes
This commit is contained in:
parent
dee47654f9
commit
ae8cca6fb4
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 =
|
||||||
|
|
Loading…
Reference in a new issue