diff options
author | Milan Curcic <caomaco@gmail.com> | 2020-04-26 14:40:51 -0400 |
---|---|---|
committer | Milan Curcic <caomaco@gmail.com> | 2020-04-26 14:40:51 -0400 |
commit | 55a9e16465b5bc56e8aa6e8b751a0496b984965e (patch) | |
tree | 14a449629c973b35d1d0456acc0f4099c6ff1a14 /package.yaml | |
parent | 24e1b98ff84d09f095f48c168e9af05aa00c95ea (diff) | |
download | fpm-55a9e16465b5bc56e8aa6e8b751a0496b984965e.tar.gz fpm-55a9e16465b5bc56e8aa6e8b751a0496b984965e.zip |
call fpm executable fpm instead of fpm-exe
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.yaml b/package.yaml index c46000a..a326485 100644 --- a/package.yaml +++ b/package.yaml @@ -36,7 +36,7 @@ library: source-dirs: src executables: - fpm-exe: + fpm: main: Main.hs source-dirs: app ghc-options: |