-- Initial pipes-irc-server.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: pipes-irc-server version: 0.1.0.0 synopsis: IRC server based on pipes -- description: license: BSD3 license-file: LICENSE author: Levi Pearson maintainer: levipearson@gmail.com -- copyright: category: Network build-type: Simple -- extra-source-files: cabal-version: >=1.10 executable pipes-irc-server main-is: Main.hs other-modules: Pipes.IRC.Message , Pipes.IRC.Message.Parse , Pipes.IRC.Message.Render , Pipes.IRC.Message.Types , Pipes.IRC.Server , Pipes.IRC.Server.Channel , Pipes.IRC.Server.EventHandler , Pipes.IRC.Server.IrcMonad , Pipes.IRC.Server.Log , Pipes.IRC.Server.Server , Pipes.IRC.Server.User , Pipes.IRC.Server.Util , Pipes.IRC.Server.Types , Pipes.IRC.Server.MessageHandler -- other-extensions: build-depends: base , mtl , errors , mmorph , containers , bytestring , text , attoparsec , network , pipes , pipes-concurrency , pipes-bytestring , pipes-parse , pipes-attoparsec , pipes-network , stm , time , async , free , lens hs-source-dirs: src default-language: Haskell2010 test-suite tests type: exitcode-stdio-1.0 other-modules: Pipes.IRC.Message , Pipes.IRC.Message.Parse , Pipes.IRC.Message.Render , Pipes.IRC.Message.Types , Pipes.IRC.Server.Channel , Pipes.IRC.Server.Server , Pipes.IRC.Server.Types , Pipes.IRC.Server.User , Pipes.IRC.Server.Util , ParseTests main-is: Test.hs build-depends: base , mtl , containers , bytestring , text , attoparsec , pipes , pipes-concurrency , pipes-bytestring , pipes-parse , pipes-attoparsec , pipes-network , stm , async , free , lens , time build-depends: tasty , tasty-hspec , tasty-hunit , tasty-quickcheck , tasty-smallcheck hs-source-dirs: tests, src default-language: Haskell2010