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

Commit 7fa2ed8

Browse files
Update to stack 2021-08-01
1 parent eda2459 commit 7fa2ed8

File tree

10 files changed

+23
-23
lines changed

10 files changed

+23
-23
lines changed

composite-aeson-path/composite-aeson-path.cabal

Lines changed: 2 additions & 2 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: 1d79da1d24d68ea288af1013a75fec7f9f5348da279f1d56596f9f900d27c003
7+
-- hash: 1c9849186a591ae657e7aa5210106f8b3fded6e74718a6eecf64afaa1ab374f3
88

99
name: composite-aeson-path
1010
version: 0.7.5.0
@@ -50,5 +50,5 @@ library
5050
build-depends:
5151
base >=4.7 && <5
5252
, composite-aeson ==0.7.*
53-
, path >=0.6 && <0.9
53+
, path >=0.6 && <0.10
5454
default-language: Haskell2010

composite-aeson-path/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ category: Records
1111

1212
dependencies:
1313
- base >= 4.7 && < 5
14-
- path >= 0.6 && < 0.9
14+
- path >= 0.6 && < 0.10
1515
- composite-aeson >= 0.7 && < 0.8
1616

1717
default-extensions:

composite-aeson/composite-aeson.cabal

Lines changed: 5 additions & 5 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: 9799d7d973d1391e13276302ab02649777bd38c083579b00223e57580505bc62
7+
-- hash: 346256d2d85a777de3f1c05f86e786a87a15bd8d2e1800d6b228e11ca106dac5
88

99
name: composite-aeson
1010
version: 0.7.5.0
@@ -66,15 +66,15 @@ library
6666
, composite-base ==0.7.*
6767
, containers >=0.5.7.0 && <0.7
6868
, contravariant >=1.4 && <1.6
69-
, generic-deriving >=1.11.2 && <1.14
69+
, generic-deriving >=1.11.2 && <1.15
7070
, hashable >=1.2.6.1 && <1.4
7171
, lens >=4.15.4 && <5.1
7272
, mmorph >=1.0.9 && <1.2
7373
, mtl >=2.2.1 && <2.3
7474
, profunctors >=5.2.1 && <5.7
7575
, scientific >=0.3.5.1 && <0.4
7676
, tagged >=0.8.5 && <0.9
77-
, template-haskell >=2.11.1.0 && <2.17
77+
, template-haskell >=2.11.1.0 && <2.18
7878
, text >=1.2.2.2 && <1.3
7979
, time >=1.6.0.1 && <1.10
8080
, unordered-containers >=0.2.8.0 && <0.3
@@ -128,7 +128,7 @@ test-suite composite-aeson-test
128128
, composite-base ==0.7.*
129129
, containers >=0.5.7.0 && <0.7
130130
, contravariant >=1.4 && <1.6
131-
, generic-deriving >=1.11.2 && <1.14
131+
, generic-deriving >=1.11.2 && <1.15
132132
, hashable >=1.2.6.1 && <1.4
133133
, hspec
134134
, lens >=4.15.4 && <5.1
@@ -137,7 +137,7 @@ test-suite composite-aeson-test
137137
, profunctors >=5.2.1 && <5.7
138138
, scientific >=0.3.5.1 && <0.4
139139
, tagged >=0.8.5 && <0.9
140-
, template-haskell >=2.11.1.0 && <2.17
140+
, template-haskell >=2.11.1.0 && <2.18
141141
, text >=1.2.2.2 && <1.3
142142
, time >=1.6.0.1 && <1.10
143143
, unordered-containers >=0.2.8.0 && <0.3

composite-aeson/package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ dependencies:
1616
- composite-base >= 0.7 && < 0.8
1717
- containers >= 0.5.7.0 && < 0.7
1818
- contravariant >= 1.4 && < 1.6
19-
- generic-deriving >= 1.11.2 && < 1.14
19+
- generic-deriving >= 1.11.2 && < 1.15
2020
- hashable >= 1.2.6.1 && < 1.4
2121
- lens >= 4.15.4 && < 5.1
2222
- mmorph >= 1.0.9 && < 1.2
2323
- mtl >= 2.2.1 && < 2.3
2424
- profunctors >= 5.2.1 && < 5.7
2525
- scientific >= 0.3.5.1 && < 0.4
2626
- tagged >= 0.8.5 && < 0.9
27-
- template-haskell >= 2.11.1.0 && < 2.17
27+
- template-haskell >= 2.11.1.0 && < 2.18
2828
- text >= 1.2.2.2 && < 1.3
2929
- time >= 1.6.0.1 && < 1.10
3030
- unordered-containers >= 0.2.8.0 && < 0.3

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: 087ee6a017cf6af1d77c59143c822862ed97d230372de8bec6087271fcdcf7f7
7+
-- hash: 769095b420f3845635e539a06c4b490246a335c52d089df84e9d1a4d123830dc
88

99
name: composite-opaleye
1010
version: 0.7.5.0
@@ -55,7 +55,7 @@ library
5555
, postgresql-simple >=0.5.3.0 && <0.7
5656
, product-profunctors >=0.8.0.3 && <0.12
5757
, profunctors >=5.2.1 && <5.7
58-
, template-haskell >=2.11.1.0 && <2.17
58+
, template-haskell >=2.11.1.0 && <2.18
5959
, text >=1.2.2.2 && <1.3
6060
, vinyl >=0.5.3 && <0.14
6161
default-language: Haskell2010
@@ -96,7 +96,7 @@ test-suite composite-opaleye-test
9696
, postgresql-simple >=0.5.3.0 && <0.7
9797
, product-profunctors >=0.8.0.3 && <0.12
9898
, profunctors >=5.2.1 && <5.7
99-
, template-haskell >=2.11.1.0 && <2.17
99+
, template-haskell >=2.11.1.0 && <2.18
100100
, text >=1.2.2.2 && <1.3
101101
, vinyl >=0.5.3 && <0.14
102102
default-language: Haskell2010

composite-opaleye/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
- postgresql-simple >= 0.5.3.0 && < 0.7
1919
- product-profunctors >= 0.8.0.3 && < 0.12
2020
- profunctors >= 5.2.1 && < 5.7
21-
- template-haskell >= 2.11.1.0 && < 2.17
21+
- template-haskell >= 2.11.1.0 && < 2.18
2222
- text >= 1.2.2.2 && < 1.3
2323
- vinyl >= 0.5.3 && < 0.14
2424

composite-swagger/composite-swagger.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: 3521951d340bbbe72b7b6a44adce8b897bd4403c9a77da019f6d3e253559b234
7+
-- hash: 6206b358bb864d17d037e1ae339a0ac6a76595d0e19295168b429a1860970981
88

99
name: composite-swagger
1010
version: 0.7.5.0
@@ -51,7 +51,7 @@ library
5151
, insert-ordered-containers >=0.2.1.0 && <0.3
5252
, lens >=4.15.4 && <5.1
5353
, swagger2 >=2.1.6 && <2.7
54-
, template-haskell >=2.11.1.0 && <2.17
54+
, template-haskell >=2.11.1.0 && <2.18
5555
, text >=1.2.2.2 && <1.3
5656
, vinyl >=0.5.3 && <0.14
5757
default-language: Haskell2010
@@ -91,7 +91,7 @@ test-suite composite-swagger-test
9191
, insert-ordered-containers >=0.2.1.0 && <0.3
9292
, lens >=4.15.4 && <5.1
9393
, swagger2 >=2.1.6 && <2.7
94-
, template-haskell >=2.11.1.0 && <2.17
94+
, template-haskell >=2.11.1.0 && <2.18
9595
, text >=1.2.2.2 && <1.3
9696
, vinyl >=0.5.3 && <0.14
9797
default-language: Haskell2010

composite-swagger/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- insert-ordered-containers >= 0.2.1.0 && < 0.3
1616
- lens >= 4.15.4 && < 5.1
1717
- swagger2 >= 2.1.6 && < 2.7
18-
- template-haskell >= 2.11.1.0 && < 2.17
18+
- template-haskell >= 2.11.1.0 && < 2.18
1919
- text >= 1.2.2.2 && < 1.3
2020
- vinyl >= 0.5.3 && < 0.14
2121

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2021-07-14
1+
resolver: nightly-2021-08-01
22
packages:
33
- composite-aeson
44
- composite-aeson-path

stack.yaml.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ packages:
8484
commit: 64bc206294b8659892c00c5bc955810b4aa598b4
8585
snapshots:
8686
- completed:
87-
size: 555978
88-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2021/7/14.yaml
89-
sha256: 2005455f5d812ceb95560b708f006157533714bef631af52a3dd678d7dde32aa
90-
original: nightly-2021-07-14
87+
size: 571148
88+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2021/8/1.yaml
89+
sha256: 7e7e0ce75c2e965b1f1a9e40db2ee4ee4e8d9ce97b9245a12f76e343dfd8b708
90+
original: nightly-2021-08-01

0 commit comments

Comments
 (0)