packages feed

ws-0.0.6: ws.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 5a8a66875e13ead9d5c15c041f9bea2953e4c6d7497b5bff2d46ea28fa9af53e

name:           ws
version:        0.0.6
synopsis:       A simple CLI utility for interacting with a websocket
description:    Please see the README on Github at <https://git.localcooking.com/tooling/ws#readme>
category:       Web
homepage:       https://github.com/athanclark/ws#readme
bug-reports:    https://github.com/athanclark/ws/issues
author:         Athan Clark
maintainer:     athan.clark@gmail.com
copyright:      2018 Athan Clark
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/athanclark/ws

library
  exposed-modules:
      App
      App.Types
  other-modules:
      Paths_ws
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      async
    , attoparsec-uri >=0.0.9
    , base >=4.7 && <5
    , bytestring
    , exceptions
    , haskeline >=0.7.4
    , mtl
    , network
    , text
    , websockets >=0.12
    , wuss
  default-language: Haskell2010

executable ws
  main-is: Main.hs
  other-modules:
      Paths_ws
  hs-source-dirs:
      app
  ghc-options: -Wall -threaded -rtsopts -Wall -with-rtsopts=-N
  build-depends:
      async
    , attoparsec
    , attoparsec-uri
    , base >=4.7 && <5
    , bytestring
    , exceptions
    , haskeline >=0.7.4
    , mtl
    , network
    , optparse-applicative
    , strict
    , text
    , vector
    , websockets >=0.12
    , ws
    , wuss
  default-language: Haskell2010