Skip to content

Commit 42505e3

Browse files
committed
Remove dependency on hw-aeson
1 parent 28dab32 commit 42505e3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

hedgehog-extras.cabal

-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ common exceptions { build-depends: exceptions
2828
common filepath { build-depends: filepath }
2929
common hedgehog { build-depends: hedgehog }
3030
common http-conduit { build-depends: http-conduit }
31-
common hw-aeson { build-depends: hw-aeson >= 0.1.8.0 }
3231
common mmorph { build-depends: mmorph }
3332
common mtl { build-depends: mtl }
3433
common network { build-depends: network }
@@ -73,7 +72,6 @@ library
7372
filepath,
7473
hedgehog,
7574
http-conduit,
76-
hw-aeson,
7775
mmorph,
7876
mtl,
7977
network,

src/Hedgehog/Extras/Stock/Aeson.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import Data.Aeson
77
import Data.Functor
88
import Data.HashMap.Lazy
99
import Data.Text
10-
import Prelude ((.), ($))
10+
import Prelude (($), (.))
1111

12-
import qualified HaskellWorks.Data.Aeson.Compat.Map as KM
12+
import qualified Data.Aeson.KeyMap as KM
1313

1414
-- | Rewrite a JSON object to another JSON object using the function 'f'.
1515
--

0 commit comments

Comments
 (0)