Skip to content

Commit db29169

Browse files
Don't ignore stack lock file.
1 parent d20307c commit db29169

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
*~
2-
*.lock
32
dist
43
dist-*
54
cabal-dev
@@ -183,4 +182,4 @@ cython_debug/
183182
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
184183
# and can be added to the global gitignore or merged into this file. For a more nuclear
185184
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
186-
#.idea/
185+
#.idea/

stack.yaml.lock

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# This file was autogenerated by Stack.
2+
# You should not edit this file by hand.
3+
# For more information, please see the documentation at:
4+
# https://docs.haskellstack.org/en/stable/lock_files
5+
6+
packages: []
7+
snapshots:
8+
- completed:
9+
sha256: 3770dfd79f5aed67acdcc65c4e7730adddffe6dba79ea723cfb0918356fc0f94
10+
size: 648660
11+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/20/4.yaml
12+
original:
13+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/20/4.yaml

0 commit comments

Comments
 (0)