summaryrefslogtreecommitdiff
path: root/lib/IntMapClass.hs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-07-13 16:28:36 -0400
committerAndrew Cady <d@jerkface.net>2019-07-13 16:28:36 -0400
commitda8b20a6cc480476ec4ae9d009e7ebaa3a73b87e (patch)
treef4977097b39d35cb4428db901c28466922bac849 /lib/IntMapClass.hs
parent8820af82d2fccadb6de7e2623c87e48fb11378c5 (diff)
do not use CPP extension
Diffstat (limited to 'lib/IntMapClass.hs')
-rw-r--r--lib/IntMapClass.hs3
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,