summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Foreign.hs
diff options
context:
space:
mode:
authorDavid Feuer <david.feuer@gmail.com>2017-07-11 15:28:49 -0400
committerBen Gamari <ben@smart-cactus.org>2017-07-11 16:32:43 -0400
commit3a163aabe7948d382393e9e81f1239f3e06b222b (patch)
treed6b633b5515fe37753c7ee2af80634d661d6dc23 /libraries/base/GHC/Foreign.hs
parenta0d9169362b4cc47f8eb323f96dd18e6e9c6728a (diff)
downloadhaskell-3a163aabe7948d382393e9e81f1239f3e06b222b.tar.gz
Remove redundant import; fix note
* Remove the redundant import of `Data.Maybe` from `GHC.Foreign`. * Fix the note in `GHC.Stack.Types` to give a correct explanation of the problematic cycle. Reviewers: austin, hvr, bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3722
Diffstat (limited to 'libraries/base/GHC/Foreign.hs')
-rw-r--r--libraries/base/GHC/Foreign.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/base/GHC/Foreign.hs b/libraries/base/GHC/Foreign.hs
index 6d2f8c1a56..eb5e853b38 100644
--- a/libraries/base/GHC/Foreign.hs
+++ b/libraries/base/GHC/Foreign.hs
@@ -49,7 +49,6 @@ import Data.Word
-- Imports for the locale-encoding version of marshallers
import Data.Tuple (fst)
-import Data.Maybe
import GHC.Show ( show )