packages feed

compose-ltr 0.2.2 → 0.2.3

raw patch · 2 files changed

+16/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

+ README.md view
@@ -0,0 +1,14 @@+# Example++An example of where I find it useful:++    process :: String -> Q Exp+    process = id+      .> splitOnCommas+      .> map nameAndValue+      .> joinAsColumns+      .> wrapInParens+      .> parseHsStrToQQExp+      .> return++(source: https://github.com/Wizek/dump/blob/48443d5/src/Debug/Dump.hs#L77)
compose-ltr.cabal view
@@ -2,11 +2,12 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                compose-ltr-version:             0.2.2+version:             0.2.3 synopsis:            More intuitive, left-to-right function composition. description:         More intuitive, left-to-right function composition. -- description: license:             MIT+extra-source-files:  README.md license-file:        LICENSE author:              Milán Nagy maintainer:          123.wizek@gmail.com