[cabin] Parse command-line options

This commit is contained in:
Joscha 2020-03-18 17:04:04 +00:00
parent 63a36d8a71
commit 78235ef7cf
3 changed files with 47 additions and 9 deletions

View file

@ -35,6 +35,7 @@ library
, forest-server
, microlens
, microlens-th
, optparse-applicative
, stm
, websockets
default-language: Haskell2010
@ -53,6 +54,7 @@ executable forest-cabin
, forest-server
, microlens
, microlens-th
, optparse-applicative
, stm
, websockets
default-language: Haskell2010