Skip to content

Commit

Permalink
v0.0.0.0: Release preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
chshersh committed Jul 31, 2022
1 parent 67cb814 commit 05a24f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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 @@
`dr-cabal` uses [PVP Versioning][1].
The changelog is available [on GitHub][2].

## 0.0.0.0
## 0.0.0.0 — July 31, 2022 🌇

* Initially created.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

`dr-cabal` is a CLI tool for profiling Haskell dependencies build times.

![dr-cabal example](https://github.com/chshersh/dr-cabal/blob/main/images/dr-cabal-example.png)
![dr-cabal example](https://raw.githubusercontent.com/chshersh/dr-cabal/main/images/dr-cabal-example.png)

> ℹ️ **DISCLAIMER:** This project is developed and maintained in
> free time by volunteers. The development may continue for decades or
Expand Down Expand Up @@ -120,7 +120,7 @@ relevant steps in the `dr-cabal-debug.json` file.

If everything is good, you should see output similar to the below one:

![dr-cabal watch example](https://github.com/chshersh/dr-cabal/blob/main/images/dr-cabal-watch.gif)
![dr-cabal watch example](https://raw.githubusercontent.com/chshersh/dr-cabal/main/images/dr-cabal-watch.gif)

### Profile

Expand All @@ -135,4 +135,4 @@ cabal profile --input=dr-cabal-debug.json

You'll see the output like on the image below:
![dr-cabal bigger example](https://github.com/chshersh/dr-cabal/blob/main/images/dr-cabal-itself.png)
![dr-cabal bigger example](https://raw.githubusercontent.com/chshersh/dr-cabal/main/images/dr-cabal-itself.png)
1 change: 1 addition & 0 deletions dr-cabal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ license-file: LICENSE
author: Dmitrii Kovanikov
maintainer: Dmitrii Kovanikov <kovanikov@gmail.com>
copyright: 2022 Dmitrii Kovanikov
category: Profiling,Development
build-type: Simple
extra-doc-files: README.md
CHANGELOG.md
Expand Down

0 comments on commit 05a24f5

Please sign in to comment.