Skip to content

Commit f550061

Browse files
committed
Make all of Applicative available
Since, we also need <$> <*> pure etc.
1 parent bab90f8 commit f550061

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 (Applicative, liftA2)
12+
import Control.Applicative
1313
import Foreign.Storable
1414
import Foreign.Ptr (castPtr)
1515

0 commit comments

Comments
 (0)