Skip to content

Commit

Permalink
Export TextLike (#5)
Browse files Browse the repository at this point in the history
* Export

* up version
  • Loading branch information
kor85 authored Jan 29, 2020
1 parent 80145a7 commit 16808fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0.2] - 2020-01-22
### Added
- Export `TextLike`.

## [0.1.0.1] - 2018-09-22
### Chaged
- `Text` for the messages and applications replaced with more abstract class.
Expand Down
2 changes: 1 addition & 1 deletion bcd-log.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: bcd-log
version: 0.1.0.1
version: 0.1.0.2
synopsis: Biocad Log
description:
Biocad log includes:
Expand Down
1 change: 1 addition & 0 deletions src/System/BCD/Log.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module System.BCD.Log
(
module System.BCD.Log.Types
, module System.BCD.Log.Time
, TextLike
, log'
, debug'
, info'
Expand Down

0 comments on commit 16808fa

Please sign in to comment.