X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=blobdiff_plain;f=Lucu.cabal;h=121740b45911e2ce0ba118075d8f36b9c2f5385a;hp=b04dc16d27ab1bd3939ec275ab5472b449f7b92d;hb=3c7a58ab749a55a30466a033b170536bcdf18b98;hpb=9961a721f98b101825ef154a2122c1fc2fa6d1ac diff --git a/Lucu.cabal b/Lucu.cabal index b04dc16..121740b 100644 --- a/Lucu.cabal +++ b/Lucu.cabal @@ -6,7 +6,7 @@ Author: PHO Homepage: http://ccm.sherry.jp/ Category: Incomplete Build-Depends: - base, mtl, network + base, mtl, network, stm, parsec Exposed-Modules: Network.HTTP.Lucu.Config Network.HTTP.Lucu.Headers @@ -15,7 +15,9 @@ Exposed-Modules: Network.HTTP.Lucu.Response Network.HTTP.Lucu.Resource Network.HTTP.Lucu.Request +ghc-options: -threaded Executable: HelloWorld Main-Is: HelloWorld.hs Hs-Source-Dirs: ., examples +ghc-options: -threaded \ No newline at end of file