packages feed

advent-of-code-api 0.2.9.0 → 0.2.9.1

raw patch · 3 files changed

+11/−1 lines, 3 filesPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

API changes (from Hackage documentation)

+ Advent: AoCUserAgent :: Text -> Text -> AoCUserAgent
+ Advent: [_auaEmail] :: AoCUserAgent -> Text
+ Advent: [_auaRepo] :: AoCUserAgent -> Text
+ Advent: data AoCUserAgent

Files

CHANGELOG.md view
@@ -1,6 +1,15 @@ Changelog ========= +Version 0.2.9.1+---------------++*December 11, 2023*++<https://github.com/mstksg/advent-of-code-api/releases/tag/v0.2.9.1>++*   Re-export `AoCUserAgent` from `Advent`.+ Version 0.2.9.0 --------------- 
advent-of-code-api.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           advent-of-code-api-version:        0.2.9.0+version:        0.2.9.1 synopsis:       Advent of Code REST API bindings and servant API description:    Haskell bindings for Advent of Code REST API and a servant API.  Please use                 responsibly! See README.md or "Advent" module for an introduction and
src/Advent.hs view
@@ -53,6 +53,7 @@   , Day(..)   , NextDayTime(..)   , AoCOpts(..)+  , AoCUserAgent(..)   , SubmitRes(..), showSubmitRes   , runAoC   , runAoC_