Skip to content

Commit 16808fa

Browse files
authored
Export TextLike (#5)
* Export * up version
1 parent 80145a7 commit 16808fa

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.0.2] - 2020-01-22
10+
### Added
11+
- Export `TextLike`.
12+
913
## [0.1.0.1] - 2018-09-22
1014
### Chaged
1115
- `Text` for the messages and applications replaced with more abstract class.

bcd-log.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: bcd-log
2-
version: 0.1.0.1
2+
version: 0.1.0.2
33
synopsis: Biocad Log
44
description:
55
Biocad log includes:

src/System/BCD/Log.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module System.BCD.Log
77
(
88
module System.BCD.Log.Types
99
, module System.BCD.Log.Time
10+
, TextLike
1011
, log'
1112
, debug'
1213
, info'

0 commit comments

Comments
 (0)