Configure server port with command line arguments

This commit is contained in:
Joe Nelson
2014-06-22 15:28:10 -07:00
parent dbf8e388ec
commit a3b2d8a9ba
2 changed files with 31 additions and 15 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ executable dbapi
build-depends: base >=4.6 && <5
, postgresql-simple
, warp, wai, http-types
, bytestring, aeson
, text
, bytestring, aeson, network
, text, optparse-applicative
-- hs-source-dirs:
default-language: Haskell2010