change CPP to something more semantically reasonable

I'm not sure how the previous version worked, to be honest.
This commit is contained in:
Brent Yorgey 2018-05-09 21:40:57 -05:00
parent 29cbcb3b03
commit 88126b4bbf
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ import Data.ByteString.Lazy (ByteString)
import Data.Hashable (Hashable(..))
import Data.HashMap.Strict (HashMap)
import qualified Data.HashMap.Strict as M
#if __GLASGOW_HASKELL__ != 710
#if !MIN_VERSION_base(4,8,0)
import Data.Monoid (Monoid(..))
#endif
import Data.Semigroup (Semigroup(..))