Skip to content

Commit

Permalink
[#80] Update link to demo (#144)
Browse files Browse the repository at this point in the history
* [#80] Update link to demo

* Bump up relude version

* Update stack.yamls

* Add deps badge [skip ci]
  • Loading branch information
chshersh authored Aug 30, 2018
1 parent dd357bd commit b47535a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
* [#31](https://github.com/kowainik/summoner/issues/31):
Add config option to add `CONTRIBUTING.md` to your project
(via URL or file path).
* [#27](https://github.com/kowainik/summoner/issues/27):
Remove `b` script.

1.0.6
=====
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![Hackage](https://img.shields.io/hackage/v/summoner.svg)](https://hackage.haskell.org/package/summoner)
[![Stackage LTS](http://stackage.org/package/summoner/badge/lts)](http://stackage.org/lts/package/summoner)
[![Stackage Nightly](http://stackage.org/package/summoner/badge/nightly)](http://stackage.org/nightly/package/summoner)
[![Hackage-Deps](https://img.shields.io/hackage-deps/v/summoner.svg)](http://packdeps.haskellers.com/reverse/summoner)

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

## Demo

[![asciicast](https://asciinema.org/a/PCt492vIY7ccuNw3qBJFM9q9G.png)](https://asciinema.org/a/PCt492vIY7ccuNw3qBJFM9q9G)
[![asciicast](https://asciinema.org/a/198918.png)](https://asciinema.org/a/198918)

## Getting started

Expand All @@ -39,6 +40,8 @@ or

$ stack install summoner

or directly from GitHub.

You can turn on the bash auto-completion by running the following command:

```
Expand Down
5 changes: 1 addition & 4 deletions stack-8.2.2.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
resolver: lts-11.17

extra-deps:
- relude-0.2.0
- tomland-0.4.0
- relude-0.1.1

ghc-options:
"$locals": -fhide-source-paths
1 change: 1 addition & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
resolver: lts-12.7

extra-deps:
- relude-0.2.0
- tomland-0.4.0
4 changes: 2 additions & 2 deletions summoner.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ library
-Widentities
-Wredundant-constraints
-fhide-source-paths
build-depends: base >= 4.9 && < 5
build-depends: base >= 4.10 && < 5
, aeson
, ansi-terminal
, bytestring
Expand All @@ -67,7 +67,7 @@ library
, text
, time
, tomland ^>= 0.4.0
, relude ^>= 0.1.1
, relude ^>= 0.2.0

default-extensions: DeriveGeneric
GeneralizedNewtypeDeriving
Expand Down

0 comments on commit b47535a

Please sign in to comment.