packages feed

websockets-simple-extra-0.0.0: websockets-simple-extra.cabal

cabal-version: 1.12

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

name:           websockets-simple-extra
version:        0.0.0
description:    Please see the README on GitHub at <https://github.com/athanclark/websockets-simple-extra#readme>
homepage:       https://github.com/athanclark/websockets-simple-extra#readme
bug-reports:    https://github.com/athanclark/websockets-simple-extra/issues
author:         Athan Clark
maintainer:     athan.clark@gmail.com
copyright:      2019 Athan Clark
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/athanclark/websockets-simple-extra

library
  exposed-modules:
      Network.WebSockets.Simple.Logger
  other-modules:
      Paths_websockets_simple_extra
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , mtl
    , websockets-simple
  default-language: Haskell2010