Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit 2a16525

Browse files
author
Nick Waywood
committed
Added hie config
Signed-off-by: Nick Waywood <nwaywood@au1.ibm.com>
1 parent 29bf503 commit 2a16525

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ fabric-chaincode-haskell.cabal
44
dist-newstyle
55
cabal.project.local
66

7-
.vscode
8-
hie.yaml
7+
.vscode

hie.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
cradle:
2+
stack:
3+
- path: "./src"
4+
component: "fabric-chaincode-haskell:lib"
5+
6+
- path: "./examples/Fabcar.hs"
7+
component: "fabric-chaincode-haskell:exe:fabcar-exe"
8+
9+
- path: "./examples/Sacc.hs"
10+
component: "fabric-chaincode-haskell:exe:sacc-exe"
11+
12+
- path: "./examples/Marbles.hs"
13+
component: "fabric-chaincode-haskell:exe:marbles-exe"
14+
15+
- path: "./test"
16+
component: "fabric-chaincode-haskell:test:fabric-chaincode-haskell-test"

0 commit comments

Comments
 (0)