diff options
| author | simonpj@microsoft.com <unknown> | 2010-11-12 17:20:49 +0000 |
|---|---|---|
| committer | simonpj@microsoft.com <unknown> | 2010-11-12 17:20:49 +0000 |
| commit | 4db9ea9ec8b4ae0db74259bb87319643de1fd469 (patch) | |
| tree | 2c4056ac3fe91e2ebfd74d9124d571d34792eee3 /compiler/utils/FastMutInt.lhs | |
| parent | 64557b454b1a184ef9ee177806a05b75c79c0eb6 (diff) | |
| download | haskell-4db9ea9ec8b4ae0db74259bb87319643de1fd469.tar.gz | |
Add LANGUAGE BangPatterns to modules that use them
Diffstat (limited to 'compiler/utils/FastMutInt.lhs')
| -rw-r--r-- | compiler/utils/FastMutInt.lhs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/utils/FastMutInt.lhs b/compiler/utils/FastMutInt.lhs index 6aa1c798cf..61e3e853ec 100644 --- a/compiler/utils/FastMutInt.lhs +++ b/compiler/utils/FastMutInt.lhs @@ -1,4 +1,5 @@ \begin{code} +{-# LANGUAGE BangPatterns #-} {-# OPTIONS -cpp #-} {-# OPTIONS_GHC -O #-} -- We always optimise this, otherwise performance of a non-optimised |
