Skip to content

Commit 243b379

Browse files
Updating upper bounds
1 parent 4cecb71 commit 243b379

File tree

2 files changed

+40
-34
lines changed

2 files changed

+40
-34
lines changed

bv-little.cabal

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cabal-Version: 3.0
22
Name: bv-little
3-
Version: 1.3.1
3+
Version: 1.3.2
44
Stability: Stable
55
Build-Type: Simple
66
Tested-With:
@@ -73,10 +73,10 @@ Library core
7373

7474
build-depends:
7575
base >= 4.16.1 && < 5,
76-
deepseq >= 1.4.6 && ^>= 1.4,
77-
hashable >= 1.3 && ^>= 1.4,
78-
integer-gmp ^>= 1.1,
79-
primitive ^>= 0.7.2,
76+
deepseq >= 1.4.6,
77+
hashable >= 1.3,
78+
integer-gmp >= 1.1,
79+
primitive >= 0.7.2,
8080

8181
exposed-modules:
8282
Data.BitVector.LittleEndian.Internal
@@ -117,7 +117,7 @@ Library instances-binary
117117

118118
build-depends:
119119
base >= 4.16.1 && < 5,
120-
binary ^>= 0.8,
120+
binary >= 0.8,
121121
bv-little,
122122
bv-little:core,
123123

@@ -140,7 +140,7 @@ Library instances-mono-traversable
140140
base >= 4.16.1 && < 5,
141141
bv-little,
142142
bv-little:core,
143-
mono-traversable >= 1.0.5.0 && ^>= 1.0
143+
mono-traversable >= 1.0.5.0 && >= 1.0
144144

145145
exposed-modules:
146146
Data.BitVector.LittleEndian.MonoTraversable
@@ -162,9 +162,9 @@ Library instances-mono-traversable-keys
162162
bv-little,
163163
bv-little:core,
164164
bv-little:instances-mono-traversable,
165-
keys ^>= 3.12,
166-
mono-traversable >= 1.0.5.0 && ^>= 1.0,
167-
mono-traversable-keys >= 0.2 && ^>= 0.3,
165+
keys >= 3.12,
166+
mono-traversable >= 1.0.5.0,
167+
mono-traversable-keys >= 0.2,
168168

169169
exposed-modules:
170170
Data.BitVector.LittleEndian.MonoKeyed
@@ -185,7 +185,7 @@ Library instances-quickcheck
185185
base >= 4.16.1 && < 5,
186186
bv-little,
187187
bv-little:core,
188-
QuickCheck >= 2.14.2 && ^>= 2.14
188+
QuickCheck >= 2.14.2
189189

190190
exposed-modules:
191191
Data.BitVector.LittleEndian.QuickCheck
@@ -206,7 +206,7 @@ Library instances-text-show
206206
base >= 4.16.1 && < 5,
207207
bv-little,
208208
bv-little:core,
209-
text-show >= 3.9 && ^>= 3.10,
209+
text-show >= 3.9,
210210

211211
exposed-modules:
212212
Data.BitVector.LittleEndian.TextShow
@@ -233,17 +233,17 @@ Test-Suite Test-Suite
233233
base >= 4.16.1 && < 5,
234234
bv-little,
235235
bv-little:instances,
236-
deepseq >= 1.4.6 && ^>= 1.4,
237-
hashable >= 1.3 && ^>= 1.4,
238-
mono-traversable >= 1.0.5.0 && ^>= 1.0,
239-
mono-traversable-keys >= 0.2 && ^>= 0.3,
240-
QuickCheck >= 2.14.2 && ^>= 2.14.2,
241-
smallcheck >= 1.1.5 && ^>= 1.2,
236+
deepseq >= 1.4.6,
237+
hashable >= 1.3,
238+
mono-traversable >= 1.0.5.0,
239+
mono-traversable-keys >= 0.2,
240+
QuickCheck >= 2.14.2,
241+
smallcheck >= 1.1.5,
242242
tasty,
243243
tasty-hunit,
244244
tasty-quickcheck,
245245
tasty-smallcheck,
246-
text-show >= 3.9 && ^>= 3.10,
246+
text-show >= 3.9
247247

248248
hs-source-dirs:
249249
test,
@@ -271,17 +271,17 @@ Benchmark Benchmark-suite
271271
base >= 4.16.1 && < 5,
272272
bv-little,
273273
bv-little:instances,
274-
criterion ^>= 1.6,
275-
deepseq >= 1.4.6 && ^>= 1.4,
276-
hashable >= 1.3 && ^>= 1.4,
277-
mono-traversable >= 1.0.5.0 && ^>= 1.0,
278-
QuickCheck >= 2.14.2 && ^>= 2.14.2,
279-
smallcheck >= 1.1.5 && ^>= 1.2,
280-
tasty ^>= 1.4,
281-
tasty-hunit ^>= 0.10,
282-
tasty-quickcheck ^>= 0.10,
283-
tasty-smallcheck ^>= 0.8,
284-
text-show >= 3.9 && ^>= 3.10,
274+
criterion >= 1.6,
275+
deepseq >= 1.4.6,
276+
hashable >= 1.3,
277+
mono-traversable >= 1.0.5.0,
278+
QuickCheck >= 2.14.2,
279+
smallcheck >= 1.1.5,
280+
tasty >= 1.4,
281+
tasty-hunit >= 0.10,
282+
tasty-quickcheck >= 0.10,
283+
tasty-smallcheck >= 0.8,
284+
text-show >= 3.9,
285285

286286
ghc-options:
287287
-threaded
@@ -320,12 +320,12 @@ Benchmark Benchmark-heap-stack
320320
base >= 4.16.1 && < 5,
321321
bv-little,
322322
bv-little:instances,
323-
-- criterion ^>= 1.6,
324-
deepseq >= 1.4.6 && ^>= 1.4,
323+
-- criterion >= 1.6,
324+
deepseq >= 1.4.6,
325325
-- hashable >=1.2.3.2,
326326
-- mono-traversable >=1.0.5.0,
327-
QuickCheck >= 2.14.2 && ^>= 2.14.2,
328-
smallcheck >= 1.1.5 && ^>= 1.2,
327+
QuickCheck >= 2.14.2,
328+
smallcheck >= 1.1.5,
329329

330330
if !impl(ghc >=8.0)
331331
build-depends:

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
`bv-little` *follows semantic versioning [(SemVer)](https://semver.org/).*
22

33

4+
## [v1.3.2][9]
5+
6+
* Updating dependency upper bounds
7+
8+
49
## [v1.3.1][8]
510

611
* Fixed Haddock documentation rendering in sub-libraries
@@ -111,3 +116,4 @@
111116
[6]: https://github.com/recursion-ninja/bv-little/tree/v1.1.1
112117
[7]: https://github.com/recursion-ninja/bv-little/tree/v1.3.0
113118
[8]: https://github.com/recursion-ninja/bv-little/tree/v1.3.1
119+
[8]: https://github.com/recursion-ninja/bv-little/tree/v1.3.2

0 commit comments

Comments
 (0)