hsXenCtrl 0.1.0 → 0.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~mtl
Dependency ranges changed: mtl
Files
- hsXenCtrl.cabal +2/−2
hsXenCtrl.cabal view
@@ -1,5 +1,5 @@ name: hsXenCtrl-version: 0.1.0+version: 0.1.1 synopsis: FFI bindings to the Xen Control library. description: FFI bindings to xenctrl.h and perhaps more. The System.Xen.CBindings should provide direct access@@ -17,7 +17,7 @@ maintainer: thomas.dubuisson@gmail.com homepage: http://haskell.org/haskellwiki/HsXenCtrl stability: experimental-build-Depends: base >= 3.0 && < 4.5 , bytestring < 1.0 , mtl < 1.2 && >= 1.0, dlist == 0.5, array >= 0.2 && < 0.4+build-Depends: base >= 3.0 && < 4.5 , bytestring < 1.0 , mtl <= 2.2.0.0 && >= 1.0, dlist == 0.5, array >= 0.2 && < 0.4 build-type: Simple ghc-options: exposed-modules: System.Xen.CBindings, System.Xen