diff options
author | Andrew Cady <d@jerkface.net> | 2019-07-13 16:28:36 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2019-07-13 16:28:36 -0400 |
commit | da8b20a6cc480476ec4ae9d009e7ebaa3a73b87e (patch) | |
tree | f4977097b39d35cb4428db901c28466922bac849 /lib/IntMapClass.hs | |
parent | 8820af82d2fccadb6de7e2623c87e48fb11378c5 (diff) |
do not use CPP extension
Diffstat (limited to 'lib/IntMapClass.hs')
-rw-r--r-- | lib/IntMapClass.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/IntMapClass.hs b/lib/IntMapClass.hs index c5e6a88..3d08e46 100644 --- a/lib/IntMapClass.hs +++ b/lib/IntMapClass.hs | |||
@@ -1,5 +1,4 @@ | |||
1 | {-# LANGUAGE CPP, | 1 | {-# LANGUAGE FlexibleContexts, |
2 | FlexibleContexts, | ||
3 | MultiParamTypeClasses, | 2 | MultiParamTypeClasses, |
4 | GeneralizedNewtypeDeriving, | 3 | GeneralizedNewtypeDeriving, |
5 | DeriveTraversable, | 4 | DeriveTraversable, |