caps
caps copied to clipboard
Use 'th-abstraction' package for 'makeCap'
I noticed that makeCap contains some complex TemplateHaskell logic. It seems better to me to use th-abstraction package for that case to automatically maintain makeCap on multiple versions of GHC.
Also, would be good to have documentation for makeCap function at least...