Skip to content

Commit

Permalink
more rename
Browse files Browse the repository at this point in the history
  • Loading branch information
smillida committed Mar 16, 2022
1 parent 6c47000 commit e444330
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
File renamed without changes.
9 changes: 6 additions & 3 deletions hie.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
cradle:
cabal:
- path: "src"
component: "lib:signature-visualizer"
component: "lib:type-depict"

- path: "app/Main.hs"
component: "signature-visualizer:exe:signature-visualizer"
component: "type-depict:exe:type-depict"

- path: "webserver/Main.hs"
component: "type-depict:exe:type-depict-ws"

- path: "test"
component: "signature-visualizer:test:signature-visualizer-test"
component: "type-depict:test:type-depict-test"
2 changes: 1 addition & 1 deletion nix/docker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ in with nixpkgs; dockerTools.buildLayeredImage {
"TZ=Europe/Oslo"
"PATH=${bash}/bin:${busybox}/bin:${curl}/bin"
];
Cmd = [ "${artifact}/bin/type-depict-webserver" ];
Cmd = [ "${artifact}/bin/type-depict-ws" ];
};
}

0 comments on commit e444330

Please sign in to comment.