Skip to content

Commit

Permalink
Move Main.hs to app/nirum.hs for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Nov 2, 2017
1 parent 86f6e4d commit 5bd21c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
File renamed without changes.
6 changes: 4 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,17 @@ library:
- uri >=0.1 && <1.0
executables:
nirum:
main: Main.hs
main: nirum.hs
source-dirs: app
ghc-options:
- -fwarn-incomplete-uni-patterns
- -threaded
- -with-rtsopts=-N
dependencies:
- nirum
nirum-static:
main: Main.hs
main: nirum.hs
source-dirs: app
ghc-options:
- -fwarn-incomplete-uni-patterns
- -threaded
Expand Down

0 comments on commit 5bd21c0

Please sign in to comment.