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 /haddock.cabal | |
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 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal index 9fe53e43..bc222ef6 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -110,7 +110,6 @@ executable haddock Haddock.Types Haddock.Version Haddock.InterfaceFile - Haddock.Exception Haddock.Options Haddock.GhcUtils @@ -130,7 +129,6 @@ library other-modules: Haddock.Types Haddock.InterfaceFile - Haddock.Exception Haddock.Utils Haddock.GhcUtils |