powerdns 0.1 → 0.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- powerdns.cabal +2/−2
powerdns.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: powerdns-version: 0.1+version: 0.1.1 license: BSD3 license-file: LICENSE copyright: (c) 2021 Victor Nawothnig@@ -49,7 +49,7 @@ default-language: Haskell2010 ghc-options: -Wall -Wcompat build-depends:- base >=4.12 && <4.14,+ base >=4.12 && <4.15, aeson >=1.5.6 && <1.6, bytestring >=0.10.10 && <0.11, deepseq >=1.4.4 && <1.5,