Metadata revisions for powerdns-0.4.1

Package maintainers and Hackage trustees are allowed to edit certain bits of package metadata after a release, without uploading a new tarball. Note that the tarball itself is never changed, just the metadata that is stored separately. For more information about metadata revisions, please refer to the Hackage Metadata Revisions FAQ.

No. Time User SHA256
-r2 (powerdns-0.4.1-r2) 2022-09-02T10:21:04Z dminuoso 03db91ff36a2003d1baa676e97a54e1b3ddc844c697017d09ea4c17a017e57be
  • Changed the library component's library dependency on 'bytestring' from

    ^>=0.10.10
    to
    ^>=0.10.10 || ^>=0.11.0

-r1 (powerdns-0.4.1-r1) 2022-04-21T20:05:42Z dminuoso 8115df2291a490b67ce58a24a9606340b2079eca1cc328f5ec22b224cca1c822
  • Changed description from

    PowerDNS API allows programmatic manipulation of zones and other metadata. This
    library is a thin wrapper, exposing most of the idiosyncracies directly.
    .
    Users are advised to refer to the PowerDNS documentation and its source code for
    the exact semantics.
    .
    All exposed API endpoints are provided.
    .
    > import qualified PowerDNS.Client as P
    > import           Network.HTTP.Client (newManager, defaultManagerSettings)
    > import           Servant.Client (runClientM, mkClientEnv, parseBarseUrl)
    >
    > main :: IO
    > main = do
    >   uri <- parseBaseUrl "http://localhost:8081"
    >   mgr <- newManager defaultManagerSettings
    >   let env = P.applyXApiKey "secret" (mkClientEnv mgr uri)
    >
    >   Right r <- runClientM (P.statistics "localhost" Nothing Nothing) env)
    >   traverse_ print r
    to
    PowerDNS API allows programmatic manipulation of zones and other metadata. This
    library is a thin wrapper, exposing most of the idiosyncracies directly.
    
    Users are advised to refer to the PowerDNS documentation and its source code for
    the exact semantics.
    
    All exposed API endpoints are provided.
    
    > import qualified PowerDNS.Client as P
    > import           Network.HTTP.Client (newManager, defaultManagerSettings)
    > import           Servant.Client (runClientM, mkClientEnv, parseBarseUrl)
    >
    > main :: IO
    > main = do
    >   uri <- parseBaseUrl "http://localhost:8081"
    >   mgr <- newManager defaultManagerSettings
    >   let env = P.applyXApiKey "secret" (mkClientEnv mgr uri)
    >
    >   Right r <- runClientM (P.statistics "localhost" Nothing Nothing) env)
    >   traverse_ print r

-r0 (powerdns-0.4.1-r0) 2022-04-21T12:23:25Z dminuoso 00bae868bfb017d0b76947597985ab3ff3077520fa327a59305449bbecb736a5