Skip to content

Commit

Permalink
Renamed executable to just "violet"
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrrus committed Mar 3, 2024
1 parent aa015f4 commit 658c50d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ library:
source-dirs: src

executables:
violet-exe:
violet:
main: Main.hs
source-dirs: app
ghc-options:
Expand Down
2 changes: 1 addition & 1 deletion violet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ library
, text
default-language: Haskell2010

executable violet-exe
executable violet
main-is: Main.hs
other-modules:
Paths_violet
Expand Down

0 comments on commit 658c50d

Please sign in to comment.