Skip to content

Commit

Permalink
Merge pull request #474 from hercules-ci/lens-aeson-1.2
Browse files Browse the repository at this point in the history
hercules-ci-cli: Support lens-aeson 1.2
  • Loading branch information
roberth authored Dec 2, 2022
2 parents d3d9773 + ac441e7 commit 6820b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hercules-ci-cli/src/Hercules/CLI/Credentials.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Control.Lens ((^?))
import Control.Monad.Trans.Maybe (MaybeT (MaybeT, runMaybeT))
import Data.Aeson (FromJSON, ToJSON, eitherDecode)
import qualified Data.Aeson as A
import Data.Aeson.Lens (AsPrimitive (_String), key)
import Data.Aeson.Lens (key, _String)
import qualified Data.ByteString as BS
import qualified Data.ByteString.Lazy as BL
import qualified Data.Map as M
Expand Down

0 comments on commit 6820b7c

Please sign in to comment.