diff options
author | Michael Sloan <mgsloan@gmail.com> | 2019-03-14 16:01:44 -0700 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-04-01 03:32:30 -0400 |
commit | 061276ea5d265eb3c23a3698f0a10f6a764ff4b4 (patch) | |
tree | 594bfe4d2ec7f3958d0b96f1ecac3d9f15823a85 /compiler/codeGen | |
parent | a3971b4e8cb2f07387fbc165d46cd861a914c193 (diff) | |
download | haskell-061276ea5d265eb3c23a3698f0a10f6a764ff4b4.tar.gz |
Remove unnecessary uses of UnboxedTuples pragma (see #13101 / #15454)
Also removes a couple unnecessary MagicHash pragmas
Diffstat (limited to 'compiler/codeGen')
-rw-r--r-- | compiler/codeGen/StgCmmMonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmMonad.hs b/compiler/codeGen/StgCmmMonad.hs index b93e0ab6eb..18956006a8 100644 --- a/compiler/codeGen/StgCmmMonad.hs +++ b/compiler/codeGen/StgCmmMonad.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE GADTs, UnboxedTuples #-} +{-# LANGUAGE GADTs #-} ----------------------------------------------------------------------------- -- |