1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 13:02:37 +03:00

🔥 note about BangPatterns

This commit is contained in:
Rick Winfrey 2017-03-24 11:29:02 -07:00
parent df8d777b82
commit fa206dc250

View File

@ -1,4 +1,3 @@
-- | We use BangPatterns to force evaluation of git operations to preserve accuracy in measuring system stats (particularly disk read bytes)
{-# LANGUAGE RecordWildCards, DeriveGeneric, RankNTypes #-}
{-# OPTIONS_GHC -fno-warn-unused-do-bind #-}
module GitmonClient where