Cabal revisions of libvirt-hs-0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: libvirt-hs-Version: 0.1--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: http://redmine.iportnov.ru/projects/libvirt-hs--License: BSD3--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.-Cabal-version: >=1.6---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- - Build-tools: c2hs-- Extra-libraries: "virt"--Source-repository head- type: git- location: git://home.iportnov.ru/libvirt-hs.git- +Name: libvirt-hs +Version: 0.1 +x-revision: 1 + +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: BSD3 + +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. +Cabal-version: >=1.6 + + +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 + + Build-tools: c2hs + + Extra-libraries: "virt" + +Source-repository head + type: git + location: https://github.com/portnov/libvirt-hs.git +