Skip to content

Commit

Permalink
Remove dependency on hw-aeson
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Oct 4, 2023
1 parent 28dab32 commit a73aac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions hedgehog-extras.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ common exceptions { build-depends: exceptions
common filepath { build-depends: filepath }
common hedgehog { build-depends: hedgehog }
common http-conduit { build-depends: http-conduit }
common hw-aeson { build-depends: hw-aeson >= 0.1.8.0 }
common mmorph { build-depends: mmorph }
common mtl { build-depends: mtl }
common network { build-depends: network }
Expand Down Expand Up @@ -73,7 +72,6 @@ library
filepath,
hedgehog,
http-conduit,
hw-aeson,
mmorph,
mtl,
network,
Expand Down
4 changes: 2 additions & 2 deletions src/Hedgehog/Extras/Stock/Aeson.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import Data.Aeson
import Data.Functor
import Data.HashMap.Lazy
import Data.Text
import Prelude ((.), ($))
import Prelude (($), (.))

import qualified HaskellWorks.Data.Aeson.Compat.Map as KM
import qualified Data.Aeson.KeyMap as KM

-- | Rewrite a JSON object to another JSON object using the function 'f'.
--
Expand Down

0 comments on commit a73aac1

Please sign in to comment.