-
-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove GHC <= 8.10.7 from the support window
GHC <= 8.10.7 is removed from the support window. The lowest version supported in CI becomes GHC 9.2.1, released on the 29/10/2021. This grants us the ability to use `-XGHC2021` as default language, as well as `-XOverloadedRecordDot`.
- Loading branch information
Showing
42 changed files
with
56 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
synopsis: Remove GHC <= 8.10.7 from the support window | ||
prs: #1778 | ||
|
||
description { | ||
GHC <= 8.10.7 is removed from the support window. The lowest version supported in CI becomes GHC 9.2.1, released on the 26/05/2023 | ||
|
||
This grants us the ability to use -XGHC2021 as default language, as well as -XOverloadedRecordDot. | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ license-file: ../../../servant/LICENSE | |
author: Servant Contributors | ||
maintainer: [email protected] | ||
build-type: Simple | ||
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7 | ||
|
||
executable cookbook-basic-auth | ||
main-is: BasicAuth.lhs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ license-file: ../../../servant/LICENSE | |
author: Servant Contributors | ||
maintainer: [email protected] | ||
build-type: Simple | ||
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7 | ||
|
||
executable cookbook-basic-streaming | ||
main-is: Streaming.lhs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ license-file: ../../../servant/LICENSE | |
author: Servant Contributors | ||
maintainer: [email protected] | ||
build-type: Simple | ||
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7 | ||
|
||
executable cookbock-curl-mock | ||
if impl(ghc >= 9.2) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ license-file: ../../../servant/LICENSE | |
author: Servant Contributors | ||
maintainer: [email protected] | ||
build-type: Simple | ||
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7 | ||
|
||
executable cookbook-custom-errors | ||
main-is: CustomErrors.lhs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ license-file: ../../../servant/LICENSE | |
author: Servant Contributors | ||
maintainer: [email protected] | ||
build-type: Simple | ||
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7 | ||
|
||
executable cookbook-db-postgres-pool | ||
main-is: PostgresPool.lhs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ license-file: ../../../servant/LICENSE | |
author: Servant Contributors | ||
maintainer: [email protected] | ||
build-type: Simple | ||
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7 | ||
|
||
executable cookbook-db-sqlite-simple | ||
main-is: DBConnection.lhs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ license-file: ../../../servant/LICENSE | |
author: Servant Contributors | ||
maintainer: [email protected] | ||
build-type: Simple | ||
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7 | ||
|
||
executable cookbook-file-upload | ||
main-is: FileUpload.lhs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ license-file: ../../../servant/LICENSE | |
author: Servant Contributors | ||
maintainer: [email protected] | ||
build-type: Simple | ||
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7 | ||
|
||
executable cookbook-using-custom-monad | ||
main-is: Generic.lhs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ author: Servant Contributors | |
maintainer: [email protected] | ||
category: Servant | ||
build-type: Simple | ||
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7 | ||
|
||
executable cookbook-hoist-server-with-context | ||
main-is: HoistServerWithContext.lhs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ license-file: ../../../servant/LICENSE | |
author: Servant Contributors | ||
maintainer: [email protected] | ||
build-type: Simple | ||
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7 | ||
|
||
executable cookbook-https | ||
main-is: Https.lhs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ author: Servant Contributors | |
maintainer: [email protected] | ||
category: Servant | ||
build-type: Simple | ||
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7 | ||
|
||
executable cookbook-jwt-and-basic-auth | ||
main-is: JWTAndBasicAuth.lhs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ license-file: ../../../servant/LICENSE | |
author: Servant Contributors | ||
maintainer: [email protected] | ||
build-type: Simple | ||
tested-with: GHC==9.4.2 | ||
|
||
executable cookbook-managed-resource | ||
main-is: ManagedResource.lhs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ license-file: ../../../servant/LICENSE | |
author: Servant Contributors | ||
maintainer: [email protected] | ||
build-type: Simple | ||
tested-with: GHC==8.6.5 | ||
|
||
executable cookbook-openidconnect | ||
main-is: OpenIdConnect.lhs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
cabal-version: 3.0 | ||
name: cookbook-openapi3 | ||
version: 2.2 | ||
synopsis: OpenAPI 3.0 schema generation example | ||
homepage: http://docs.servant.dev/ | ||
license: BSD3 | ||
license: BSD-3-Clause | ||
license-file: ../../../servant/LICENSE | ||
author: Servant Contributors | ||
maintainer: [email protected] | ||
build-type: Simple | ||
cabal-version: >=1.10 | ||
|
||
executable cookbook-openapi3 | ||
main-is: OpenAPI.lhs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ license-file: ../../../servant/LICENSE | |
author: Servant Contributors | ||
maintainer: [email protected] | ||
build-type: Simple | ||
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7 | ||
|
||
executable cookbook-pagination | ||
main-is: Pagination.lhs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ license-file: ../../../servant/LICENSE | |
author: Servant Contributors | ||
maintainer: [email protected] | ||
build-type: Simple | ||
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7 | ||
|
||
executable cookbook-sentry | ||
main-is: Sentry.lhs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ license-file: ../../../servant/LICENSE | |
author: Servant Contributors | ||
maintainer: [email protected] | ||
build-type: Simple | ||
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7 | ||
|
||
executable cookbook-structuring-apis | ||
main-is: StructuringApis.lhs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ author: Servant Contributors | |
maintainer: [email protected] | ||
category: Servant | ||
build-type: Simple | ||
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7 | ||
|
||
executable cookbook-testing | ||
main-is: Testing.lhs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ license-file: ../../../servant/LICENSE | |
author: Servant Contributors | ||
maintainer: [email protected] | ||
build-type: Simple | ||
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7 | ||
|
||
executable cookbook-using-custom-monad | ||
main-is: UsingCustomMonad.lhs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ license-file: ../../../servant/LICENSE | |
author: Servant Contributors | ||
maintainer: [email protected] | ||
build-type: Simple | ||
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7 | ||
|
||
executable cookbook-using-free-client | ||
main-is: UsingFreeClient.lhs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ author: Servant Contributors | |
maintainer: [email protected] | ||
category: Servant | ||
build-type: Simple | ||
tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.7 | ||
|
||
executable cookbook-uverb | ||
main-is: UVerb.lhs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,9 +12,6 @@ license-file: LICENSE | |
author: Servant Contributors | ||
maintainer: [email protected] | ||
build-type: Simple | ||
tested-with: | ||
GHC==8.6.5 | ||
GHC==8.8.3, GHC ==8.10.7 | ||
extra-source-files: | ||
static/index.html | ||
static/ui.js | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ maintainer: [email protected] | |
copyright: (c) Julian K. Arni | ||
license: BSD-3-Clause | ||
license-file: LICENSE | ||
tested-with: GHC==8.6.5, GHC==8.8.4, GHC ==8.10.7, GHC ==9.0.2, GHC ==9.2.7, GHC ==9.4.4, GHC ==9.10.1 | ||
tested-with: GHC ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.8.2 || ==9.10.1 | ||
build-type: Simple | ||
extra-source-files: | ||
CHANGELOG.md | ||
|
@@ -31,7 +31,7 @@ library | |
default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators | ||
ghc-options: -Wall | ||
build-depends: | ||
base >= 4.14 && < 4.21 | ||
base >= 4.16.4.0 && < 4.21 | ||
, bytestring >= 0.10.6.0 && < 0.13 | ||
, containers >= 0.5.6.2 && < 0.8 | ||
, servant-auth >= 0.4.2.0 && < 0.5 | ||
|
@@ -54,7 +54,7 @@ test-suite spec | |
|
||
-- dependencies with bounds inherited from the library stanza | ||
build-depends: | ||
base | ||
base >=4.16.4.0 | ||
, servant-client | ||
, servant-auth | ||
, servant | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,14 +16,15 @@ maintainer: [email protected] | |
copyright: (c) Julian K. Arni | ||
license: BSD-3-Clause | ||
license-file: LICENSE | ||
tested-with: GHC==8.6.5, GHC==8.8.4, GHC ==8.10.7, GHC ==9.0.2, GHC ==9.2.7, GHC ==9.4.4, GHC ==9.10.1 | ||
tested-with: GHC ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.8.2 || ==9.10.1 | ||
build-type: Custom | ||
extra-source-files: | ||
CHANGELOG.md | ||
|
||
custom-setup | ||
setup-depends: | ||
base < 4.21, Cabal < 4, cabal-doctest >=1.0.6 && <1.1 | ||
base >= 4.16.4.0 && < 4.21, | ||
Cabal < 4, cabal-doctest >=1.0.6 && <1.1 | ||
|
||
source-repository head | ||
type: git | ||
|
@@ -35,7 +36,7 @@ library | |
default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators | ||
ghc-options: -Wall | ||
build-depends: | ||
base >= 4.14 && < 4.21 | ||
base >= 4.16.4.0 && < 4.21 | ||
, servant-docs >= 0.13.1 && < 0.14 | ||
, servant >= 0.20.2 && < 0.21 | ||
, servant-auth >= 0.4.2.0 && < 0.5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
cabal-version: 2.2 | ||
name: servant-auth-server | ||
version: 0.4.9.0 | ||
version: 0.4.9.0 | ||
synopsis: servant-server/servant-auth compatibility | ||
description: This package provides the required instances for using the @Auth@ combinator | ||
in your 'servant' server. | ||
|
@@ -16,7 +16,7 @@ maintainer: [email protected] | |
copyright: (c) Julian K. Arni | ||
license: BSD-3-Clause | ||
license-file: LICENSE | ||
tested-with: GHC==8.6.5, GHC==8.8.4, GHC ==8.10.7, GHC ==9.0.2, GHC ==9.2.7, GHC ==9.4.4, GHC ==9.10.1 | ||
tested-with: GHC ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.8.2 || ==9.10.1 | ||
build-type: Simple | ||
extra-source-files: | ||
CHANGELOG.md | ||
|
@@ -31,7 +31,7 @@ library | |
default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators | ||
ghc-options: -Wall | ||
build-depends: | ||
base >= 4.14 && < 4.21 | ||
base >= 4.16.4.0 && < 4.21 | ||
, aeson >= 1.0.0.1 && < 3 | ||
, base64-bytestring >= 1.0.0.1 && < 2 | ||
, blaze-builder >= 0.4.1.0 && < 0.5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ maintainer: [email protected] | |
copyright: (c) Julian K. Arni | ||
license: BSD-3-Clause | ||
license-file: LICENSE | ||
tested-with: GHC==8.6.5, GHC==8.8.4, GHC ==8.10.7, GHC ==9.0.2, GHC ==9.2.7, GHC ==9.4.4, GHC ==9.10.1 | ||
tested-with: GHC ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.8.2 || ==9.10.1 | ||
build-type: Simple | ||
extra-source-files: | ||
CHANGELOG.md | ||
|
@@ -31,7 +31,7 @@ library | |
default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators | ||
ghc-options: -Wall | ||
build-depends: | ||
base >= 4.14 && < 4.21 | ||
base >= 4.16.4.0 && < 4.21 | ||
, text >= 1.2.3.0 && < 2.2 | ||
, servant-swagger >= 1.2.1 && < 2 | ||
, swagger2 >= 2.2.2 && < 3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ maintainer: [email protected] | |
copyright: (c) Julian K. Arni | ||
license: BSD-3-Clause | ||
license-file: LICENSE | ||
tested-with: GHC==8.6.5, GHC==8.8.4, GHC ==8.10.7, GHC ==9.0.2, GHC ==9.2.7, GHC ==9.4.4, GHC ==9.10.1 | ||
tested-with: GHC ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.8.2 || ==9.10.1 | ||
build-type: Simple | ||
extra-source-files: | ||
CHANGELOG.md | ||
|
@@ -33,7 +33,7 @@ library | |
default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators | ||
ghc-options: -Wall | ||
build-depends: | ||
base >= 4.14 && < 4.21 | ||
base >= 4.16.4.0 && < 4.21 | ||
, containers >= 0.6 && < 0.8 | ||
, aeson >= 2.0 && < 3 | ||
, jose >= 0.10 && < 0.12 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,6 @@ author: Servant Contributors | |
maintainer: [email protected] | ||
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2018 Servant Contributors | ||
build-type: Simple | ||
tested-with: ghc >=7.8 | ||
extra-source-files: | ||
CHANGELOG.md | ||
README.md | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.