hen-0.0.1: hen.cabal
Name: hen
Version: 0.0.1
Synopsis: Haskell bindings to Xen hypervisor interface
Description: Haskell bindings to Xen hypervisor interface
License: MIT
License-file: LICENSE
Copyright: Selectel
Author: Fedor Gogolev <knsd@knsd.net>
Sergei Lebedev <superbobry@gmail.com>
Maintainer: Fedor Gogolev <knsd@knsd.net>
Homepage: https://github.com/selectel/hen
Bug-reports: https://github.com/selectel/hen/issues
Category: System
Stability: Alpha
Build-type: Simple
Cabal-version: >= 1.12
Tested-with: GHC == 7.6.*
Library
Hs-source-dirs: src
Ghc-options: -Wall -fno-warn-orphans
Default-language: Haskell2010
Build-depends: base == 4.6.* || == 4.5.*
, containers == 0.5.*
, mtl == 2.1.*
, transformers-base == 0.4.*
, lifted-base == 0.2.*
, monad-control == 0.3.*
, uuid == 1.2.*
, bitset == 1.2.*
Exposed-modules: System.Xen
System.Xen.High
System.Xen.Types
System.Xen.Errors
System.Xen.Mid
System.Xen.Low
Extra-libraries: xenctrl
Source-repository head
Type: git
Location: https://github.com/selectel/hen