]> gitweb.michael.orlitzky.com - mailbox-count.git/commitdiff
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)
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.


No differences found