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

Commit

Permalink
Update to stack 2021-08-01
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Aug 3, 2021
1 parent eda2459 commit 7fa2ed8
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions composite-aeson-path/composite-aeson-path.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: 1d79da1d24d68ea288af1013a75fec7f9f5348da279f1d56596f9f900d27c003
-- hash: 1c9849186a591ae657e7aa5210106f8b3fded6e74718a6eecf64afaa1ab374f3

name: composite-aeson-path
version: 0.7.5.0
Expand Down Expand Up @@ -50,5 +50,5 @@ library
build-depends:
base >=4.7 && <5
, composite-aeson ==0.7.*
, path >=0.6 && <0.9
, path >=0.6 && <0.10
default-language: Haskell2010
2 changes: 1 addition & 1 deletion composite-aeson-path/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ category: Records

dependencies:
- base >= 4.7 && < 5
- path >= 0.6 && < 0.9
- path >= 0.6 && < 0.10
- composite-aeson >= 0.7 && < 0.8

default-extensions:
Expand Down
10 changes: 5 additions & 5 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: 9799d7d973d1391e13276302ab02649777bd38c083579b00223e57580505bc62
-- hash: 346256d2d85a777de3f1c05f86e786a87a15bd8d2e1800d6b228e11ca106dac5

name: composite-aeson
version: 0.7.5.0
Expand Down Expand Up @@ -66,15 +66,15 @@ library
, composite-base ==0.7.*
, containers >=0.5.7.0 && <0.7
, contravariant >=1.4 && <1.6
, generic-deriving >=1.11.2 && <1.14
, generic-deriving >=1.11.2 && <1.15
, hashable >=1.2.6.1 && <1.4
, lens >=4.15.4 && <5.1
, mmorph >=1.0.9 && <1.2
, mtl >=2.2.1 && <2.3
, profunctors >=5.2.1 && <5.7
, scientific >=0.3.5.1 && <0.4
, tagged >=0.8.5 && <0.9
, template-haskell >=2.11.1.0 && <2.17
, template-haskell >=2.11.1.0 && <2.18
, text >=1.2.2.2 && <1.3
, time >=1.6.0.1 && <1.10
, unordered-containers >=0.2.8.0 && <0.3
Expand Down Expand Up @@ -128,7 +128,7 @@ test-suite composite-aeson-test
, composite-base ==0.7.*
, containers >=0.5.7.0 && <0.7
, contravariant >=1.4 && <1.6
, generic-deriving >=1.11.2 && <1.14
, generic-deriving >=1.11.2 && <1.15
, hashable >=1.2.6.1 && <1.4
, hspec
, lens >=4.15.4 && <5.1
Expand All @@ -137,7 +137,7 @@ test-suite composite-aeson-test
, profunctors >=5.2.1 && <5.7
, scientific >=0.3.5.1 && <0.4
, tagged >=0.8.5 && <0.9
, template-haskell >=2.11.1.0 && <2.17
, template-haskell >=2.11.1.0 && <2.18
, text >=1.2.2.2 && <1.3
, time >=1.6.0.1 && <1.10
, unordered-containers >=0.2.8.0 && <0.3
Expand Down
4 changes: 2 additions & 2 deletions composite-aeson/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ dependencies:
- composite-base >= 0.7 && < 0.8
- containers >= 0.5.7.0 && < 0.7
- contravariant >= 1.4 && < 1.6
- generic-deriving >= 1.11.2 && < 1.14
- generic-deriving >= 1.11.2 && < 1.15
- hashable >= 1.2.6.1 && < 1.4
- lens >= 4.15.4 && < 5.1
- mmorph >= 1.0.9 && < 1.2
- mtl >= 2.2.1 && < 2.3
- profunctors >= 5.2.1 && < 5.7
- scientific >= 0.3.5.1 && < 0.4
- tagged >= 0.8.5 && < 0.9
- template-haskell >= 2.11.1.0 && < 2.17
- template-haskell >= 2.11.1.0 && < 2.18
- text >= 1.2.2.2 && < 1.3
- time >= 1.6.0.1 && < 1.10
- unordered-containers >= 0.2.8.0 && < 0.3
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: 087ee6a017cf6af1d77c59143c822862ed97d230372de8bec6087271fcdcf7f7
-- hash: 769095b420f3845635e539a06c4b490246a335c52d089df84e9d1a4d123830dc

name: composite-opaleye
version: 0.7.5.0
Expand Down Expand Up @@ -55,7 +55,7 @@ library
, postgresql-simple >=0.5.3.0 && <0.7
, product-profunctors >=0.8.0.3 && <0.12
, profunctors >=5.2.1 && <5.7
, template-haskell >=2.11.1.0 && <2.17
, template-haskell >=2.11.1.0 && <2.18
, text >=1.2.2.2 && <1.3
, vinyl >=0.5.3 && <0.14
default-language: Haskell2010
Expand Down Expand Up @@ -96,7 +96,7 @@ test-suite composite-opaleye-test
, postgresql-simple >=0.5.3.0 && <0.7
, product-profunctors >=0.8.0.3 && <0.12
, profunctors >=5.2.1 && <5.7
, template-haskell >=2.11.1.0 && <2.17
, template-haskell >=2.11.1.0 && <2.18
, text >=1.2.2.2 && <1.3
, vinyl >=0.5.3 && <0.14
default-language: Haskell2010
2 changes: 1 addition & 1 deletion composite-opaleye/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- postgresql-simple >= 0.5.3.0 && < 0.7
- product-profunctors >= 0.8.0.3 && < 0.12
- profunctors >= 5.2.1 && < 5.7
- template-haskell >= 2.11.1.0 && < 2.17
- template-haskell >= 2.11.1.0 && < 2.18
- text >= 1.2.2.2 && < 1.3
- vinyl >= 0.5.3 && < 0.14

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: 3521951d340bbbe72b7b6a44adce8b897bd4403c9a77da019f6d3e253559b234
-- hash: 6206b358bb864d17d037e1ae339a0ac6a76595d0e19295168b429a1860970981

name: composite-swagger
version: 0.7.5.0
Expand Down Expand Up @@ -51,7 +51,7 @@ library
, insert-ordered-containers >=0.2.1.0 && <0.3
, lens >=4.15.4 && <5.1
, swagger2 >=2.1.6 && <2.7
, template-haskell >=2.11.1.0 && <2.17
, template-haskell >=2.11.1.0 && <2.18
, text >=1.2.2.2 && <1.3
, vinyl >=0.5.3 && <0.14
default-language: Haskell2010
Expand Down Expand Up @@ -91,7 +91,7 @@ test-suite composite-swagger-test
, insert-ordered-containers >=0.2.1.0 && <0.3
, lens >=4.15.4 && <5.1
, swagger2 >=2.1.6 && <2.7
, template-haskell >=2.11.1.0 && <2.17
, template-haskell >=2.11.1.0 && <2.18
, text >=1.2.2.2 && <1.3
, vinyl >=0.5.3 && <0.14
default-language: Haskell2010
2 changes: 1 addition & 1 deletion composite-swagger/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- insert-ordered-containers >= 0.2.1.0 && < 0.3
- lens >= 4.15.4 && < 5.1
- swagger2 >= 2.1.6 && < 2.7
- template-haskell >= 2.11.1.0 && < 2.17
- template-haskell >= 2.11.1.0 && < 2.18
- text >= 1.2.2.2 && < 1.3
- vinyl >= 0.5.3 && < 0.14

Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2021-07-14
resolver: nightly-2021-08-01
packages:
- composite-aeson
- composite-aeson-path
Expand Down
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ packages:
commit: 64bc206294b8659892c00c5bc955810b4aa598b4
snapshots:
- completed:
size: 555978
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2021/7/14.yaml
sha256: 2005455f5d812ceb95560b708f006157533714bef631af52a3dd678d7dde32aa
original: nightly-2021-07-14
size: 571148
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2021/8/1.yaml
sha256: 7e7e0ce75c2e965b1f1a9e40db2ee4ee4e8d9ce97b9245a12f76e343dfd8b708
original: nightly-2021-08-01

0 comments on commit 7fa2ed8

Please sign in to comment.