Skip to content

Commit

Permalink
Prepare release 0.1.0.1 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
chshersh authored Apr 5, 2021
1 parent 1a52063 commit 73e58f1
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
`colourista` uses [PVP Versioning][1].
The changelog is available [on GitHub][2].

## Unreleased
## 🐰🥚 0.1.0.1 — Apr 5, 2021

* [#55](https://github.com/kowainik/colourista/issues/55):
Support GHC-9.0.
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ In order to start using `colourista` in your project, you will need to set it up
library. After the adjustment, this section could look like this:

```haskell
build-depends: base ^>= 4.14
, colourista ^>= 0.1
build-depends: colourista ^>= LATEST_VERSION
, ...
```
2. In the module where you wish to use the colourful output with `colourista`,
Expand Down
4 changes: 2 additions & 2 deletions colourista.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: colourista
version: 0.1.0.0
version: 0.1.0.1
synopsis: Convenient interface for printing colourful messages
description: Convenient interface for printing colourful messages based on the @ansi-terminal@ library.
homepage: https://github.com/kowainik/colourista
Expand All @@ -9,7 +9,7 @@ license: MPL-2.0
license-file: LICENSE
author: Veronika Romashkina, Dmitrii Kovanikov
maintainer: Kowainik <xrom.xkov@gmail.com>
copyright: 2020 Kowainik
copyright: 2020-2021 Kowainik
category: Terminal, ANSI
build-type: Simple
extra-doc-files: README.md
Expand Down
2 changes: 1 addition & 1 deletion src/Colourista.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{- |
Copyright: (c) 2020 Kowainik
Copyright: (c) 2020-2021 Kowainik
SPDX-License-Identifier: MPL-2.0
Maintainer: Kowainik <xrom.xkov@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/Colourista/IO.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-# LANGUAGE CPP #-}

{- |
Copyright: (c) 2020 Kowainik
Copyright: (c) 2020-2021 Kowainik
SPDX-License-Identifier: MPL-2.0
Maintainer: Kowainik <xrom.xkov@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/Colourista/Pure.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{- |
Copyright: (c) 2020 Kowainik
Copyright: (c) 2020-2021 Kowainik
SPDX-License-Identifier: MPL-2.0
Maintainer: Kowainik <xrom.xkov@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/Colourista/Short.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-# LANGUAGE CPP #-}

{- |
Copyright: (c) 2020 Kowainik
Copyright: (c) 2020-2021 Kowainik
SPDX-License-Identifier: MPL-2.0
Maintainer: Kowainik <xrom.xkov@gmail.com>
Expand Down

0 comments on commit 73e58f1

Please sign in to comment.