Skip to content

Commit

Permalink
Remove leftover GHC options, version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
FinleyMcIlwaine committed Dec 17, 2023
1 parent 846f9b0 commit 9b58c0f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ebird-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for ebird-cli

## 0.3.0.1 -- 2023-12-16

* Bump dependency on `ebird-client`.

## 0.3.0.0 -- 2023-12-16

* Rename subregion items so subregion is one word.
Expand Down
2 changes: 1 addition & 1 deletion ebird-cli/ebird-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ library
Data.EBird.CLI
build-depends:
ebird-api >= 0.2.0.0 && < 0.3
, ebird-client >= 0.2.0.0 && < 0.3
, ebird-client >= 0.2.0.1 && < 0.3

, aeson >= 1.5.6.0 && < 2.2
, aeson-pretty >= 0.8.8 && < 0.9
Expand Down
4 changes: 4 additions & 0 deletions ebird-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ebird-client/ebird-client.cabal
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 0 additions & 1 deletion ebird-client/src/Data/EBird/Client/Generated.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE TypeApplications #-}

{-# OPTIONS_GHC -Wno-unrecognised-pragmas -ddump-verbose-inlinings #-}
{-# HLINT ignore "Eta reduce" #-}

-- |
Expand Down

0 comments on commit 9b58c0f

Please sign in to comment.