]> gitweb.michael.orlitzky.com - mailbox-count.git/commit
src/OptionalConfiguration.hs: don't derive Typeable.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 2 Feb 2020 05:36:10 +0000 (00:36 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 2 Feb 2020 05:36:10 +0000 (00:36 -0500)
commit4d67efc948ee9317a65c22268e31757a849c9193
tree3a2e6f950c37bbcda9a97dbcff30518abff3d47a
parent1585e5bef7e46666a8f026a00884323c9834565b
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.
mailbox-count.cabal
src/OptionalConfiguration.hs