bindings-lxc 0.2.0.1 → 0.2.1
raw patch · 3 files changed
+9/−5 lines, 3 filesdep ~base
Dependency ranges changed: base
Files
- CHANGELOG.md +6/−3
- README.md +1/−0
- bindings-lxc.cabal +2/−2
CHANGELOG.md view
@@ -1,8 +1,11 @@+0.2.1+---+* Relax upper bound for `base`+ 0.2.0.1 ----* better documentation-* no changes in the interface+* Improve documentation 0.2 ----* fixed types in `Bindings.LXC.Container`+* Fix types in `Bindings.LXC.Container`
README.md view
@@ -1,6 +1,7 @@ bindings-lxc ============ +[](http://hackage.haskell.org/package/bindings-lxc) [](https://travis-ci.org/fizruk/bindings-lxc) Direct Haskell bindings to LXC (Linux containers) C API.
bindings-lxc.cabal view
@@ -1,5 +1,5 @@ name: bindings-lxc-version: 0.2.0.1+version: 0.2.1 synopsis: Direct Haskell bindings to LXC (Linux containers) C API. description: The package provides direct bindings to LXC C API through @bindings-dsl@. @@ -22,7 +22,7 @@ default-language: Haskell2010 hs-source-dirs: src/ include-dirs: include/- build-depends: base >=4.7 && <4.8+ build-depends: base >=4.7 && <5 , bindings-DSL >=1.0 && <1.1 extra-libraries: lxc default-extensions: