Skip to content

Commit

Permalink
sync cabal files
Browse files Browse the repository at this point in the history
  • Loading branch information
vigress8 committed Jan 6, 2025
1 parent e775ee6 commit b0ba78d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions classy-prelude-conduit/classy-prelude-conduit.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

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

Expand Down Expand Up @@ -35,7 +35,7 @@ library
build-depends:
base >=4.13 && <5
, bytestring
, classy-prelude >= 1.5 && < 1.6
, classy-prelude ==1.5.*
, conduit ==1.3.*
, monad-control
, resourcet
Expand Down
6 changes: 3 additions & 3 deletions classy-prelude-yesod/classy-prelude-yesod.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

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

Expand Down Expand Up @@ -34,8 +34,8 @@ library
build-depends:
aeson
, base >=4.13 && <5
, classy-prelude >= 1.5 && < 1.6
, classy-prelude-conduit >= 1.5 && < 1.6
, classy-prelude ==1.5.*
, classy-prelude-conduit ==1.5.0.*
, data-default
, http-conduit
, http-types
Expand Down

0 comments on commit b0ba78d

Please sign in to comment.