Skip to content

Commit c3d3616

Browse files
authored
Merge pull request #40 from hasura/master
Don't break support for GHC < 7.10
2 parents dd6fafd + 8414643 commit c3d3616

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

System/Metrics.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ module System.Metrics
6868
, Value(..)
6969
) where
7070

71+
import Control.Applicative ((<$>))
7172
import Control.Monad (forM)
7273
import Data.Int (Int64)
7374
import qualified Data.IntMap.Strict as IM

0 commit comments

Comments
 (0)