From 120b5a70dc2b74f3cb6c140e2829984ac6ccfa58 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sat, 29 Dec 2007 18:26:38 +0000 Subject: [PATCH] [gitconv @ libmpd.cabal: add StringConn to Other-Modules.] StringConn is needed to run the test suite, but was not included in the source archive. --- libmpd.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpd.cabal b/libmpd.cabal index 40a2974..0022c5f 100644 --- a/libmpd.cabal +++ b/libmpd.cabal @@ -16,6 +16,6 @@ Extra-Source-Files: TODO README ChangeLog tests/Properties.hs tests/Commands.hs tests/run-tests Exposed-Modules: Network.MPD Other-Modules: Network.MPD.Prim, Network.MPD.Commands, Network.MPD.SocketConn, - Network.MPD.Utils + Network.MPD.StringConn Network.MPD.Utils ghc-options: -Wall -O2 ghc-prof-options: -auto-all -prof -- 2.11.4.GIT