File tree 2 files changed +9
-9
lines changed 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Build-Type: Simple
6
6
Tested-With :
7
7
GHC == 9.6.2
8
8
GHC == 9.4.5
9
- GHC == 9.2.7
9
+ GHC == 9.2.8
10
10
11
11
Author : Alex Washburn
12
12
Copyright : (c) Alex Washburn 2020
@@ -53,7 +53,7 @@ Library
53
53
language
54
54
55
55
build-depends :
56
- , base >= 4.16 && < 5
56
+ , base >= 4.16.1 && < 5
57
57
, bv-little :core
58
58
59
59
exposed-modules :
@@ -69,7 +69,7 @@ Library core
69
69
language
70
70
71
71
build-depends :
72
- , base >= 4.13 && < 5
72
+ , base >= 4.16.1 && < 5
73
73
, deepseq >= 1.4.6
74
74
, hashable >= 1.3
75
75
, integer-gmp >= 1.1
@@ -113,7 +113,7 @@ Library instances-binary
113
113
language
114
114
115
115
build-depends :
116
- , base >= 4.16 && < 5
116
+ , base >= 4.16.1 && < 5
117
117
, binary >= 0.8
118
118
, bv-little :core
119
119
@@ -133,7 +133,7 @@ Library instances-mono-traversable
133
133
language
134
134
135
135
build-depends :
136
- , base >= 4.16 && < 5
136
+ , base >= 4.16.1 && < 5
137
137
, bv-little :core
138
138
, mono-traversable >= 1.0
139
139
@@ -153,7 +153,7 @@ Library instances-mono-traversable-keys
153
153
language
154
154
155
155
build-depends :
156
- , base >= 4.13 && < 5
156
+ , base >= 4.16.1 && < 5
157
157
, bv-little :core
158
158
, bv-little :instances-mono-traversable
159
159
, keys >= 3.12
@@ -176,7 +176,7 @@ Library instances-quickcheck
176
176
language
177
177
178
178
build-depends :
179
- , base >= 4.16 && < 5
179
+ , base >= 4.16.1 && < 5
180
180
, bv-little :core
181
181
, QuickCheck >= 2.14.2
182
182
@@ -222,7 +222,7 @@ Test-Suite Test-Suite
222
222
TestSuite.hs
223
223
224
224
build-depends :
225
- , base >= 4.13 && < 5
225
+ , base >= 4.16.1 && < 5
226
226
, bv-little
227
227
, bv-little :instances
228
228
, deepseq >= 1.4.6
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ constraints:
15
15
16
16
packages: .
17
17
18
- with-compiler: ghc-9.2.1
18
+ with-compiler: ghc-9.2.3
You can’t perform that action at this time.
0 commit comments