From bfdb50d6a5314ce76fa85213ad503b27d8c60a40 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 2 May 2020 00:19:10 -0400 Subject: [PATCH] REF renamed files to match executable names --- app/{rofi-bitwarden.hs => rofi-bw.hs} | 0 app/{rofi-devices.hs => rofi-dev.hs} | 0 package.yaml | 6 ++---- 3 files changed, 2 insertions(+), 4 deletions(-) rename app/{rofi-bitwarden.hs => rofi-bw.hs} (100%) rename app/{rofi-devices.hs => rofi-dev.hs} (100%) diff --git a/app/rofi-bitwarden.hs b/app/rofi-bw.hs similarity index 100% rename from app/rofi-bitwarden.hs rename to app/rofi-bw.hs diff --git a/app/rofi-devices.hs b/app/rofi-dev.hs similarity index 100% rename from app/rofi-devices.hs rename to app/rofi-dev.hs diff --git a/package.yaml b/package.yaml index d11bd21..739527a 100644 --- a/package.yaml +++ b/package.yaml @@ -38,8 +38,6 @@ dependencies: - unliftio-core >= 0.1.2.0 - word-wrap >= 0.4.1 - text >= 1.2.3.1 -# - cassava >= 0.5.2.0 -# - vector >= 0.12.0.3 library: source-dirs: lib/ @@ -52,7 +50,7 @@ library: executables: rofi-bw: - main: rofi-bitwarden.hs + main: rofi-bw.hs source-dirs: app ghc-options: - -Wall @@ -61,7 +59,7 @@ executables: dependencies: - rofi-extras rofi-dev: - main: rofi-devices.hs + main: rofi-dev.hs source-dirs: app ghc-options: - -Wall