landlock 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+7/−2 lines, 2 files
Files
- CHANGELOG.md +6/−1
- landlock.cabal +1/−1
CHANGELOG.md view
@@ -1,6 +1,11 @@ # Revision history for landlock -## 0.2.0.0 -- YYYY-mm-dd+## 0.2.0.1 -- 2022-08-24++* Code-wise the same as version 0.2.0.0, but said version was incorrectly+ published on Hackage, hence re-releasing.++## 0.2.0.0 -- 2022-08-24 * Support `base ^>=4.15` and `base ^>=4.16`, tested in CI using GHC 9.0.2 and GHC 9.2.2.
landlock.cabal view
@@ -2,7 +2,7 @@ Build-Type: Simple Name: landlock-Version: 0.2.0.0+Version: 0.2.0.1 Synopsis: Haskell bindings for the Linux Landlock API Description: This library exposes Haskell bindings for the Linux kernel Landlock API.