packages feed

stack-network-0.1.0.0: stack-network.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 12a687ca0943e077ae9a6701e456dcb05c158b2d5231a99dab1235832cb71e44

name:           stack-network
version:        0.1.0.0
synopsis:       A program for extending Stack to add distributed capabilities
description:    See README at <https://github.com/McGizzle/stack-network#readme>
category:       Web
homepage:       https://github.com/McGizzle/stack-network#readme
bug-reports:    https://github.com/McGizzle/stack-network/issues
author:         Sean McGroarty
maintainer:     Sean McGroarty <mcgroas@tcd.ie>
copyright:      2018 Sean McGroarty
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    build4docker.sh
    docker-compose.yml
    network.config
    README.md
    rundock.sh

source-repository head
  type: git
  location: https://github.com/McGizzle/stack-network

library
  hs-source-dirs:
      src
  ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates
  build-depends:
      Cabal
    , ansi-terminal
    , async
    , base >=4.7 && <5
    , binary
    , bytestring
    , clock
    , configurator
    , directory
    , dirstream
    , distributed-process-lifted
    , distributed-process-simplelocalnet
    , exceptions
    , filepath
    , lifted-base
    , mtl
    , optparse-applicative
    , pipes
    , pipes-safe
    , process
    , system-fileio
    , system-filepath
    , temporary
    , text
    , transformers
  exposed-modules:
      Network.Distributed
      Network.Distributed.Types
      Network.Distributed.Utils
      Network.Distributed.Process
      Network.Distributed.Transfer
  other-modules:
      Main
      Paths_stack_network
  default-language: Haskell2010

executable stack-network
  main-is: Main.hs
  hs-source-dirs:
      src
  ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates
  build-depends:
      Cabal
    , ansi-terminal
    , async
    , base >=4.7 && <5
    , binary
    , bytestring
    , clock
    , configurator
    , directory
    , dirstream
    , distributed-process-lifted
    , distributed-process-simplelocalnet
    , exceptions
    , filepath
    , lifted-base
    , mtl
    , optparse-applicative
    , pipes
    , pipes-safe
    , process
    , stack-network
    , system-fileio
    , system-filepath
    , temporary
    , text
    , transformers
  other-modules:
      Network.Distributed
      Network.Distributed.Process
      Network.Distributed.Transfer
      Network.Distributed.Types
      Network.Distributed.Utils
      Paths_stack_network
  default-language: Haskell2010

test-suite distributed-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test
  ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      Cabal
    , ansi-terminal
    , async
    , base >=4.7 && <5
    , binary
    , bytestring
    , clock
    , configurator
    , directory
    , dirstream
    , distributed-process-lifted
    , distributed-process-simplelocalnet
    , exceptions
    , filepath
    , hspec
    , lifted-base
    , mtl
    , optparse-applicative
    , pipes
    , pipes-safe
    , process
    , raw-strings-qq
    , stack-network
    , system-fileio
    , system-filepath
    , temporary
    , text
    , transformers
    , yaml
  other-modules:
      DockerCompose
      DockerSpec
      Paths_stack_network
  default-language: Haskell2010