diff options
author | David Waern <david.waern@gmail.com> | 2009-06-24 21:07:50 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2009-06-24 21:07:50 +0000 |
commit | d02190da47dfd3712ce72cac6b36604f544dfb2b (patch) | |
tree | a5c0e1c5073802eef4e0fed7d5066289b0627574 /src/Main.hs | |
parent | 1dc4c4b1cdaf8756968f47dee1e544029da362e0 (diff) |
Delete Haddock.Exception and move contents to Haddock.Types
Only a few lines of code that mainly declares a type - why not just put it in Haddock.Types.
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs index c4b916b6..6d85378a 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -19,7 +19,6 @@ import Haddock.Interface import Haddock.Types import Haddock.Version import Haddock.InterfaceFile -import Haddock.Exception import Haddock.Options import Haddock.Utils import Haddock.GhcUtils |