From 7a04f3c06ca0e95e31bfb268ef28b9298d294001 Mon Sep 17 00:00:00 2001 From: Hernan Rajchert Date: Mon, 5 Dec 2022 16:46:58 -0300 Subject: [PATCH] Applied PR comments --- flake.nix | 1 - .../marlowe-playground-server.cabal | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/flake.nix b/flake.nix index 05e795282..275c86fe5 100644 --- a/flake.nix +++ b/flake.nix @@ -95,7 +95,6 @@ ]; shell.tools = { cabal = { }; - # hlint = {}; haskell-language-server = { }; }; shell.shellHook = '' diff --git a/marlowe-playground-server/marlowe-playground-server.cabal b/marlowe-playground-server/marlowe-playground-server.cabal index 11eacf981..d1b97701b 100644 --- a/marlowe-playground-server/marlowe-playground-server.cabal +++ b/marlowe-playground-server/marlowe-playground-server.cabal @@ -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 @@ -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