quaalude 0.0.0.0 → 0.0.0.1
raw patch · 3 files changed
+7/−3 lines, 3 filesdep ~base
Dependency ranges changed: base
Files
- changelog.md +4/−0
- quaalude.cabal +2/−2
- readme.md +1/−1
changelog.md view
@@ -1,3 +1,7 @@+# 0.0.0.1 (2023-01-25)++Fix documentation typos+ # 0.0.0.0 (2023-01-15) Initial release
quaalude.cabal view
@@ -1,11 +1,11 @@ cabal-version: 3.0 name: quaalude-version: 0.0.0.0+version: 0.0.0.1 synopsis: Extremely minimal prelude category: Prelude -description: "Essentials" is an minimal Prelude alternative containing+description: "Essentials" is a minimal Prelude alternative containing only what is truly needed by the vast majority of modules. license: Apache-2.0
readme.md view
@@ -74,7 +74,7 @@ (<=<) :: Monad m => (b -> m c) -> (a -> m b) -> a -> m c ``` -`(>>=)` is left associative; `(>>=)` is right associative.+`(>>=)` is left associative; `(=<<)` is right associative. These functions keep all effects but discard some values: