REF renamed files to match executable names
This commit is contained in:
parent
b125a66d9e
commit
bfdb50d6a5
|
@ -38,8 +38,6 @@ dependencies:
|
||||||
- unliftio-core >= 0.1.2.0
|
- unliftio-core >= 0.1.2.0
|
||||||
- word-wrap >= 0.4.1
|
- word-wrap >= 0.4.1
|
||||||
- text >= 1.2.3.1
|
- text >= 1.2.3.1
|
||||||
# - cassava >= 0.5.2.0
|
|
||||||
# - vector >= 0.12.0.3
|
|
||||||
|
|
||||||
library:
|
library:
|
||||||
source-dirs: lib/
|
source-dirs: lib/
|
||||||
|
@ -52,7 +50,7 @@ library:
|
||||||
|
|
||||||
executables:
|
executables:
|
||||||
rofi-bw:
|
rofi-bw:
|
||||||
main: rofi-bitwarden.hs
|
main: rofi-bw.hs
|
||||||
source-dirs: app
|
source-dirs: app
|
||||||
ghc-options:
|
ghc-options:
|
||||||
- -Wall
|
- -Wall
|
||||||
|
@ -61,7 +59,7 @@ executables:
|
||||||
dependencies:
|
dependencies:
|
||||||
- rofi-extras
|
- rofi-extras
|
||||||
rofi-dev:
|
rofi-dev:
|
||||||
main: rofi-devices.hs
|
main: rofi-dev.hs
|
||||||
source-dirs: app
|
source-dirs: app
|
||||||
ghc-options:
|
ghc-options:
|
||||||
- -Wall
|
- -Wall
|
||||||
|
|
Loading…
Reference in New Issue