diff options
author | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-08-23 10:10:48 +0100 |
---|---|---|
committer | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-08-23 10:10:48 +0100 |
commit | fefef1c49075acc4390db822fad7e351c777e847 (patch) | |
tree | 9887e9e7403c0a03350f755134f9a5f4926dbc5e /haddock.cabal | |
parent | 5d41d4396425fc5c2e9b90d3e1e0baa5dc1ac224 (diff) |
Remove compat stuff
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/haddock.cabal b/haddock.cabal index a31deb3a..eca656d6 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -40,21 +40,6 @@ flag in-ghc-tree default: False manual: True --- This package re-exports the haddock-api library for compatibility. --- The library section will be removed in version 2.16.0. -library - exposed: False - default-language: Haskell2010 - hs-source-dirs: compat - ghc-options: -Wall - build-depends: - -- NOTE: Don't bump base dependency! Remove library section instead! - base >= 4.3 && < 4.8 - , haddock-api - exposed-modules: Documentation.Haddock - if flag(in-ghc-tree) - buildable: False - executable haddock default-language: Haskell2010 main-is: Main.hs |