Skip to content

Commit ae6ea15

Browse files
authored
Merge pull request #24 from 3noch/patch-1
Fix typo in #undef
2 parents e534d8a + b7b447d commit ae6ea15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/GADT/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#else
1515
{-# LANGUAGE Trustworthy #-}
1616
#endif
17-
#undef GH
17+
#undef GHC
1818
#endif
1919
module Data.GADT.Internal where
2020

0 commit comments

Comments
 (0)