ndmitchell / uniplate

Haskell library for simple, concise and fast generic operations.
Other
76 stars 8 forks source link

Add flag descriptions #1

Closed ghost closed 4 years ago

ghost commented 10 years ago

Add descriptions for:

flag typeable_fingerprint flag separate_syb

ndmitchell commented 10 years ago

The flags should be inferred by Cabal, they are basically turning on/off defines to get things working in various versions of GHC. For any version of GHC, there is only one setting of the flags that will work. That said, adding a quick description to each flag doesn't seem a bad idea.

ndmitchell commented 4 years ago

I deleted these flags, since they were to support GHC 7.4 or so.