Commit Graph

3 Commits

Author SHA1 Message Date
Sridhar Ratnakumar
b8ad58d172 Add support for building and installing with Nix (#103)
* Fix version lock on shellmet

$? operator's semantic has changed in 0.0.1.

* Add default.nix, enabling Nix based install

- Also add `./result` to .gitignore (gets created by `nix-build`)
- Pin a version of nixpkgs that has the GHC used by stack.yaml (8.6.5)
2019-08-05 11:32:18 +08:00
Dmitrii Kovanikov
50c77c051b [#63] Implement 'hit status' command (#73)
* [#63] Implement 'hit status' command

Resolves #63

* Update src/Hit/Cli.hs

Co-Authored-By: Veronika Romashkina <vrom911@gmail.com>

* Fix after review
2019-07-05 20:43:49 +08:00
vrom911
f506c8c65a
Create the project 2019-02-05 12:14:56 +08:00