Skip to content

Fix version bounds. #2157

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 25, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libs/brig-types/brig-types.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: cc7fa8ec12ced95fc2d21c5f8c7fc9c5f91f6ac43197701f4b0495fdd72f3d70
-- hash: 8325cabb6835adebe7d0c773eb6059ab230d35b8f8b0b22c5d618f3dc91f66fd

name: brig-types
version: 1.35.0
Expand Down Expand Up @@ -97,7 +97,7 @@ library
, deriving-swagger2 >=0.1.0
, imports
, servant-server >=0.18.2
, servant-swagger >=1.1.11
, servant-swagger >=1.1.10
, string-conversions
, swagger2 >=2.5
, text >=0.11
Expand Down
2 changes: 1 addition & 1 deletion libs/brig-types/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ library:
- cassandra-util
- deriving-swagger2 >=0.1.0
- servant-server >=0.18.2
- servant-swagger >=1.1.11
- servant-swagger >=1.1.10
- string-conversions
tests:
brig-types-tests:
Expand Down
4 changes: 2 additions & 2 deletions libs/schema-profunctor/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ library:
source-dirs: src
dependencies:
- base >=4 && < 5
- aeson >= 1.0 && < 1.6
- aeson >= 2.0.1.0 && < 2.1
- bifunctors
- comonad
- imports
- lens
- profunctors
- swagger2 >=2 && < 2.7
- swagger2 >=2 && < 2.9
- text
- transformers
- vector
Expand Down
6 changes: 3 additions & 3 deletions libs/schema-profunctor/schema-profunctor.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 83646796a68e282b2b169035619c5d5ca2c53e12d08311ae712682f24cd90658
-- hash: fa464d91df7452e4c1891d1d922b9998bdff09e33af3b55625efa52adb24aaff

name: schema-profunctor
version: 0.1.0
Expand Down Expand Up @@ -66,15 +66,15 @@ library
ViewPatterns
ghc-options: -O2 -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wpartial-fields -fwarn-tabs -optP-Wno-nonportable-include-path
build-depends:
aeson >=1.0 && <1.6
aeson >=2.0.1.0 && <2.1
, base ==4.*
, bifunctors
, comonad
, containers
, imports
, lens
, profunctors
, swagger2 >=2 && <2.7
, swagger2 >=2 && <2.9
, text
, transformers
, vector
Expand Down
2 changes: 1 addition & 1 deletion tools/stern/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ library:
- -funbox-strict-fields
dependencies:
- base >= 4.5 && < 5
- aeson >= 0.11
- aeson >= 2.0.1.0 && < 2.1
- bilge >= 0.12
- brig-types >= 0.9.6
- bytestring >= 0.10
Expand Down
4 changes: 2 additions & 2 deletions tools/stern/stern.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: a076482d7234d177e10739a223063f35c3e2d5406cb2c60acb27e6103abad654
-- hash: 546e7936cf8835f249ceaf80c981335ff160a2848a48cc55a707845fc3c5d2c5

name: stern
version: 1.7.2
Expand Down Expand Up @@ -77,7 +77,7 @@ library
ViewPatterns
ghc-options: -O2 -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wpartial-fields -fwarn-tabs -optP-Wno-nonportable-include-path -funbox-strict-fields
build-depends:
aeson >=0.11
aeson >=2.0.1.0 && <2.1
, base >=4.5 && <5
, bilge >=0.12
, brig-types >=0.9.6
Expand Down