-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Administrative tweaks for the next release.
- Loading branch information
Showing
10 changed files
with
34 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,8 +27,8 @@ jobs: | |
# https://www.haskell.org/ghc/ | ||
# https://hackage.haskell.org/package/cabal-install | ||
os: [ubuntu-latest, macOS-latest, windows-latest] | ||
cabal: ["3.6"] | ||
ghc: ["8.10"] | ||
cabal: ["3.8"] | ||
ghc: ["9.2"] | ||
steps: | ||
- name: Checkout Code | ||
uses: actions/[email protected] | ||
|
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,12 +11,8 @@ jobs: | |
os: [ubuntu-latest, macOS-latest, windows-latest] | ||
# https://www.haskell.org/ghc/ | ||
# https://hackage.haskell.org/package/cabal-install | ||
cabal: ["3.6"] | ||
ghc: ["8.10", "9.0", "9.2"] | ||
exclude: | ||
# https://gitlab.haskell.org/ghc/ghc/-/issues/17926 | ||
- os: windows-latest | ||
ghc: "8.8" | ||
cabal: ["3.8"] | ||
ghc: ["8.10", "9.0", "9.2", "9.4"] | ||
steps: | ||
- name: Clone Repository | ||
uses: actions/[email protected] | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Copyright (c) 2020-2022 Peter J. Jones <[email protected]> | ||
Copyright (c) 2020-2023 Peter J. Jones <[email protected]> | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
cabal-version: 2.2 | ||
name: openid-connect | ||
version: 0.1.2 | ||
version: 0.2.0 | ||
license: BSD-2-Clause | ||
license-file: LICENSE | ||
author: Peter Jones <[email protected]> | ||
maintainer: Peter Jones <[email protected]> | ||
copyright: Copyright (c) 2020-2022 Peter Jones | ||
copyright: Copyright (c) 2020-2023 Peter Jones | ||
homepage: https://github.com/pjones/openid-connect | ||
bug-reports: https://github.com/pjones/openid-connect/issues | ||
category: Network | ||
tested-with: GHC ==8.10.7 || ==9.0.2 | ||
tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.5 || ==9.4.4 | ||
synopsis: | ||
An OpenID Connect library that does all the heavy lifting for you | ||
|
||
|
@@ -79,7 +79,7 @@ common extensions | |
-------------------------------------------------------------------------------- | ||
common dependencies | ||
build-depends: | ||
, aeson >=1.3 && <2.1 | ||
, aeson >=1.3 && <2.2 | ||
, base >=4.9 && <5.0 | ||
, bytestring >=0.10 && <0.12 | ||
, case-insensitive ^>=1.2 | ||
|
@@ -88,8 +88,8 @@ common dependencies | |
, cryptonite >=0.25 && <1.0 | ||
, http-client >=0.6 && <0.8 | ||
, http-types ^>=0.12 | ||
, jose >=0.8 && <0.10 | ||
, lens >=4.0 && <5.2 | ||
, jose >=0.8 && <0.11 | ||
, lens >=4.0 && <5.3 | ||
, memory >=0.14 && <1.0 | ||
, mtl >=2.2 && <2.4 | ||
, network-uri >=2.6 && <2.8 | ||
|
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
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