From b294801b84496b349d7ddfb80afc16de04e0c6e2 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Sat, 6 Mar 2021 20:21:50 +1300 Subject: [PATCH] Broaden supported base library versions. --- rhapsode.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rhapsode.cabal b/rhapsode.cabal index bced478..4d678fc 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.14, directory >= 1.3.2, bytestring, + build-depends: base >=4.9 && <5, 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, @@ -79,7 +79,7 @@ executable rhapsode ghc-options: -no-hs-main -threaded extra-libraries: espeak-ng, sndfile pkgconfig-depends: gstreamer-1.0 - build-depends: base >=4.9 && <=4.12, rhapsode + build-depends: base >=4.9 && <=5, rhapsode other-modules: Stub hs-source-dirs: src default-language: Haskell2010 -- 2.30.2