diff options
author | joe <joe@jerkface.net> | 2017-11-04 17:02:06 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2017-11-04 17:02:06 -0400 |
commit | 67afff3c6e2ce009e7fff83669e8c381e27166f2 (patch) | |
tree | 88ffb9d97142d5fa7c24bac9697f0a78bbaedd21 | |
parent | 6a4aebd4be2525de7b58dda5cd6f34582d363785 (diff) |
Added xml-type dependency to cabal introduced by type signatures.
-rw-r--r-- | presence.cabal | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/presence.cabal b/presence.cabal index a781221a..81ca59b2 100644 --- a/presence.cabal +++ b/presence.cabal | |||
@@ -89,7 +89,8 @@ executable presence | |||
89 | stm, | 89 | stm, |
90 | text (>=0.11.2.0), | 90 | text (>=0.11.2.0), |
91 | transformers, | 91 | transformers, |
92 | unix | 92 | unix, |
93 | xml-types | ||
93 | 94 | ||
94 | executable whosocket | 95 | executable whosocket |
95 | main-is: whosocket.hs | 96 | main-is: whosocket.hs |
@@ -126,7 +127,8 @@ executable consolation | |||
126 | stm, | 127 | stm, |
127 | text (>=0.11.2.0), | 128 | text (>=0.11.2.0), |
128 | transformers, | 129 | transformers, |
129 | unix | 130 | unix, |
131 | xml-types | ||
130 | main-is: xmppServer.hs | 132 | main-is: xmppServer.hs |
131 | 133 | ||
132 | executable pwrite | 134 | executable pwrite |