diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2020-03-22 11:46:42 -0400 |
---|---|---|
committer | Alec Theriault <alec.theriault@gmail.com> | 2020-03-22 11:46:42 -0400 |
commit | 5bef8bd8a72465a0abb1753a8bbeb94634a9d698 (patch) | |
tree | db2abb1fe471b49c7501ffafce22cef1a95e74c8 /haddock.cabal | |
parent | dec888641006eb685a642ec489b198c61a5736dc (diff) |
Clean up warnings
* unused imports
* imports of `Data.List` without import lists
* missing `CompatPrelude` file in `.cabal`
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/haddock.cabal b/haddock.cabal index 92fe249e..425ed454 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -87,6 +87,7 @@ executable haddock transformers other-modules: + CompatPrelude Documentation.Haddock.Parser Documentation.Haddock.Parser.Monad Documentation.Haddock.Parser.Identifier |