change CPP to something more semantically reasonable
I'm not sure how the previous version worked, to be honest.
This commit is contained in:
parent
29cbcb3b03
commit
88126b4bbf
1 changed files with 1 additions and 1 deletions
|
@ -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(..))
|
||||
|
|
Loading…
Add table
Reference in a new issue