Change log for 0.1.7.
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
0.1.7
|
||||||
|
=====
|
||||||
|
|
||||||
|
* Exports monadic ``(>>)`` operator by default.
|
||||||
|
* Adds ``traceId`` and ``traceShowId`` functions.
|
||||||
|
* Exports``reader`` and ``state`` functions by default.
|
||||||
|
* Export lifted ``throwIO`` and ``throwTo`` functions.
|
||||||
|
|
||||||
0.1.6
|
0.1.6
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
|||||||
@@ -60,6 +60,13 @@ $ stack exec ghci
|
|||||||
> import Protolude
|
> import Protolude
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Exported Functions
|
||||||
|
------------------
|
||||||
|
|
||||||
|
The list of exports is given in the [Symbols.md](./Symbols.md) file. Haddock
|
||||||
|
unfortunately breaks in the presence of module reexports and is unable to render
|
||||||
|
documentation.
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|||||||
+3
-3
@@ -1,5 +1,5 @@
|
|||||||
name: protolude
|
name: protolude
|
||||||
version: 0.1.6
|
version: 0.1.7
|
||||||
synopsis: A sensible set of defaults for writing custom Preludes.
|
synopsis: A sensible set of defaults for writing custom Preludes.
|
||||||
description: A sensible set of defaults for writing custom Preludes.
|
description: A sensible set of defaults for writing custom Preludes.
|
||||||
homepage: https://github.com/sdiehl/protolude
|
homepage: https://github.com/sdiehl/protolude
|
||||||
@@ -34,8 +34,6 @@ library
|
|||||||
exposed-modules:
|
exposed-modules:
|
||||||
Protolude
|
Protolude
|
||||||
Unsafe
|
Unsafe
|
||||||
|
|
||||||
other-modules:
|
|
||||||
Base
|
Base
|
||||||
Applicative
|
Applicative
|
||||||
Bool
|
Bool
|
||||||
@@ -50,6 +48,8 @@ library
|
|||||||
Bifunctor
|
Bifunctor
|
||||||
Panic
|
Panic
|
||||||
|
|
||||||
|
other-modules:
|
||||||
|
|
||||||
default-extensions:
|
default-extensions:
|
||||||
NoImplicitPrelude
|
NoImplicitPrelude
|
||||||
OverloadedStrings
|
OverloadedStrings
|
||||||
|
|||||||
Reference in New Issue
Block a user