We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e021678 + c064f94 commit 4f4ca69Copy full SHA for 4f4ca69
servant/test/Servant/API/ContentTypesSpec.hs
@@ -3,6 +3,7 @@
3
{-# LANGUAGE DeriveGeneric #-}
4
{-# LANGUAGE MultiParamTypeClasses #-}
5
{-# LANGUAGE OverloadedStrings #-}
6
+{-# LANGUAGE PackageImports #-}
7
{-# LANGUAGE PolyKinds #-}
8
{-# OPTIONS_GHC -fno-warn-orphans #-}
9
module Servant.API.ContentTypesSpec where
@@ -28,7 +29,7 @@ import GHC.Generics
28
29
import Network.URL (exportParams, importParams)
30
import Test.Hspec
31
import Test.QuickCheck
-import Test.QuickCheck.Instances ()
32
+import "quickcheck-instances" Test.QuickCheck.Instances ()
33
34
import Servant.API.ContentTypes
35
0 commit comments