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 2aca254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Getter.hs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import Sound.HTagLib
import Util

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

tests :: Test
Expand Down

0 comments on commit 2aca254

Please sign in to comment.