Commit Graph

7 Commits

Author SHA1 Message Date
Anton Sorokin
e259d92261
Add hie.yaml to .gitignore
Problem: HLS need a hi.yaml file, but we don't want to see it in repo

Solution: add it to .gitignore, so anybody can create if needed
2022-09-25 19:33:11 +03:00
Andrey Demidenko
5b6308982c
Add note about cabal usage
Problem:
I've met problem with one package version. I use cabal to build project and cabal for some reason decided to use old version of this package. With stack everything fine.
So, I think not only me, but other people prefer cabal over stack.

Solution:
Add note to our README.md that in case of cabal usage it's required to run `stack2cabal` first.
Also ignore all cabal staff so it can't be accidentally added to repo.
2021-07-22 10:06:55 +03:00
Ivan Gromakovskii
8060c7187b
[INT-128] Make the repository REUSE compliant
Problem: nowadays we want all files to store licensing information in
machine-readable format and to use reuse tool to check that. But the
repo is not REUSE compliant.

Solution: add `LICENSES` folder and licensing information for each
file.
2019-12-19 16:19:27 +03:00
Alexander Bantyev
5fb8841df8
Also build tests 2019-12-05 19:01:57 +03:00
Alexander Bantyev
3fc12f1b8c
Add result* pattern to gitignore 2019-12-05 00:00:40 +03:00
martoon
ea83f75643
[INT-31] Implement cross-references verifier 2018-10-11 02:51:28 +03:00
Konstantin Ivanov
44d735c607
Initial commit 2018-09-21 20:02:19 +03:00