packages feed

zeromq4-simple-0.0.0: zeromq4-simple.cabal

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

name:           zeromq4-simple
version:        0.0.0
synopsis:       More constrained extensions to zeromq4-haskell
description:    Please see the README on GitHub at <https://github.com/githubuser/zeromq4-simple#readme>
category:       System, FFI
author:         Athan Clark
maintainer:     athan.clark@localcooking.com
copyright:      2018 (c) Local Cooking Inc.
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    ChangeLog.md
    README.md

source-repository head
  type: git
  location: git://git.localcooking.com/tooling/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