1
0
mirror of https://github.com/xmonad/xmonad.git synced 2025-08-13 19:15:44 -07:00

Merge pull request from madnight/patch-1

Remove unused CPP extension from Core.hs
This commit is contained in:
Peter Simons
2018-07-30 12:38:16 +02:00
committed by GitHub

@@ -1,5 +1,5 @@
{-# LANGUAGE ExistentialQuantification, FlexibleInstances, GeneralizedNewtypeDeriving,
MultiParamTypeClasses, TypeSynonymInstances, CPP, DeriveDataTypeable #-}
MultiParamTypeClasses, TypeSynonymInstances, DeriveDataTypeable #-}
-----------------------------------------------------------------------------
-- |