Commit Graph

19 Commits

Author SHA1 Message Date
Veronika Romashkina
103553faea
[#28] Support GHC 9.2 (#30)
* [#28] Support GHC 9.2

Resolves #28

* Fix

* Fix

* Fix

* Fix

* Fix
2022-06-14 13:44:31 +01:00
Arya Irani
782d5f44b9
avoid callCommand . showCommandForUser (#27)
* avoid callCommand + showCommandForUser

* remove redundant import from README.md
2022-04-01 13:22:38 +01:00
Veronika Romashkina
301695f88d
Update copyright years 2021-03-23 14:50:39 +00:00
Veronika Romashkina
d77b9d8510
[#25] Support GHC-9.0 (#26)
* [#25] Support GHC-9.0

Resolves #25

* Use newer stack lts
2021-03-23 12:45:07 +00:00
Dmitrii Kovanikov
024d8fafe9
[#23] Update default branch to main (#24)
Resolves #23
2020-11-06 17:11:00 +00:00
Veronika Romashkina
928f56359b
[#20] Add 'isSuccessful' predicate (#22)
Resolves #20
2020-08-31 12:50:27 +01:00
Dmitrii Kovanikov
9fb7d02c13
[#18] Support GHC-8.10 (#19)
* [#18] Support GHC-8.10

Resolves #18

* Add -Wunused-packages

* Disable README build on Windows

* Remove Windows from CI
2020-05-07 18:11:49 +01:00
Veronika Romashkina
db4507020f
Update GitHub Actions link 2020-01-03 14:11:53 +00:00
Dmitrii Kovanikov
94b76e1864 Use GitHub actions (#16)
* Use GitHub actions

* Fix workflows file
2019-12-27 16:54:41 +00:00
Dmitrii Kovanikov
d701862693
Add CODEOWNERS 2019-11-02 15:29:17 +03:00
Dmitrii Kovanikov
37d66d19e3 Prepare for the 0.0.3.0 release (#15) 2019-09-28 15:45:00 +04:00
Dmitrii Kovanikov
7f7542c0f8 [#13] Build with GHC-8.8 (#14)
Resolves #13
2019-08-29 08:51:16 +04:00
Veronika Romashkina
36149eb0eb [#10] Add doctest (#11)
* [#10] Add doctest

Resolves #10

* Fix ls example to work both on Stack and Cabal

* Fix after review

* Do not run doctest on old GHC
2019-07-30 18:32:16 +08:00
Dmitrii Kovanikov
f9d2936ddf [#8] Add operator to call command without displaying it (#9)
Resolves #8
2019-07-05 18:56:23 +08:00
Veronika Romashkina
c34da13930 [#6] Upgrade to GHC-8.6.5 (#7)
Resolves #6
2019-05-18 00:32:51 +10:00
Dmitrii Kovanikov
4187ef247c Generalise handle operator (#5) 2019-04-09 12:37:54 +08:00
Dmitrii Kovanikov
217a9b34f6 [#3] Write usage example in the README (#4)
* [#3] Write usage example in the README

Resolves #3

* Fix CI

* Update README.md [skip ci]

Co-Authored-By: ChShersh <kovanikov@gmail.com>

* Update README.md [skip ci]

Co-Authored-By: ChShersh <kovanikov@gmail.com>
2019-02-23 22:53:06 +08:00
Dmitrii Kovanikov
39674a6075 [#1] Implement core library idea (#2)
Resolves #1
2019-02-23 22:07:59 +08:00
Dmitry Kovanikov
f4742e2f27
Create the project 2019-02-23 21:02:45 +08:00