Add LANGUAGE BangPatterns to modules that use them
[ghc-hetmet.git] / compiler / utils / Encoding.hs
index 336d9f0..84b4e09 100644 (file)
@@ -1,3 +1,4 @@
+{-# LANGUAGE BangPatterns #-}
 {-# OPTIONS_GHC -O #-}
 -- We always optimise this, otherwise performance of a non-optimised
 -- compiler is severely affected