packages feed

hails-bin 0.1 → 0.1.1

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

hails-bin.cabal view
@@ -1,5 +1,5 @@ Name:           hails-bin-Version:        0.1+Version:        0.1.1 build-type:     Simple License:        GPL-2 License-File:   LICENSE
hails.hs view
@@ -148,7 +148,7 @@ envOpts opts env =    opts { optName = maybe (optName opts) id (fromEnv "APP_NAME")        , optPort = maybe (optPort opts) id (readFromEnv "PORT")-       , optKey  = maybe (optKey  opts) id (readFromEnv "HMAC_KEY")+       , optKey  = maybe (optKey  opts) id (fromEnv "HMAC_KEY")        , optUrl  = maybe (optUrl  opts) id (fromEnv "AUTH_URL")        }     where fromEnv n = lookup n env