Skip to content

Commit

Permalink
Fix binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Nov 19, 2024
1 parent bdf07a6 commit db3b61e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hjk.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ library
, text-show
default-language: Haskell2010

executable hjk-exe
executable hjk
main-is: Main.hs
other-modules:
Ui
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ library:
source-dirs: src

executables:
hjk-exe:
hjk:
main: Main.hs
source-dirs: app
ghc-options:
Expand Down

0 comments on commit db3b61e

Please sign in to comment.