Skip to content

Commit fc68752

Browse files
Félix Baylac-Jacquéhamishmack
authored andcommitted
Document sha256 annotations for cabalProject in README (#373)
Fixes #370
1 parent 3539b25 commit fc68752

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.org

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,19 @@ For =cabal.project= project add a =default.nix=:
2929
}
3030
#+end_src
3131

32+
Note that you'll need to add a comment specifying the expected sha256
33+
output for your =source-repository-packages= in your =cabal.project=
34+
file:
35+
36+
#+begin_src sh
37+
source-repository-package
38+
type: git
39+
location: https://github.com/input-output-hk/iohk-monitoring-framework
40+
subdir: plugins/backend-editor
41+
tag: 4956b32f039579a0e7e4fd10793f65b4c77d9044
42+
--sha256: 03lyb2m4i6p7rpjqarnhsx21nx48fwk6rzsrx15k6274a4bv0pix
43+
#+end_src
44+
3245
For a =stack.yaml= project add a =default.nix=:
3346

3447
#+begin_src sh

0 commit comments

Comments
 (0)