Skip to content

Commit b47535a

Browse files
authored
[#80] Update link to demo (#144)
* [#80] Update link to demo * Bump up relude version * Update stack.yamls * Add deps badge [skip ci]
1 parent dd357bd commit b47535a

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
* [#31](https://github.com/kowainik/summoner/issues/31):
4343
Add config option to add `CONTRIBUTING.md` to your project
4444
(via URL or file path).
45+
* [#27](https://github.com/kowainik/summoner/issues/27):
46+
Remove `b` script.
4547

4648
1.0.6
4749
=====

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![Hackage](https://img.shields.io/hackage/v/summoner.svg)](https://hackage.haskell.org/package/summoner)
77
[![Stackage LTS](http://stackage.org/package/summoner/badge/lts)](http://stackage.org/lts/package/summoner)
88
[![Stackage Nightly](http://stackage.org/package/summoner/badge/nightly)](http://stackage.org/nightly/package/summoner)
9+
[![Hackage-Deps](https://img.shields.io/hackage-deps/v/summoner.svg)](http://packdeps.haskellers.com/reverse/summoner)
910

1011
> _So many of our dreams at first seem impossible, then they seem improbable, and
1112
> then, when we summon the will, they soon become inevitable._
@@ -16,7 +17,7 @@ Summoner is the tool for creating fully configured production Haskell projects.
1617

1718
## Demo
1819

19-
[![asciicast](https://asciinema.org/a/PCt492vIY7ccuNw3qBJFM9q9G.png)](https://asciinema.org/a/PCt492vIY7ccuNw3qBJFM9q9G)
20+
[![asciicast](https://asciinema.org/a/198918.png)](https://asciinema.org/a/198918)
2021

2122
## Getting started
2223

@@ -39,6 +40,8 @@ or
3940

4041
$ stack install summoner
4142

43+
or directly from GitHub.
44+
4245
You can turn on the bash auto-completion by running the following command:
4346

4447
```

stack-8.2.2.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
resolver: lts-11.17
22

33
extra-deps:
4+
- relude-0.2.0
45
- tomland-0.4.0
5-
- relude-0.1.1
6-
7-
ghc-options:
8-
"$locals": -fhide-source-paths

stack.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
resolver: lts-12.7
22

33
extra-deps:
4+
- relude-0.2.0
45
- tomland-0.4.0

summoner.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ library
5353
-Widentities
5454
-Wredundant-constraints
5555
-fhide-source-paths
56-
build-depends: base >= 4.9 && < 5
56+
build-depends: base >= 4.10 && < 5
5757
, aeson
5858
, ansi-terminal
5959
, bytestring
@@ -67,7 +67,7 @@ library
6767
, text
6868
, time
6969
, tomland ^>= 0.4.0
70-
, relude ^>= 0.1.1
70+
, relude ^>= 0.2.0
7171

7272
default-extensions: DeriveGeneric
7373
GeneralizedNewtypeDeriving

0 commit comments

Comments
 (0)