diff options
author | Andrew Cady <d@jerkface.net> | 2016-02-22 12:09:56 -0500 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2016-02-22 12:09:56 -0500 |
commit | 7f505a43b02dd98033a2e27dc040c3e7c1b20eaa (patch) | |
tree | 024335b554d4f137f60eb68deaeb99d017a3ff3e /Presence/ConsoleWriter.hs | |
parent | 95da11f0c12895ee65808dfb772b323a682bdbad (diff) |
Compiles with latest stackage lts
However, it can't possibly work, because of this:
XMPPServer.hs:
> renderBuilderFlush = undefined
The (real) definition of that function will have to be provided by a
forked version of xml-conduit which is not included in this commit.
Diffstat (limited to 'Presence/ConsoleWriter.hs')
-rw-r--r-- | Presence/ConsoleWriter.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Presence/ConsoleWriter.hs b/Presence/ConsoleWriter.hs index b5040ba7..e755b27f 100644 --- a/Presence/ConsoleWriter.hs +++ b/Presence/ConsoleWriter.hs | |||
@@ -16,7 +16,7 @@ import Control.Concurrent.STM | |||
16 | import Data.Monoid | 16 | import Data.Monoid |
17 | import Data.Char | 17 | import Data.Char |
18 | import Data.Maybe | 18 | import Data.Maybe |
19 | import System.Environment | 19 | import System.Environment hiding (setEnv) |
20 | import System.Process ( rawSystem ) | 20 | import System.Process ( rawSystem ) |
21 | import System.Exit ( ExitCode(ExitSuccess) ) | 21 | import System.Exit ( ExitCode(ExitSuccess) ) |
22 | import System.Posix.Env ( setEnv ) | 22 | import System.Posix.Env ( setEnv ) |