Skip to content

Commit cd80edc

Browse files
BebeSparkelSparkelvigress8
authored andcommitted
relaxed classy-prelude version constraints for classy-prelude-{conduit,yesod}
1 parent ae54c22 commit cd80edc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

classy-prelude-conduit/classy-prelude-conduit.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ library
3535
build-depends:
3636
base >=4.13 && <5
3737
, bytestring
38-
, classy-prelude ==1.5.0.*
38+
, classy-prelude >= 1.5 && < 1.6
3939
, conduit ==1.3.*
4040
, monad-control
4141
, resourcet

classy-prelude-conduit/package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ library:
2424
- -fno-warn-orphans
2525
dependencies:
2626
- conduit >=1.3 && <1.4
27-
- classy-prelude >=1.5.0 && <1.5.1
27+
- classy-prelude >= 1.5 && < 1.6
2828
- monad-control
2929
- resourcet
3030
- void

classy-prelude-yesod/classy-prelude-yesod.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ library
3434
build-depends:
3535
aeson
3636
, base >=4.13 && <5
37-
, classy-prelude ==1.5.0.*
38-
, classy-prelude-conduit ==1.5.0.*
37+
, classy-prelude >= 1.5 && < 1.6
38+
, classy-prelude-conduit >= 1.5 && < 1.6
3939
, data-default
4040
, http-conduit
4141
, http-types

classy-prelude-yesod/package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ extra-source-files:
1414

1515
dependencies:
1616
- base >= 4.13 && <5
17-
- classy-prelude >=1.5.0 && <1.5.1
17+
- classy-prelude >= 1.5 && < 1.6
1818
- classy-prelude-conduit >=1.5.0 && <1.5.1
1919
- yesod >=1.2
2020
- yesod-newsfeed

0 commit comments

Comments
 (0)