lxc 0.3.1 → 0.3.1.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~mtldep ~transformers
Dependency ranges changed: mtl, transformers
Files
- CHANGELOG.md +4/−0
- lxc.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,7 @@+0.3.1.1+---+* loose `mtl` and `transformers` dependencies for `lxc` to play nice with other libraries+ 0.3.1 --- * added `snapshotDestroy` to `System.LXC.Container`
lxc.cabal view
@@ -1,5 +1,5 @@ name: lxc-version: 0.3.1+version: 0.3.1.1 synopsis: High level Haskell bindings to LXC (Linux containers). description: The library provides Haskell LXC API, wrapping <http://hackage.haskell.org/package/bindings-lxc bindings-lxc package>. homepage: https://github.com/fizruk/lxc@@ -29,8 +29,8 @@ System.LXC.Internal.Utils build-depends: base >=4.7 && <4.8 , bindings-lxc >=0.2 && <0.3- , transformers >=0.4 && <0.5- , mtl >=2.2 && <2.3+ , transformers >=0.2+ , mtl source-repository head type: git