bindings-libpci 0.4.0.1 → 0.4.0.2
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- bindings-libpci.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,8 @@ # Revision history for bindings-libpci +## 0.4.0.2 -- 2021-12-30+* Update base dependency bounds+ ## 0.4.0.1 -- 2021-06-19 * Update README * Update base dependency bounds
bindings-libpci.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: bindings-libpci-version: 0.4.0.1+version: 0.4.0.2 synopsis: Low level bindings to libpci description: Low level bindings to libpci: .@@ -13,7 +13,7 @@ license-file: LICENSE author: dopamane maintainer: dopamane <standard.semiconductor@gmail.com>-copyright: Copyright (c) 2020 David Cox+copyright: Copyright (c) 2020 - 2022 David Cox category: FFI extra-source-files: CHANGELOG.md@@ -64,7 +64,7 @@ default-extensions: ForeignFunctionInterface, CPP build-depends:- base >= 4.12 && < 4.16,+ base >= 4.12 && < 4.17, bindings-DSL >= 1.0.24 && < 1.1 exposed-modules: Bindings.Libpci.Pci,