servant/doc/tutorial
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
..
static tutorial: html tweak 2016-03-19 17:40:00 +08:00
test Change build-type: Simple; run doctests on CI via haskell-ci 2020-01-10 01:07:31 +02:00
.ghci tutorial: updated Javascript.lhs (and wrote some tests for it) 2016-03-19 17:40:00 +08:00
ApiType.lhs factor in @alp's feedbacks on PR #1455 2021-10-01 16:33:16 +02:00
Authentication.lhs Fix typo 2021-10-11 13:02:06 +02:00
Client.lhs Fix typos and grammar (#1304) 2020-06-06 00:43:51 -04:00
Docs.lhs Fix typos and grammar (#1304) 2020-06-06 00:43:51 -04:00
index.rst Fix documentation hierarchy 2021-10-11 13:02:06 +02:00
install.rst Fix documentation hierarchy 2021-10-11 13:02:06 +02:00
Javascript.lhs Fix typos and grammar (#1304) 2020-06-06 00:43:51 -04:00
LICENSE Start tutorial project 2016-03-19 17:39:59 +08:00
Server.lhs Minor rewording in Server tutorial 2020-08-02 05:51:08 -06:00
Setup.hs Start tutorial project 2016-03-19 17:39:59 +08:00
tutorial.cabal bumped cabal-version field (#1498) 2022-01-04 22:06:23 +01:00