THEY CAN TALK!
[?]
Jan 16, 2015, 10:39 PM
NJZ3DKZYZTAEHPAEXS3XFWIPCJFR3D4642UQMGQABVFGNKQUEQVACDependencies
- [2]
2Y2QZFVFSwitch to more modern cabal2nix-based workflow. - [3]
OBFPJS2GProject successfully builds and tests under nix. - [4]
HE3JTXO3Added client call to payouts. - [5]
WO2MINIFAuctions now compile! - [6]
Z3M53KTLAdrift. - [7]
ADMKQQGCInitial empty Snap project. - [8]
WZUHEZSBStart of migration back toward snap. - [9]
TCOAKCGGCompleted conversion to snap. - [*]
64C6AWH6Rename Ananke -> Quixotic, project reboot.
Change contents
- edit in payouts/Main.hs at line 22
threadDelay (pollingInterval cfg) - edit in payouts/Main.hs at line 23
threadDelay (pollingInterval cfg) - edit in quixotic.cabal at line 85
, bytestring >= 0.9.1 && < 0.11 - replacement in server/Main.hs at line 41
, sslCert :: FilePath, sslKey :: FilePath-- , sslCert :: FilePath-- , sslKey :: FilePath - replacement in server/Main.hs at line 54
<*> C.lookupDefault 8443 cfg "port"<*> (fmap fpFromText $ C.require cfg "sslCert")<*> (fmap fpFromText $ C.require cfg "sslKey")<*> C.lookupDefault 8000 cfg "port"-- <*> (fmap fpFromText $ C.require cfg "sslCert")-- <*> (fmap fpFromText $ C.require cfg "sslKey") - replacement in server/Main.hs at line 62
SC.setSSLPort (port cfg) .SC.setSSLCert (fpToString $ sslCert cfg) .SC.setSSLKey (fpToString $ sslKey cfg)SC.setPort (port cfg)--SC.setSSLPort (port cfg) .--SC.setSSLCert (fpToString $ sslCert cfg) .--SC.setSSLKey (fpToString $ sslKey cfg) - edit in server/Main.hs at line 87
lift . modifyResponse $ addHeader "content-type" "application/json"