Skip to content

Commit 2354ceb

Browse files
committed
sync cabal files
1 parent 99ef436 commit 2354ceb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.34.7.
3+
-- This file has been generated from package.yaml by hpack version 0.37.0.
44
--
55
-- see: https://github.com/sol/hpack
66

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.34.7.
3+
-- This file has been generated from package.yaml by hpack version 0.37.0.
44
--
55
-- see: https://github.com/sol/hpack
66

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

0 commit comments

Comments
 (0)