packages feed

ebird-client 0.2.0.0 → 0.2.0.1

raw patch · 3 files changed

+5/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for ebird-client +## 0.2.0.1 -- 2023-12-17++* Remove some leftover GHC options.+ ## 0.2.0.0 -- 2023-12-16  * Rename subregion items so that subregion is one word.
ebird-client.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               ebird-client-version:            0.2.0.0+version:            0.2.0.1 synopsis:     Client functions for querying the eBird API. description:
src/Data/EBird/Client/Generated.hs view
@@ -1,7 +1,6 @@ {-# LANGUAGE DataKinds        #-} {-# LANGUAGE TypeApplications #-} -{-# OPTIONS_GHC -Wno-unrecognised-pragmas -ddump-verbose-inlinings #-} {-# HLINT ignore "Eta reduce" #-}  -- |