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.
1 parent 473567f commit f642675Copy full SHA for f642675
test/Web/Internal/TestInstances.hs
@@ -8,6 +8,7 @@ module Web.Internal.TestInstances
8
, NoEmptyKeyForm(..)
9
) where
10
11
+import Control.Applicative -- for ghc < 9.6
12
import Data.Char
13
import qualified Data.Map.Strict as Map
14
import qualified Data.Text as T
0 commit comments