diff options
author | Simon Hengel <sol@typeful.net> | 2012-10-04 16:11:41 +0200 |
---|---|---|
committer | Simon Hengel <sol@typeful.net> | 2012-10-04 16:11:41 +0200 |
commit | 96e57fc09b13779c43b1f2465561a7ede242533e (patch) | |
tree | a2a9f070c29592d24035e78f769ec8fd8ea16497 | |
parent | e4ffa1964a3188a8b461e6f6c4c9febaddb6a35f (diff) |
Remove trailing whitespace from cabal file
-rw-r--r-- | haddock.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/haddock.cabal b/haddock.cabal index 5931db0e..91c2e494 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -123,11 +123,11 @@ executable haddock Haddock.Types Haddock.Doc Haddock.Version - Haddock.InterfaceFile + Haddock.InterfaceFile Haddock.Options Haddock.GhcUtils Haddock.Convert - + library default-language: Haskell2010 -- In a GHC tree - in particular, in a source tarball - we don't @@ -187,7 +187,7 @@ library Haddock.GhcUtils Haddock.Convert Paths_haddock - + if flag(in-ghc-tree) buildable: False |