Skip to content

Commit f5276be

Browse files
committed
tmp
1 parent b252fe8 commit f5276be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/JbeamEdit/Formatting/Rules.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ newtype NodePattern
6161
#ifdef READ_INSTANCES
6262
deriving instance Read NodePattern
6363
deriving instance Read NodePatternSelector
64+
deriving instance Read RuleSet
6465
#endif
6566

6667
instance Monoid RuleSet where
@@ -171,7 +172,7 @@ type Rule = Map SomeKey SomeProperty
171172

172173
newtype RuleSet
173174
= RuleSet (Map NodePattern Rule)
174-
deriving stock (Eq, Read, Show)
175+
deriving stock (Eq, Show)
175176

176177
lookupProp :: (Eq a, Read a, Show a) => PropertyKey a -> Rule -> Maybe a
177178
lookupProp targetKey m =

0 commit comments

Comments
 (0)