diff options
| author | Luke Lau <luke_lau@icloud.com> | 2019-10-19 02:00:01 +0100 |
|---|---|---|
| committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-10-27 11:35:40 -0400 |
| commit | fc3a5205b6c3999b2dd8b3269113152180bfbaf4 (patch) | |
| tree | bccd15e7577d8965dc2d4a0ad526c8ca29a6e7de /hadrian/src | |
| parent | c62817f2366fc630098fa02147d0231a3d13f48f (diff) | |
| download | haskell-fc3a5205b6c3999b2dd8b3269113152180bfbaf4.tar.gz | |
Remove unused import
Diffstat (limited to 'hadrian/src')
| -rw-r--r-- | hadrian/src/Rules/Documentation.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hadrian/src/Rules/Documentation.hs b/hadrian/src/Rules/Documentation.hs index 28740fb936..77c98e623d 100644 --- a/hadrian/src/Rules/Documentation.hs +++ b/hadrian/src/Rules/Documentation.hs @@ -22,7 +22,6 @@ import Settings import Target import Utilities -import Data.List (union) import qualified Data.Set as Set import qualified Text.Parsec as Parsec |
