Skip to content

Commit bab90f8

Browse files
committed
Import Applicative for GHC 7.x
1 parent 7f8d4b0 commit bab90f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SDL/Internal/Vect.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module SDL.Internal.Vect
99

1010
-- Copied from the 'linear' package by Edward Kmett.
1111

12-
import Control.Applicative (liftA2)
12+
import Control.Applicative (Applicative, liftA2)
1313
import Foreign.Storable
1414
import Foreign.Ptr (castPtr)
1515

0 commit comments

Comments
 (0)