X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Lucu.cabal;h=da7ecca56ecfe9f293d6412d80bcc498f38d020a;hb=cd1b58b84ff354e3fc2a7d2c8fd548a7b59fe138;hp=121740b45911e2ce0ba118075d8f36b9c2f5385a;hpb=3c7a58ab749a55a30466a033b170536bcdf18b98;p=Lucu.git diff --git a/Lucu.cabal b/Lucu.cabal index 121740b..da7ecca 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, stm, parsec + base, mtl, network, stm, parsec, hxt Exposed-Modules: Network.HTTP.Lucu.Config Network.HTTP.Lucu.Headers @@ -15,9 +15,9 @@ Exposed-Modules: Network.HTTP.Lucu.Response Network.HTTP.Lucu.Resource Network.HTTP.Lucu.Request -ghc-options: -threaded +ghc-options: -threaded -fglasgow-exts Executable: HelloWorld Main-Is: HelloWorld.hs Hs-Source-Dirs: ., examples -ghc-options: -threaded \ No newline at end of file +ghc-options: -threaded -fglasgow-exts \ No newline at end of file