Skip to content

Commit

Permalink
fix warning for older GHCs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Dec 22, 2015
1 parent 939a79c commit 394fd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sound/HTagLib/Getter.hs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import Sound.HTagLib.Type
import qualified Sound.HTagLib.Internal as I

#if !MIN_VERSION_base(4,8,0)
import Control.Applicative (Applicative, (<$>), (<*>), pure)
import Control.Applicative (Applicative (..), (<$>))
#endif

-- | This type represents composable entity that can be used with 'getTags'
Expand Down

0 comments on commit 394fd4b

Please sign in to comment.