15 lines
475 B
Diff
15 lines
475 B
Diff
--- data-fix-0.3.2/data-fix.cabal.orig 2023-12-02 15:56:05.723113404 +0100
|
|
+++ data-fix-0.3.2/data-fix.cabal 2023-12-02 15:56:18.604151881 +0100
|
|
@@ -55,9 +55,9 @@
|
|
-Wredundant-constraints -Widentities -Wmissing-export-lists
|
|
|
|
build-depends:
|
|
- base >=4.4 && <4.16
|
|
+ base >=4.4 && <4.19
|
|
, deepseq >=1.3.0.0 && <1.5
|
|
- , hashable >=1.2.7.0 && <1.4
|
|
+ , hashable >=1.2.7.0 && <1.5
|
|
|
|
if impl(ghc <7.6)
|
|
-- for GHC.Generics
|