servant/doc/cookbook
Matthieu Coudron 73c87bc2bc
bumped cabal-version field (#1498)
* bumped cabal-version field

Cabal supports two types of licenses, native and SPDX, which can be seen here hackage.haskell.org/package/Cabal-3.6.2.0/docs/Distribution-Types-PackageDescription.html#v:licenseRaw

Several packages use BSD-3-Clause as a license, in conjonction with cabal-version: >=1.10 which cabal parses as Right (UnknownLicense "BSD-3").
If I change teh cabal-version to cabal-version: 2.2 , cabal correctly identifdies the license License (ELicense (ELicenseId BSD_3_Clause)).

* changed license from cabal to spdx format

aka BSD3 -> BSD-3-Clause: next cabal may deprecate the old format
2022-01-04 22:06:23 +01:00
..
basic-auth bumped cabal-version field (#1498) 2022-01-04 22:06:23 +01:00
basic-streaming bumped cabal-version field (#1498) 2022-01-04 22:06:23 +01:00
curl-mock bumped cabal-version field (#1498) 2022-01-04 22:06:23 +01:00
custom-errors bumped cabal-version field (#1498) 2022-01-04 22:06:23 +01:00
db-mysql-basics bumped cabal-version field (#1498) 2022-01-04 22:06:23 +01:00
db-postgres-pool bumped cabal-version field (#1498) 2022-01-04 22:06:23 +01:00
db-sqlite-simple bumped cabal-version field (#1498) 2022-01-04 22:06:23 +01:00
file-upload bumped cabal-version field (#1498) 2022-01-04 22:06:23 +01:00
generic bumped cabal-version field (#1498) 2022-01-04 22:06:23 +01:00
hoist-server-with-context bumped cabal-version field (#1498) 2022-01-04 22:06:23 +01:00
https bumped cabal-version field (#1498) 2022-01-04 22:06:23 +01:00
jwt-and-basic-auth bumped cabal-version field (#1498) 2022-01-04 22:06:23 +01:00
open-id-connect bumped cabal-version field (#1498) 2022-01-04 22:06:23 +01:00
pagination bumped cabal-version field (#1498) 2022-01-04 22:06:23 +01:00
sentry bumped cabal-version field (#1498) 2022-01-04 22:06:23 +01:00
structuring-apis bumped cabal-version field (#1498) 2022-01-04 22:06:23 +01:00
testing bumped cabal-version field (#1498) 2022-01-04 22:06:23 +01:00
using-custom-monad bumped cabal-version field (#1498) 2022-01-04 22:06:23 +01:00
using-free-client bumped cabal-version field (#1498) 2022-01-04 22:06:23 +01:00
uverb bumped cabal-version field (#1498) 2022-01-04 22:06:23 +01:00
cabal.project Add mysql cookbook example 2019-08-05 15:32:57 +10:00
cabal.project.local Adding OIDC Cookbook 2019-04-15 19:50:28 +03:00
index.rst Add UVerb cookbook to cookbook build (#1365) 2020-11-22 18:08:01 +03:00