initial commit
This commit is contained in:
28
server/package.yaml
Normal file
28
server/package.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
_name: &name FlakeTest
|
||||
|
||||
name: *name
|
||||
version: 1.0.0
|
||||
|
||||
ghc-options:
|
||||
- -Wall
|
||||
- -threaded
|
||||
- -O2
|
||||
|
||||
dependencies:
|
||||
- base
|
||||
- filepath
|
||||
- optparse-applicative
|
||||
- wai
|
||||
- wai-app-static
|
||||
- warp
|
||||
|
||||
library:
|
||||
source-dirs: src/
|
||||
|
||||
executables:
|
||||
*name:
|
||||
main: Main.hs
|
||||
source-dirs: app/
|
||||
dependencies:
|
||||
- *name
|
||||
|
||||
Reference in New Issue
Block a user