File tree Expand file tree Collapse file tree 5 files changed +10
-7
lines changed
Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 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
46481.0.6
4749=====
Original file line number Diff line number Diff line change 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
3940
4041 $ stack install summoner
4142
43+ or directly from GitHub.
44+
4245You can turn on the bash auto-completion by running the following command:
4346
4447```
Original file line number Diff line number Diff line change 11resolver : lts-11.17
22
33extra-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
Original file line number Diff line number Diff line change 11resolver : lts-12.7
22
33extra-deps :
4+ - relude-0.2.0
45 - tomland-0.4.0
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments