ghc-scientific/ghc-scientific-0.3.7.0-ghc-9.patch

24 lines
911 B
Diff

--- scientific-0.3.7.0/scientific.cabal.orig 2023-12-02 16:25:21.209482246 +0100
+++ scientific-0.3.7.0/scientific.cabal 2023-12-02 16:26:23.441324837 +0100
@@ -86,15 +86,15 @@
ghc-options: -Wall
build-depends:
- base >=4.5 && <4.16
+ base >=4.5 && <4.19
, binary >=0.5.1 && <0.9
, containers >=0.4.2.1 && <0.7
, deepseq >=1.3.0.0 && <1.5
- , hashable >=1.2.7.0 && <1.4
+ , hashable >=1.2.7.0 && <1.5
, integer-logarithms >=1.0.3.1 && <1.1
- , primitive >=0.7.1.0 && <0.8
- , template-haskell >=2.8 && <2.18
- , text >=1.2.3.0 && <1.3
+ , primitive >=0.7.1.0 && <0.9
+ , template-haskell >=2.8 && <2.20
+ , text >=1.2.3.0 && <2.1
if flag(bytestring-builder)
build-depends: