Skip to content

Commit edf5d82

Browse files
authored
revert removed applicative import
1 parent 473567f commit edf5d82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Web/Internal/TestInstances.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module Web.Internal.TestInstances
88
, NoEmptyKeyForm(..)
99
) where
1010

11+
import Control.Applicative (liftA2) -- for ghc < 9.4
1112
import Data.Char
1213
import qualified Data.Map.Strict as Map
1314
import qualified Data.Text as T

0 commit comments

Comments
 (0)