hen 0.1.1 → 0.1.3
raw patch · 1 files changed
+8/−8 lines, 1 filesdep ~basedep ~tastydep ~tasty-quickcheck
Dependency ranges changed: base, tasty, tasty-quickcheck, uuid
Files
- hen.cabal +8/−8
hen.cabal view
@@ -1,5 +1,5 @@ Name: hen-Version: 0.1.1+Version: 0.1.3 Synopsis: Haskell bindings to Xen hypervisor interface Description: Haskell bindings to Xen hypervisor interface License: MIT@@ -21,11 +21,11 @@ Ghc-options: -Wall -fno-warn-orphans Default-language: Haskell2010 - Build-depends: base == 4.6.* || == 4.5.*+ Build-depends: base == 4.7.* || == 4.6.* || == 4.5.* , transformers == 0.3.* , mtl == 2.1.* || == 2.0.* , exceptions == 0.3.*- , uuid == 1.2.*+ , uuid == 1.3.* , bitset == 1.4.* Exposed-modules: System.Xen@@ -35,7 +35,7 @@ System.Xen.Errors System.Xen.Mid System.Xen.Low--- Extra-libraries: xenctrl+ Extra-libraries: xenctrl Test-suite hen-tests Main-is: Tests.hs@@ -43,16 +43,16 @@ Default-language: Haskell2010 Type: exitcode-stdio-1.0 - Build-depends: base == 4.6.* || == 4.5.*+ Build-depends: base == 4.7.* || == 4.6.* || == 4.5.* , transformers == 0.3.* , mtl == 2.1.* || == 2.0.* , exceptions == 0.3.*- , uuid == 1.2.*+ , uuid == 1.3.* , bitset == 1.4.* , hen - , tasty == 0.3.*- , tasty-quickcheck == 0.3.*+ , tasty == 0.8.*+ , tasty-quickcheck == 0.8.* , QuickCheck == 2.6.* Source-repository head