From b7b447d479b00afab33316b39b33447ed9b0421a Mon Sep 17 00:00:00 2001 From: Elliot Cameron <3noch@users.noreply.github.com> Date: Wed, 25 Mar 2020 21:12:08 -0400 Subject: [PATCH] Fix typo in #undef --- src/Data/GADT/Internal.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Data/GADT/Internal.hs b/src/Data/GADT/Internal.hs index 1fe29a4..d219599 100644 --- a/src/Data/GADT/Internal.hs +++ b/src/Data/GADT/Internal.hs @@ -14,7 +14,7 @@ #else {-# LANGUAGE Trustworthy #-} #endif -#undef GH +#undef GHC #endif module Data.GADT.Internal where