diff options
author | David Waern <david.waern@gmail.com> | 2007-11-11 02:21:19 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2007-11-11 02:21:19 +0000 |
commit | 3f749b43aa90adb94d3faeb5c3b0f7cc38523817 (patch) | |
tree | e20890c6a9aa7958bd14d229c17053d8919c0524 /src/Haddock/Interface.hs | |
parent | a37df6aa14d02396f80704683f8e1a1fd59ce2b1 (diff) |
Manual merge of a patch from Duncan Coutts that removes the dependency on mtl
Diffstat (limited to 'src/Haddock/Interface.hs')
-rw-r--r-- | src/Haddock/Interface.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Haddock/Interface.hs b/src/Haddock/Interface.hs index 4b178bf4..5f40422e 100644 --- a/src/Haddock/Interface.hs +++ b/src/Haddock/Interface.hs @@ -24,7 +24,6 @@ import Haddock.GHC.Utils import qualified Data.Map as Map import Data.Map (Map) import Data.List -import Control.Monad.Writer import Control.Monad import Name |