From 81f71e354b8173b861062624e6f0e5951840f3d9 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Sat, 23 Jan 2021 07:52:34 +1300 Subject: [PATCH] Expand supported base versions. --- rhapsode.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhapsode.cabal b/rhapsode.cabal index 2e887f2..bced478 100644 --- a/rhapsode.cabal +++ b/rhapsode.cabal @@ -60,7 +60,7 @@ library -- other-extensions: -- Other library packages from which modules are imported. - build-depends: base >=4.9 && <=4.12, directory >= 1.3.2, bytestring, + build-depends: base >=4.9 && <4.14, directory >= 1.3.2, bytestring, html-conduit, xml-conduit, text, containers, data-default-class, network-uri, stylist >= 2.4 && <3, css-syntax, xml-conduit-stylist >= 2.3 && <3, scientific, -- 2.30.2