From: Michael Orlitzky Date: Sun, 2 Feb 2020 05:36:10 +0000 (-0500) Subject: src/OptionalConfiguration.hs: don't derive Typeable. X-Git-Tag: 0.0.3~2 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=4d67efc948ee9317a65c22268e31757a849c9193;hp=4d67efc948ee9317a65c22268e31757a849c9193;p=mailbox-count.git src/OptionalConfiguration.hs: don't derive Typeable. As of ghc-7.10.1, it's not necessary to derive Typeable. So let's not do it. The cabal file was updated to require >=7.10.1 as a result. ---