mig 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+12/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
README.md view
@@ -17,6 +17,17 @@ at the same time. The name `mig` (pronounced as meeg) is a russian word for "instant moment". +## How to install++We can install from [hackage](https://hackage.haskell.org/package/mig) to use with cabal or use this snippet+to depend on latest source in stack. Put it in `stack.yaml` file:++```yaml+extra-deps:+- git: https://github.com/anton-k/mig+ commit: be9269b83bb944d8dede4d36a51fb1aa6fb26516+```+ ## Quick start guide Let's create something cool with the library.
mig.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: mig-version: 0.1.0.0+version: 0.1.0.1 synopsis: Build lightweight and composable servers description: With library mig we can build lightweight and composable servers. There are only couple of combinators to assemble servers from parts.