File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ common exceptions { build-depends: exceptions
28
28
common filepath { build-depends : filepath }
29
29
common hedgehog { build-depends : hedgehog }
30
30
common http-conduit { build-depends : http-conduit }
31
- common hw-aeson { build-depends : hw-aeson >= 0.1.8.0 }
32
31
common mmorph { build-depends : mmorph }
33
32
common mtl { build-depends : mtl }
34
33
common network { build-depends : network }
@@ -73,7 +72,6 @@ library
73
72
filepath,
74
73
hedgehog,
75
74
http-conduit,
76
- hw-aeson,
77
75
mmorph,
78
76
mtl,
79
77
network,
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ import Data.Aeson
7
7
import Data.Functor
8
8
import Data.HashMap.Lazy
9
9
import Data.Text
10
- import Prelude ((. ) , ($ ) )
10
+ import Prelude (($ ) , (. ) )
11
11
12
- import qualified HaskellWorks. Data.Aeson.Compat.Map as KM
12
+ import qualified Data.Aeson.KeyMap as KM
13
13
14
14
-- | Rewrite a JSON object to another JSON object using the function 'f'.
15
15
--
You can’t perform that action at this time.
0 commit comments