packages feed

network-interfacerequest-0.0.1: network-interfacerequest.cabal

Name: network-interfacerequest
Synopsis: Haskell bindings for the ifreq structure
Description: Haskell bindings for the ifreq structure used to query network status using ioctl
License: BSD3
License-File: LICENSE
Category: Network
Maintainer: Andrew Miller (andrew.miller@lanthaps.com)
Cabal-Version: >= 1.6
Build-Type: Simple

Version: 0.0.1
Library
  Build-tools: hsc2hs
  HS-Source-Dirs: hssrc
  Exposed-Modules: Network.Socket.InterfaceRequest
  Build-depends: network >= 2 && < 3,
                 ioctl < 0.1,
                 base >= 4 && < 5,
                 bytestring < 0.10

Source-Repository head
  type: git
  location: https://github.com/A1kmm/network-interfacerequest