We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TextLike
1 parent 80145a7 commit 16808faCopy full SHA for 16808fa
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.1.0.2] - 2020-01-22
10
+### Added
11
+- Export `TextLike`.
12
+
13
## [0.1.0.1] - 2018-09-22
14
### Chaged
15
- `Text` for the messages and applications replaced with more abstract class.
bcd-log.cabal
@@ -1,5 +1,5 @@
1
name: bcd-log
2
-version: 0.1.0.1
+version: 0.1.0.2
3
synopsis: Biocad Log
4
description:
5
Biocad log includes:
src/System/BCD/Log.hs
@@ -7,6 +7,7 @@ module System.BCD.Log
(
module System.BCD.Log.Types
, module System.BCD.Log.Time
+ , TextLike
, log'
, debug'
, info'
0 commit comments