hscim 0.4.0.3 → 0.4.0.4
raw patch · 3 files changed
+6/−30 lines, 3 filesdep ~warpPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: warp
API changes (from Hackage documentation)
Files
- CHANGELOG +3/−0
- README.md +1/−28
- hscim.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,6 @@+0.4.0.4:+ - update README+ 0.4.0.3: - drop client function for putUser - bump ormulu
README.md view
@@ -3,31 +3,4 @@ This implements part of the [SCIM standard](http://www.simplecloud.info) for identity management. The parts that are currently supported are: - * User schema version 2.0--## Building--This project uses stack. You can install the sample executable with--```sh-stack install-```--## Developing and testing--This library only implements the schemas and endpoints defined by the-SCIM standard. You will need to implement the actual storage by giving-an instance for the `Persistence` class.--There's a simple in-memory implementation of this class, which is used-for tests. You can run the tests with the standard stack interface:--```sh-stack test-```--# Contributing--Before submitting a PR, make sure to install [ormolu](https://github.com/tweag/ormolu)-by doing `stack install ormolu` (we pin the version in our `stack.yaml` file)-and run `make format`.+ * User schema version 2.0 (partial)
hscim.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.12 name: hscim-version: 0.4.0.3+version: 0.4.0.4 synopsis: hscim json schema and server implementation description: The README file will answer all the questions you might have@@ -154,7 +154,7 @@ , stm , stm-containers , time- , warp <= 3.4.2+ , warp <= 3.5 default-language: Haskell2010