servant/servant-machines
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
..
example Separate Servant.Client.Streaming 2018-11-08 17:58:21 +02:00
src/Servant Changelog and cabal file edits 2018-11-13 09:58:42 +02:00
CHANGELOG.md Changelog and cabal file edits 2018-11-13 09:58:42 +02:00
LICENSE Refactor Stream stuff 2018-11-05 15:48:47 +02:00
README.md Refactor Stream stuff 2018-11-05 15:48:47 +02:00
Setup.hs Refactor Stream stuff 2018-11-05 15:48:47 +02:00
servant-machines.cabal bumped cabal-version field (#1498) 2022-01-04 22:06:23 +01:00

README.md

servant-machines - Servant Stream support for machines

servant