diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-06-06 18:07:21 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-06-06 18:31:43 +0100 |
commit | 4c6faba4790ebf776a39fe69105e0b0a50640a4c (patch) | |
tree | 8f60f521daf082a23218a489cf5e01bfc861addf /libraries/base/Foreign/Storable.hs | |
parent | 404327a9d9ce38804c5e407eaf2a4167e9a3c906 (diff) | |
download | haskell-4c6faba4790ebf776a39fe69105e0b0a50640a4c.tar.gz |
Fix import warnings
Diffstat (limited to 'libraries/base/Foreign/Storable.hs')
-rw-r--r-- | libraries/base/Foreign/Storable.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/base/Foreign/Storable.hs b/libraries/base/Foreign/Storable.hs index 53ca168ff5..36e0d26159 100644 --- a/libraries/base/Foreign/Storable.hs +++ b/libraries/base/Foreign/Storable.hs @@ -46,7 +46,6 @@ import GHC.Num import GHC.Int import GHC.Word import GHC.Ptr -import GHC.Exception import GHC.Base import GHC.Fingerprint.Type import Data.Bits |