From 3d6c4bc8081ecf116c0abb10adbe7ff93baf2790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20Hangh=C3=B8j=20Iversen?= Date: Thu, 1 Aug 2019 09:51:04 +0200 Subject: [PATCH] Rename executable --- package.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.yaml b/package.yaml index 7482837..70b96d6 100644 --- a/package.yaml +++ b/package.yaml @@ -30,7 +30,7 @@ library: source-dirs: src executables: - gql2hs-exe: + gql2hs: main: Main.hs source-dirs: app ghc-options: @@ -41,7 +41,7 @@ executables: - gql2hs tests: - gql2hs-test: + test: main: Spec.hs source-dirs: test ghc-options: