Skip to content

Commit 06d891b

Browse files
Refining lower-bounds to deal with MacOS build issues
1 parent 70548ff commit 06d891b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

bv-little.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Build-Type: Simple
66
Tested-With:
77
GHC == 9.6.2
88
GHC == 9.4.5
9-
GHC == 9.2.7
9+
GHC == 9.2.8
1010

1111
Author: Alex Washburn
1212
Copyright: (c) Alex Washburn 2020
@@ -53,7 +53,7 @@ Library
5353
language
5454

5555
build-depends:
56-
, base >=4.16 && <5
56+
, base >=4.16.1 && <5
5757
, bv-little:core
5858

5959
exposed-modules:
@@ -69,7 +69,7 @@ Library core
6969
language
7070

7171
build-depends:
72-
, base >=4.13 && <5
72+
, base >=4.16.1 && <5
7373
, deepseq >=1.4.6
7474
, hashable >=1.3
7575
, integer-gmp >=1.1
@@ -113,7 +113,7 @@ Library instances-binary
113113
language
114114

115115
build-depends:
116-
, base >=4.16 && <5
116+
, base >=4.16.1 && <5
117117
, binary >=0.8
118118
, bv-little:core
119119

@@ -133,7 +133,7 @@ Library instances-mono-traversable
133133
language
134134

135135
build-depends:
136-
, base >=4.16 && <5
136+
, base >=4.16.1 && <5
137137
, bv-little:core
138138
, mono-traversable >=1.0
139139

@@ -153,7 +153,7 @@ Library instances-mono-traversable-keys
153153
language
154154

155155
build-depends:
156-
, base >=4.13 && <5
156+
, base >=4.16.1 && <5
157157
, bv-little:core
158158
, bv-little:instances-mono-traversable
159159
, keys >=3.12
@@ -176,7 +176,7 @@ Library instances-quickcheck
176176
language
177177

178178
build-depends:
179-
, base >=4.16 && <5
179+
, base >=4.16.1 && <5
180180
, bv-little:core
181181
, QuickCheck >=2.14.2
182182

@@ -222,7 +222,7 @@ Test-Suite Test-Suite
222222
TestSuite.hs
223223

224224
build-depends:
225-
, base >=4.13 && <5
225+
, base >=4.16.1 && <5
226226
, bv-little
227227
, bv-little:instances
228228
, deepseq >=1.4.6

cabal.project.oldest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ constraints:
1515

1616
packages: .
1717

18-
with-compiler: ghc-9.2.1
18+
with-compiler: ghc-9.2.3

0 commit comments

Comments
 (0)