Skip to content

Commit ddf5057

Browse files
author
Dan Aloni
committed
Fix stack.yaml for Stack 2.1.3
1 parent 08474cf commit ddf5057

File tree

2 files changed

+63
-5
lines changed

2 files changed

+63
-5
lines changed

stack.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
require-stack-version: ">= 1.0.3"
1+
require-stack-version: ">= 2.1.3"
22
resolver: lts-9.18
3-
packages:
4-
- location: https://github.com/da-x/gitlib/archive/5b338169a2618337a60aaf17e2ab56a2654b1244.zip
5-
extra-dep: true
3+
extra-deps:
4+
- url: https://github.com/da-x/gitlib/archive/5b338169a2618337a60aaf17e2ab56a2654b1244.zip
65
subdirs:
76
- gitlib
87
- gitlib-libgit2
98
- hlibgit2
10-
- .

stack.yaml.lock

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
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+
- completed:
8+
size: 4259309
9+
subdir: gitlib
10+
url: https://github.com/da-x/gitlib/archive/5b338169a2618337a60aaf17e2ab56a2654b1244.zip
11+
cabal-file:
12+
size: 3011
13+
sha256: 6cf69744afba3674e50e3a24e6004a39902bdad16d7092492497a1a4e43b1977
14+
name: gitlib
15+
version: 3.1.1.1
16+
sha256: cb02138917ed00250056139923b02741a43c45bfe388584b5a051e63c74ee754
17+
pantry-tree:
18+
size: 1133
19+
sha256: 13cf82c7634e5b46c932e296ec07133abd259afc3538eb641b051ee4b163600f
20+
original:
21+
subdir: gitlib
22+
url: https://github.com/da-x/gitlib/archive/5b338169a2618337a60aaf17e2ab56a2654b1244.zip
23+
- completed:
24+
size: 4259309
25+
subdir: gitlib-libgit2
26+
url: https://github.com/da-x/gitlib/archive/5b338169a2618337a60aaf17e2ab56a2654b1244.zip
27+
cabal-file:
28+
size: 2433
29+
sha256: 3bad547c7ef0fd2d66b079e7b1827b65e961cba6ff09fab44b8455b6eaee7fa2
30+
name: gitlib-libgit2
31+
version: 3.1.1.1
32+
sha256: cb02138917ed00250056139923b02741a43c45bfe388584b5a051e63c74ee754
33+
pantry-tree:
34+
size: 773
35+
sha256: 9b252225e0146ac0672fdb3d95901a0ff77fe6a78afef51dde03496d856ed10b
36+
original:
37+
subdir: gitlib-libgit2
38+
url: https://github.com/da-x/gitlib/archive/5b338169a2618337a60aaf17e2ab56a2654b1244.zip
39+
- completed:
40+
size: 4259309
41+
subdir: hlibgit2
42+
url: https://github.com/da-x/gitlib/archive/5b338169a2618337a60aaf17e2ab56a2654b1244.zip
43+
cabal-file:
44+
size: 6605
45+
sha256: 4a7e2942f2742cd2dceba81ad3fd929218b9670472c46dd7cc8ae9149a56eee7
46+
name: hlibgit2
47+
version: 0.18.0.15.1
48+
sha256: cb02138917ed00250056139923b02741a43c45bfe388584b5a051e63c74ee754
49+
pantry-tree:
50+
size: 197821
51+
sha256: b5858e029c2c625dde509559e8b7cd46e717a623fb88d8661c62d6b44edcdfb3
52+
original:
53+
subdir: hlibgit2
54+
url: https://github.com/da-x/gitlib/archive/5b338169a2618337a60aaf17e2ab56a2654b1244.zip
55+
snapshots:
56+
- completed:
57+
size: 536340
58+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/9/18.yaml
59+
sha256: 3378d236577d99911e5325255f2b147e3f2d1f0253dc680d2b85921183c04e4f
60+
original: lts-9.18

0 commit comments

Comments
 (0)