Skip to content

Commit

Permalink
Raise lens upper bound to 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Apr 10, 2021
1 parent 92df282 commit e6b77c8
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 22 deletions.
6 changes: 3 additions & 3 deletions composite-aeson/composite-aeson.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: 468ead414eae5a622cfba5650c0a7967bb1e106ffcafca1a49c1268fa163d430
-- hash: 0d5b77c047c5a8706c19d7c58b2b5a1408b40d1ab749153ec47f1daa9079b5c6

name: composite-aeson
version: 0.7.4.0
Expand Down Expand Up @@ -68,7 +68,7 @@ library
, contravariant >=1.4 && <1.6
, generic-deriving >=1.11.2 && <1.14
, hashable >=1.2.6.1 && <1.4
, lens >=4.15.4 && <4.20
, lens >=4.15.4 && <5.1
, mmorph >=1.0.9 && <1.2
, mtl >=2.2.1 && <2.3
, profunctors >=5.2.1 && <5.6
Expand Down Expand Up @@ -131,7 +131,7 @@ test-suite composite-aeson-test
, generic-deriving >=1.11.2 && <1.14
, hashable >=1.2.6.1 && <1.4
, hspec
, lens >=4.15.4 && <4.20
, lens >=4.15.4 && <5.1
, mmorph >=1.0.9 && <1.2
, mtl >=2.2.1 && <2.3
, profunctors >=5.2.1 && <5.6
Expand Down
2 changes: 1 addition & 1 deletion composite-aeson/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- contravariant >= 1.4 && < 1.6
- generic-deriving >= 1.11.2 && < 1.14
- hashable >= 1.2.6.1 && < 1.4
- lens >= 4.15.4 && < 4.20
- lens >= 4.15.4 && < 5.1
- mmorph >= 1.0.9 && < 1.2
- mtl >= 2.2.1 && < 2.3
- profunctors >= 5.2.1 && < 5.6
Expand Down
6 changes: 3 additions & 3 deletions composite-base/composite-base.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: 626f7f14a1f4b99037ea84169660f52338e5df473c7fb6013af0da8928a9f698
-- hash: f3ff49e01c069c4ec4fd5d4821611cb979b71990b0f22d791a50b3d870635d26

name: composite-base
version: 0.7.4.0
Expand Down Expand Up @@ -58,7 +58,7 @@ library
base >=4.7 && <5
, deepseq ==1.4.*
, exceptions >=0.8.3 && <0.11
, lens >=4.15.4 && <4.20
, lens >=4.15.4 && <5.1
, monad-control >=1.0.2.2 && <1.1
, mtl >=2.2.1 && <2.3
, profunctors >=5.2.1 && <5.6
Expand Down Expand Up @@ -111,7 +111,7 @@ test-suite composite-base-test
, deepseq ==1.4.*
, exceptions >=0.8.3 && <0.11
, hspec
, lens >=4.15.4 && <4.20
, lens >=4.15.4 && <5.1
, monad-control >=1.0.2.2 && <1.1
, mtl >=2.2.1 && <2.3
, profunctors >=5.2.1 && <5.6
Expand Down
2 changes: 1 addition & 1 deletion composite-base/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- base >= 4.7 && < 5
- deepseq >= 1.4 && < 1.5
- exceptions >= 0.8.3 && < 0.11
- lens >= 4.15.4 && < 4.20
- lens >= 4.15.4 && < 5.1
- monad-control >= 1.0.2.2 && < 1.1
- mtl >= 2.2.1 && < 2.3
- profunctors >= 5.2.1 && < 5.6
Expand Down
4 changes: 2 additions & 2 deletions composite-ekg/composite-ekg.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: 218ecbc440ff76a449a8239799d729d8a7485c4ddce2b97a520aa526a4a0f0de
-- hash: a9c444414b9317cf44897bb130c7ba34674e9f121bc4df62ded506ef10b2d2f4

name: composite-ekg
version: 0.7.4.0
Expand Down Expand Up @@ -46,7 +46,7 @@ library
base >=4.7 && <5
, composite-base ==0.7.*
, ekg-core >=0.1.1.3 && <0.5
, lens >=4.15.4 && <4.20
, lens >=4.15.4 && <5.1
, text >=1.2.2.2 && <1.3
, vinyl >=0.5.3 && <0.14
default-language: Haskell2010
2 changes: 1 addition & 1 deletion composite-ekg/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- base >= 4.7 && < 5
- composite-base >= 0.7 && < 0.8
- ekg-core >= 0.1.1.3 && < 0.5
- lens >= 4.15.4 && < 4.20
- lens >= 4.15.4 && < 5.1
- text >= 1.2.2.2 && < 1.3
- vinyl >= 0.5.3 && < 0.14

Expand Down
6 changes: 3 additions & 3 deletions composite-opaleye/composite-opaleye.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: 51e6eb1697991fa8426efd0854c0e6a087998c220a8c4215d538f0fd92d0f94b
-- hash: caf479cce2115af677fa84d77c11c16f775adf5d38dcd2d48510a25544a2f79c

name: composite-opaleye
version: 0.7.4.0
Expand Down Expand Up @@ -50,7 +50,7 @@ library
base >=4.7 && <5
, bytestring >=0.10.8.1 && <0.11
, composite-base ==0.7.*
, lens >=4.15.4 && <4.20
, lens >=4.15.4 && <5.1
, opaleye >=0.5.4.0 && <0.8
, postgresql-simple >=0.5.3.0 && <0.7
, product-profunctors >=0.8.0.3 && <0.12
Expand Down Expand Up @@ -91,7 +91,7 @@ test-suite composite-opaleye-test
, composite-base ==0.7.*
, composite-opaleye
, hspec
, lens >=4.15.4 && <4.20
, lens >=4.15.4 && <5.1
, opaleye >=0.5.4.0 && <0.8
, postgresql-simple >=0.5.3.0 && <0.7
, product-profunctors >=0.8.0.3 && <0.12
Expand Down
2 changes: 1 addition & 1 deletion composite-opaleye/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- base >= 4.7 && < 5
- bytestring >= 0.10.8.1 && < 0.11
- composite-base >= 0.7 && < 0.8
- lens >= 4.15.4 && < 4.20
- lens >= 4.15.4 && < 5.1
- opaleye >= 0.5.4.0 && < 0.8
- postgresql-simple >= 0.5.3.0 && < 0.7
- product-profunctors >= 0.8.0.3 && < 0.12
Expand Down
6 changes: 3 additions & 3 deletions composite-swagger/composite-swagger.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: 8dd336f8cd005b08f819ec84f72ed140fcd9fb31dd37a928e6b7616c0abb4af5
-- hash: 8b7bc3850f5df9922dd200ca0f8579811c44882e01a2297bca91f513c369f6ff

name: composite-swagger
version: 0.7.4.0
Expand Down Expand Up @@ -49,7 +49,7 @@ library
base >=4.7 && <5
, composite-base ==0.7.*
, insert-ordered-containers >=0.2.1.0 && <0.3
, lens >=4.15.4 && <4.20
, lens >=4.15.4 && <5.1
, swagger2 >=2.1.6 && <2.7
, template-haskell >=2.11.1.0 && <2.17
, text >=1.2.2.2 && <1.3
Expand Down Expand Up @@ -89,7 +89,7 @@ test-suite composite-swagger-test
, composite-swagger
, hspec
, insert-ordered-containers >=0.2.1.0 && <0.3
, lens >=4.15.4 && <4.20
, lens >=4.15.4 && <5.1
, swagger2 >=2.1.6 && <2.7
, template-haskell >=2.11.1.0 && <2.17
, text >=1.2.2.2 && <1.3
Expand Down
2 changes: 1 addition & 1 deletion composite-swagger/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- base >= 4.7 && < 5
- composite-base >= 0.7 && < 0.8
- insert-ordered-containers >= 0.2.1.0 && < 0.3
- lens >= 4.15.4 && < 4.20
- lens >= 4.15.4 && < 5.1
- swagger2 >= 2.1.6 && < 2.7
- template-haskell >= 2.11.1.0 && < 2.17
- text >= 1.2.2.2 && < 1.3
Expand Down
4 changes: 2 additions & 2 deletions example/myawesomeserver.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ library
, fast-logger >=2.4.10 && <3.1
, http-api-data >=0.3.7.1 && <0.5
, insert-ordered-containers >=0.2.1.0 && <0.3
, lens >=4.15.4 && <4.20
, lens >=4.15.4 && <5.1
, monad-control >=1.0.2.2 && <1.1
, monad-logger >=0.3.25.1 && <0.4
, mtl >=2.2.1 && <2.3
Expand Down Expand Up @@ -136,7 +136,7 @@ executable myawesomeserver-exe
, fast-logger >=2.4.10 && <3.1
, http-api-data >=0.3.7.1 && <0.5
, insert-ordered-containers >=0.2.1.0 && <0.3
, lens >=4.15.4 && <4.20
, lens >=4.15.4 && <5.1
, monad-control >=1.0.2.2 && <1.1
, monad-logger >=0.3.25.1 && <0.4
, mtl >=2.2.1 && <2.3
Expand Down
2 changes: 1 addition & 1 deletion example/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies:
- fast-logger >= 2.4.10 && < 3.1
- http-api-data >= 0.3.7.1 && < 0.5
- insert-ordered-containers >= 0.2.1.0 && < 0.3
- lens >= 4.15.4 && < 4.20
- lens >= 4.15.4 && < 5.1
- monad-control >= 1.0.2.2 && < 1.1
- monad-logger >= 0.3.25.1 && < 0.4
- mtl >= 2.2.1 && < 2.3
Expand Down
1 change: 1 addition & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ packages:
- example
flags: {}
extra-deps:
- lens-5.0.1
- opaleye-0.6.7006.1
allow-newer: true
nix:
Expand Down
7 changes: 7 additions & 0 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
# https://docs.haskellstack.org/en/stable/lock_files

packages:
- completed:
hackage: lens-5.0.1@sha256:d44156c542b1630337a07cac5824f1846badeb59043adbe8c4e9ed1da89cc13d,15026
pantry-tree:
size: 8291
sha256: 017fcde6fd1f792bc7509375c8aacbbd09b62f16b215e1ae3a261aa642b564b0
original:
hackage: lens-5.0.1
- completed:
hackage: opaleye-0.6.7006.1@sha256:06c8d8808aedabb065ce26387285b5f2d3320b801f818899cced186dc645dc34,5725
pantry-tree:
Expand Down

0 comments on commit e6b77c8

Please sign in to comment.