packages feed

zeromq4-simple-0.0.0.2: zeromq4-simple.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: 8a9a9f8e0ba39d0e81e391600f8481ac025ac0327f2aaae5709c9108a72530c4

name:           zeromq4-simple
version:        0.0.0.2
synopsis:       More constrained extensions to zeromq4-haskell
description:    Please see the README on GitHub at <https://github.com/athanclark/zeromq4-simple#readme>
category:       System, FFI
homepage:       https://github.com/athanclark/zeromq4-simple#readme
bug-reports:    https://github.com/athanclark/zeromq4-simple/issues
author:         Athan Clark
maintainer:     athan.clark@gmail.com
copyright:      2018, 2019 (c) 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/zeromq4-simple

library
  exposed-modules:
      System.ZMQ4.Simple
  other-modules:
      Paths_zeromq4_simple
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      aeson
    , base >=4.7 && <5
    , bytestring
    , constraints
    , hashable
    , uuid
    , zeromq4-haskell
  default-language: Haskell2010