-
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.
- Loading branch information
Showing
3 changed files
with
8 additions
and
5 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Copyright (c) 2020-2021 Peter J. Jones <[email protected]> | ||
Copyright (c) 2020-2022 Peter J. Jones <[email protected]> | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
|
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.1 | ||
version: 0.1.2 | ||
license: BSD-2-Clause | ||
license-file: LICENSE | ||
author: Peter Jones <[email protected]> | ||
maintainer: Peter Jones <[email protected]> | ||
copyright: Copyright (c) 2020-2021 Peter Jones | ||
copyright: Copyright (c) 2020-2022 Peter Jones | ||
homepage: https://github.com/pjones/openid-connect | ||
bug-reports: https://github.com/pjones/openid-connect/issues | ||
category: Network | ||
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2 | ||
tested-with: GHC ==8.10.7 || ==9.0.2 | ||
synopsis: | ||
An OpenID Connect library that does all the heavy lifting for you | ||
|
||
|
@@ -24,7 +24,6 @@ description: | |
|
||
-------------------------------------------------------------------------------- | ||
extra-source-files: | ||
README.md | ||
CHANGES.md | ||
example/*.sh | ||
|
||
|