aboutsummaryrefslogtreecommitdiff
path: root/lib/Malodivo/Types/District.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Malodivo/Types/District.hs')
-rw-r--r--lib/Malodivo/Types/District.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Malodivo/Types/District.hs b/lib/Malodivo/Types/District.hs
index a46628d..058377b 100644
--- a/lib/Malodivo/Types/District.hs
+++ b/lib/Malodivo/Types/District.hs
@@ -22,7 +22,7 @@ module Malodivo.Types.District
import GHC.Generics (Generic)
-import Data.Aeson (FromJSON, FromJSONKey, ToJSON, ToJSONKey)
+import Data.Aeson (FromJSON, ToJSON)
import Data.Hashable (Hashable)
-- | District of the Kindom of Malodivo.
@@ -35,7 +35,5 @@ data District
, Show
, Generic
, FromJSON
- , FromJSONKey
, ToJSON
- , ToJSONKey
)