Skip to content

Commit

Permalink
Applied PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hrajchert committed Dec 5, 2022
1 parent e2e41ce commit 7a04f3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
];
shell.tools = {
cabal = { };
# hlint = {};
haskell-language-server = { };
};
shell.shellHook = ''
Expand Down
15 changes: 0 additions & 15 deletions marlowe-playground-server/marlowe-playground-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,6 @@ library
time-units -any,
unordered-containers -any,
wai-cors -any
-- directory -any,
-- marlowe-symbolic -any,
-- marlowe-actus -any,
-- servant-client-core -any,
-- stm -any,
-- uuid -any,
-- validation -any

executable marlowe-playground-server
main-is: Main.hs
Expand Down Expand Up @@ -135,14 +128,6 @@ executable marlowe-playground-server
text -any,
warp -any,
time-units -any
-- marlowe-actus -any,
-- plutus-tx,
-- servant-foreign -any,
-- servant-client -any,
-- http-client -any,
-- http-types -any,
-- wai -any,
-- time -any,

executable flow-chart-generator
main-is: FlowChartGenerator.hs
Expand Down

0 comments on commit 7a04f3c

Please sign in to comment.