Skip to content
Snippets Groups Projects
Commit ecf5fd1a authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Revert back to wide compat-range for future proper releases

parent 721779ac
No related branches found
No related tags found
No related merge requests found
Cabal-version: 2.0
Cabal-version: >= 1.10
Name: xhtml
Version: 3000.2.2.1
Copyright: Bjorn Bringert 2004-2006, Andy Gill and the Oregon
......@@ -27,15 +27,7 @@ library
if impl(ghc >= 7.2)
Default-Extensions: Safe
-- We intentionally try to enlarge the configuration space only as little
-- as needed, thus we partition the space for the cabal solver into
--
-- - xhtml-3000.2.2 supports base < 4.11 & cabal-version: 1.10
-- - xhtml-3000.2.2.1 supports base >= 4.11 & cabal-version: 2.0
--
-- as xhtml-3000.2.2 and xhtml-3000.2.2.1 are not distinguishable except
-- for their version number.
Build-depends: base >= 4.11 && < 5
Build-depends: base >= 4 && < 5
if impl(ghc >= 8.0)
-- Enable warnings about potential future incompatibilities
ghc-options: -Wcompat -Wnoncanonical-monadfail-instances -Wnoncanonical-monad-instances
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment