summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2023-02-04 09:39:16 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-04-17 18:44:03 -0400
commit1036481824fed7f8d5c9f70816b3dadd22098e42 (patch)
tree5965a83a97da11f19157aad7d5a1e77bf9916b8a /utils
parent0158c5f10869f567091c4f0cd9b127c0dc5cc413 (diff)
downloadhaskell-1036481824fed7f8d5c9f70816b3dadd22098e42.tar.gz
Misc cleanup
- Use dedicated list functions - Make cloneBndrs and cloneRecIdBndrs monadic - Fix invalid haddock comments in libraries/base
Diffstat (limited to 'utils')
-rw-r--r--utils/deriveConstants/Main.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/deriveConstants/Main.hs b/utils/deriveConstants/Main.hs
index f1d1cd742c..c51f14382c 100644
--- a/utils/deriveConstants/Main.hs
+++ b/utils/deriveConstants/Main.hs
@@ -27,7 +27,6 @@ needing to run the program, by inspecting the object file using 'nm'.
import Control.Monad (when, unless)
import Data.Bits (shiftL)
-import Data.Char (toLower)
import Data.List (elemIndex, stripPrefix, intercalate)
import Data.Map (Map)
import qualified Data.Map as Map