Skip to content

Commit

Permalink
Include stack.yaml.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Jan 8, 2024
1 parent 900ab21 commit ddbc7d6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 53 deletions.
56 changes: 3 additions & 53 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,54 +1,4 @@
### Haskell
dist
dist-*
cabal-dev
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
*.prof
*.aux
*.hp
*.eventlog
.virtualenv
.hsenv
.hpc
.cabal-sandbox/
cabal.sandbox.config
cabal.config
cabal.project.local
.ghc.environment.*
.HTF/
# Stack
.stack-work/
stack.yaml.lock

### IDE/support
# Vim
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
*~
tags

# IntellijIDEA
.idea/
.ideaHaskellLib/
*.iml

# Atom
.haskell-ghc-mod.json

# VS
.vscode/

# Emacs
*#
.dir-locals.el
TAGS

# other
.DS_Store
/.stack-work
/.vscode
/examples
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ Available commands:

## TODOs

- [ ] Add a column repo.exclusion_reason
If `!= NULL` repo should be excluded from further processing
E.g. for forks, mirrors, etc.
- [ ] Add subcommand to load list of repos from Airsequel and update them
- [ ] Add CLI flag to choose between `OverwriteRepo` and `AddRepo`
- [ ] Store all languages for a repo
Expand Down
19 changes: 19 additions & 0 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages:
- completed:
hackage: github-0.29@sha256:1a6f082a24df02e38a2de548ce72654537b3aee5383cb57dce5d3ef6386c6752,7939
pantry-tree:
sha256: 84286a49354095da536c1ab267f77976c1bc69c6e55f43070f4c588ea461fe86
size: 10172
original:
hackage: github-0.29
snapshots:
- completed:
sha256: 8b211c5a6aad3787e023dfddaf7de7868968e4f240ecedf14ad1c5b2199046ca
size: 714097
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/4.yaml
original: lts-22.4

0 comments on commit ddbc7d6

Please sign in to comment.