ghc-libyaml/ghc-libyaml-0.1.2-resourcet-1.3.patch

12 lines
394 B
Diff
Raw Permalink Normal View History

--- libyaml-0.1.2/libyaml.cabal.orig 2023-12-02 23:53:06.224579919 +0100
+++ libyaml-0.1.2/libyaml.cabal 2023-12-02 23:53:19.540592206 +0100
@@ -57,7 +57,7 @@
base >=4.9.1 && <5
, bytestring >=0.9.1.4
, conduit >=1.2.8 && <1.4
- , resourcet >=0.3 && <1.3
+ , resourcet >=0.3 && <1.4
if flag(no-unicode)
cpp-options: -D__NO_UNICODE__
if !(flag(system-libyaml))