From 6b742e7ed4335bd1db7bcd77bf7921a57c4d3ece Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Mon, 15 Jul 2019 08:41:51 +1200 Subject: [PATCH] Have Stylish HTML Conduit depend on a non-buggy version of Stylish Haskell. --- stylish-html-conduit/stylish-html-conduit.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylish-html-conduit/stylish-html-conduit.cabal b/stylish-html-conduit/stylish-html-conduit.cabal index 7558796..697f9b4 100644 --- a/stylish-html-conduit/stylish-html-conduit.cabal +++ b/stylish-html-conduit/stylish-html-conduit.cabal @@ -61,7 +61,7 @@ library -- Other library packages from which modules are imported. build-depends: base >=4.9 && <4.10, - stylish-haskell >= 0.2.1, + stylish-haskell >= 0.2.2, xml-conduit, text, containers, network-uri -- 2.30.2