packages feed

libvirt-hs-0.2.3: libvirt-hs.cabal

Cabal-version:       3.4
Name:                libvirt-hs
Version:             0.2.3

Synopsis:            FFI bindings to libvirt virtualization API (http://libvirt.org)

Description:         This package provides low-level (at this moment, at least) FFI bindings to libvirt library.

Homepage:            https://github.com/portnov/libvirt-hs

License:             BSD-3-Clause

License-file:        LICENSE

Author:              IlyaPortnov

Maintainer:          portnov84@rambler.ru

-- A copyright notice.
-- Copyright:           

Category:            System

Build-type:          Simple

-- Extra files to be distributed with the package, such as examples or
-- a README.
Extra-source-files:  Test.hs

-- Constraint on the version of Cabal needed to build this package.


Library
  Exposed-modules:     System.LibVirt.Internal
                       System.LibVirt.Errors
                       System.LibVirt.Foreign
                       System.LibVirt
  
  -- Packages needed in order to build this package.
  Build-depends:       base >= 4 && < 5
                     , syb >= 0.1.0.2
                     , unix
  
  Build-tool-depends: cpphs:c2hs

  pkgconfig-depends:   libvirt
  default-language:    Haskell2010

Source-repository head
  type: git
  location: https://github.com/portnov/libvirt-hs.git