cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: 98f5bcb2b7791543da71e05825d48b6d55d8653a7ead24695f36c3f84d5fd62b name: hs-server-starter version: 0.1.0.2 synopsis: Write a server supporting Server::Starter's protocol in Haskell description: Provides a utility to write server program which can be called via Perl's https://github.com/kazuho/p5-Server-Starter program using Haskell. This module does not provide a Haskell implementation of start_server, so you need to use the original Perl version or use a version ported to golang. category: value homepage: https://github.com/hiratara/hs-server-starter#readme bug-reports: https://github.com/hiratara/hs-server-starter/issues author: Masahiro Honma maintainer: hiratara@cpan.org copyright: Copyright 2017- hiratara license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md source-repository head type: git location: https://github.com/hiratara/hs-server-starter flag example description: Build the example application manual: False default: False library exposed-modules: Network.ServerStarter.Socket other-modules: Paths_hs_server_starter hs-source-dirs: src build-depends: base >=4.7 && <5 , directory >=1.3.0.0 && <1.4 , network >=2.6.3.1 && <2.9 default-language: Haskell2010 executable server-starter-warp-example main-is: server-starter-warp-example.hs other-modules: Paths_hs_server_starter hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base , hs-server-starter , http-types , network , wai , warp if !(flag(example)) buildable: False default-language: Haskell2010 test-suite hs-server-starter-test type: exitcode-stdio-1.0 main-is: test-ss-socket.hs other-modules: Paths_hs_server_starter hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: HUnit , base , hs-server-starter , network , temporary , unix default-language: Haskell2010