Skip to content

Commit 59c7750

Browse files
committed
Merge pull request #27 from phischu/master
Make the use of MultiParamTypeClasses in Data.Vector.Generic.New explicit
2 parents d6bf887 + ac035d8 commit 59c7750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/Vector/Generic/New.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{-# LANGUAGE CPP, Rank2Types, FlexibleContexts #-}
1+
{-# LANGUAGE CPP, Rank2Types, FlexibleContexts, MultiParamTypeClasses #-}
22

33
-- |
44
-- Module : Data.Vector.Generic.New

0 commit comments

Comments
 (0)