ghc-witherable/ghc-witherable-0.4.2-ghc-9.4.8.patch

19 lines
1.1 KiB
Diff

--- witherable-0.4.2/witherable.cabal.orig 2023-12-02 17:36:44.265610695 +0100
+++ witherable-0.4.2/witherable.cabal 2023-12-02 17:37:18.332779814 +0100
@@ -24,12 +24,12 @@
Witherable
Data.Witherable
build-depends: base >=4.9 && <5,
- base-orphans >=0.8.4 && <0.9,
+ base-orphans >=0.8.4 && <0.10,
containers >=0.5.7.1 && <0.7,
- hashable >=1.2.7.0 && <1.4,
+ hashable >=1.2.7.0 && <1.5,
transformers >=0.5.2.0 && <0.6,
unordered-containers >=0.2.12.0 && <0.3,
- vector >=0.12.2.0 && <0.13,
+ vector >=0.12.2.0 && <0.14,
indexed-traversable >=0.1.1 && <0.2,
indexed-traversable-instances >=0.1 && <0.2
hs-source-dirs: src