Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 312040b

Browse files
author
Ross MacLeod
committed
profunctor upper bound to <5.7
1 parent 4cb018e commit 312040b

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

composite-aeson/composite-aeson.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cabal-version: 1.12
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 684ff7558a2f16e5bba77f441093b403df9653bd523915ff4733380484d28c1d
7+
-- hash: 5ed294fd597a5fe41cec4edea20e59e45dc7d5f01b64ad8f078ef75e5e748468
88

99
name: composite-aeson
1010
version: 0.7.5.0
@@ -50,7 +50,7 @@ library
5050
, lens >=4.15.4 && <5.1
5151
, mmorph >=1.0.9 && <1.2
5252
, mtl >=2.2.1 && <2.3
53-
, profunctors >=5.2.1 && <5.6
53+
, profunctors >=5.2.1 && <5.7
5454
, scientific >=0.3.5.1 && <0.4
5555
, tagged >=0.8.5 && <0.9
5656
, template-haskell >=2.11.1.0 && <2.17
@@ -92,7 +92,7 @@ test-suite composite-aeson-test
9292
, lens >=4.15.4 && <5.1
9393
, mmorph >=1.0.9 && <1.2
9494
, mtl >=2.2.1 && <2.3
95-
, profunctors >=5.2.1 && <5.6
95+
, profunctors >=5.2.1 && <5.7
9696
, scientific >=0.3.5.1 && <0.4
9797
, tagged >=0.8.5 && <0.9
9898
, template-haskell >=2.11.1.0 && <2.17

composite-aeson/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121
- lens >= 4.15.4 && < 5.1
2222
- mmorph >= 1.0.9 && < 1.2
2323
- mtl >= 2.2.1 && < 2.3
24-
- profunctors >= 5.2.1 && < 5.6
24+
- profunctors >= 5.2.1 && < 5.7
2525
- scientific >= 0.3.5.1 && < 0.4
2626
- tagged >= 0.8.5 && < 0.9
2727
- template-haskell >= 2.11.1.0 && < 2.17

composite-base/composite-base.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cabal-version: 1.12
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 42cd7a9297580ad2d6a569e06f0a035a2d63a52e1725a2680e8b062db07f8910
7+
-- hash: afc6990732690309917603d2a17b1c010034e560db9f68dcb358fe45bf7f0cb0
88

99
name: composite-base
1010
version: 0.7.5.0
@@ -38,7 +38,7 @@ library
3838
, lens >=4.15.4 && <5.1
3939
, monad-control >=1.0.2.2 && <1.1
4040
, mtl >=2.2.1 && <2.3
41-
, profunctors >=5.2.1 && <5.6
41+
, profunctors >=5.2.1 && <5.7
4242
, template-haskell >=2.11.1.0 && <2.17
4343
, text >=1.2.2.2 && <1.3
4444
, transformers >=0.5.2.0 && <0.6
@@ -68,7 +68,7 @@ test-suite composite-base-test
6868
, lens >=4.15.4 && <5.1
6969
, monad-control >=1.0.2.2 && <1.1
7070
, mtl >=2.2.1 && <2.3
71-
, profunctors >=5.2.1 && <5.6
71+
, profunctors >=5.2.1 && <5.7
7272
, template-haskell >=2.11.1.0 && <2.17
7373
, text >=1.2.2.2 && <1.3
7474
, transformers >=0.5.2.0 && <0.6

composite-base/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- lens >= 4.15.4 && < 5.1
1717
- monad-control >= 1.0.2.2 && < 1.1
1818
- mtl >= 2.2.1 && < 2.3
19-
- profunctors >= 5.2.1 && < 5.6
19+
- profunctors >= 5.2.1 && < 5.7
2020
- template-haskell >= 2.11.1.0 && < 2.17
2121
- text >= 1.2.2.2 && < 1.3
2222
- transformers >= 0.5.2.0 && < 0.6

composite-opaleye/composite-opaleye.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cabal-version: 1.12
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: f36b567442bdd52febf8ef607bf0a41795c161ef0d2ac08d9d9f10eeee4dc39e
7+
-- hash: c5abc76a7091a2517c06a939e760e276896cb09f8e4ac592c42b7048378054d4
88

99
name: composite-opaleye
1010
version: 0.7.5.0
@@ -40,7 +40,7 @@ library
4040
, opaleye >=0.5.4.0 && <0.8
4141
, postgresql-simple >=0.5.3.0 && <0.7
4242
, product-profunctors >=0.8.0.3 && <0.12
43-
, profunctors >=5.2.1 && <5.6
43+
, profunctors >=5.2.1 && <5.7
4444
, template-haskell >=2.11.1.0 && <2.17
4545
, text >=1.2.2.2 && <1.3
4646
, vinyl >=0.5.3 && <0.14
@@ -67,7 +67,7 @@ test-suite composite-opaleye-test
6767
, opaleye >=0.5.4.0 && <0.8
6868
, postgresql-simple >=0.5.3.0 && <0.7
6969
, product-profunctors >=0.8.0.3 && <0.12
70-
, profunctors >=5.2.1 && <5.6
70+
, profunctors >=5.2.1 && <5.7
7171
, template-haskell >=2.11.1.0 && <2.17
7272
, text >=1.2.2.2 && <1.3
7373
, vinyl >=0.5.3 && <0.14

composite-opaleye/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- opaleye >= 0.5.4.0 && < 0.8
1818
- postgresql-simple >= 0.5.3.0 && < 0.7
1919
- product-profunctors >= 0.8.0.3 && < 0.12
20-
- profunctors >= 5.2.1 && < 5.6
20+
- profunctors >= 5.2.1 && < 5.7
2121
- template-haskell >= 2.11.1.0 && < 2.17
2222
- text >= 1.2.2.2 && < 1.3
2323
- vinyl >= 0.5.3 && < 0.14

example/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies:
5757
- opaleye >= 0.5.4.0 && < 0.8
5858
- postgresql-simple >= 0.5.3.0 && < 0.7
5959
- product-profunctors >= 0.8.0.3 && < 0.12
60-
- profunctors >= 5.2.1 && < 5.6
60+
- profunctors >= 5.2.1 && < 5.7
6161
- resource-pool >= 0.2.3.2 && < 0.3
6262
- servant >= 0.11 && < 0.19
6363
- servant-server >= 0.11.0.1 && < 0.19

0 commit comments

Comments
 (0)