Skip to content

Commit 2702382

Browse files
committed
Expand compatibility down to lts-22
* Relax lower bounds * Remove all speculative upper bounds
1 parent 001c8dd commit 2702382

File tree

2 files changed

+35
-28
lines changed

2 files changed

+35
-28
lines changed

cuddle.cabal

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -63,29 +63,29 @@ library
6363
Codec.CBOR.Cuddle.Pretty.Utils
6464

6565
build-depends:
66-
base >=4.18 && <4.22,
67-
base16-bytestring ^>=1.0.2,
68-
boxes ^>=0.1.5,
69-
bytestring >=0.11.4 && <0.13,
70-
capability ^>=0.5,
71-
cborg ^>=0.2.10,
72-
containers >=0.6.7 && <0.8,
73-
data-default-class ^>=0.2,
74-
foldable1-classes-compat ^>=0.1.1,
75-
generic-optics ^>=2.2.1,
76-
hashable ^>=1.5,
77-
megaparsec ^>=9.7,
78-
mtl ^>=2.3.1,
79-
mutable-containers ^>=0.3.4,
80-
optics-core ^>=0.4.1,
81-
ordered-containers ^>=0.2.4,
82-
parser-combinators ^>=1.3,
83-
prettyprinter ^>=1.7.1,
66+
base >=4.18 && <5,
67+
base16-bytestring >=1.0.2,
68+
boxes >=0.1.5,
69+
bytestring >=0.11.4,
70+
capability >=0.5,
71+
cborg >=0.2.10,
72+
containers >=0.6.7,
73+
data-default-class >=0.2,
74+
foldable1-classes-compat >=0.1.1,
75+
generic-optics >=2.2.1,
76+
hashable >=1.4,
77+
megaparsec >=9.5,
78+
mtl >=2.3.1,
79+
mutable-containers >=0.3.4,
80+
optics-core >=0.4.1,
81+
ordered-containers >=0.2.4,
82+
parser-combinators >=1.3,
83+
prettyprinter >=1.7.1,
8484
random >=1.2,
85-
regex-tdfa ^>=1.3.2,
86-
scientific ^>=0.3.8,
87-
text >=2.0.2 && <2.2,
88-
tree-diff ^>=0.3.4,
85+
regex-tdfa >=1.3.2,
86+
scientific >=0.3.7,
87+
text >=2.0.2,
88+
tree-diff >=0.3,
8989

9090
hs-source-dirs: src
9191
default-language: GHC2021
@@ -126,7 +126,7 @@ executable cuddle
126126
cuddle,
127127
megaparsec,
128128
mtl,
129-
optparse-applicative ^>=0.19,
129+
optparse-applicative >=0.18,
130130
prettyprinter,
131131
random,
132132
text,
@@ -145,16 +145,16 @@ test-suite cuddle-test
145145
hs-source-dirs: test
146146
main-is: Main.hs
147147
build-depends:
148-
HUnit ^>=1.6.2,
149-
QuickCheck ^>=2.15,
148+
HUnit >=1.6.2,
149+
QuickCheck >=2.14,
150150
base,
151151
bytestring,
152152
cuddle,
153153
data-default-class,
154-
hspec ^>=2.11,
155-
hspec-megaparsec ^>=2.2,
154+
hspec >=2.11,
155+
hspec-megaparsec >=2.2,
156156
megaparsec,
157157
prettyprinter,
158-
string-qq ^>=0.0.6,
158+
string-qq >=0.0.6,
159159
text,
160160
tree-diff,

stack.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
snapshot: lts-22.44
2+
packages:
3+
- .
4+
extra-deps:
5+
- capability-0.5.0.1@sha256:3b3fa095891573bbdff854bf8351c3fcfa986d502c8071a2e4a2686ff3819302,3287
6+
- data-default-class-0.2.0.0@sha256:788dc5c0be3981ca83ad11206e300a77ae8a1c8b9bc4f9630f563d37f540ccbd,728
7+
- data-default-0.8.0.1@sha256:536ff91641a39b8ad302eebceff767d86ec6b543b44b1db9104650a2b1bc63bd,1110

0 commit comments

Comments
 (0)