diff options
Diffstat (limited to 'compiler/utils/Util.hs')
-rw-r--r-- | compiler/utils/Util.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/utils/Util.hs b/compiler/utils/Util.hs index 1837b13e97..a8eb5ea471 100644 --- a/compiler/utils/Util.hs +++ b/compiler/utils/Util.hs @@ -6,6 +6,8 @@ {-# LANGUAGE BangPatterns #-} {-# LANGUAGE TupleSections #-} +{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-} + -- | Highly random utility functions -- module Util ( |