Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 989788c

Browse files
committedMay 19, 2024
Support GHC 9.10
1 parent 67c1515 commit 989788c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎fp-ieee/fp-ieee.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ common deps
7272
-- We use a post-GHC 8.6 language extension: NumericUnderscores
7373
-- cast{Word32,Word64}To{Float,Double}, cast{Float,Double}To{Word32,Word64} are since base-4.10.0.0 (GHC 8.2)
7474
-- Semigroup((<>)) is exported from Prelude since base-4.11.0.0 (GHC 8.4)
75-
base >=4.12 && <4.20
75+
base >=4.12 && <4.21
7676
if !flag(pure-hs)
7777
cpp-options: -DUSE_FFI
7878
if !flag(pure-hs) && os(windows)

‎rounded-hw/rounded-hw.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ source-repository head
3333
custom-setup
3434
setup-depends:
3535
Cabal >=3.0 && <3.11
36-
, base >=4.12 && <4.20
36+
, base >=4.12 && <4.21
3737

3838
flag pure-hs
3939
description: Disable FFI
@@ -68,7 +68,7 @@ flag float128
6868
common deps
6969
build-depends:
7070
array >=0.5.2.0 && <0.6
71-
, base >=4.12 && <4.20
71+
, base >=4.12 && <4.21
7272
, deepseq >=1.4.4.0 && <1.6
7373
, fp-ieee ==0.1.*
7474
, primitive >=0.6.1.1 && <0.10

0 commit comments

Comments
 (0)
Please sign in to comment.