diff options
Diffstat (limited to 'haskell/haskell-th-reify-many/README')
-rw-r--r-- | haskell/haskell-th-reify-many/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/haskell/haskell-th-reify-many/README b/haskell/haskell-th-reify-many/README new file mode 100644 index 0000000000000..f107c312f3f03 --- /dev/null +++ b/haskell/haskell-th-reify-many/README @@ -0,0 +1,9 @@ +haskell-th-reify-many (reify template haskell datatype info) + +th-reify-many provides functions for recursively reifying top level +declarations. The main intended use case is for enumerating the names +of datatypes reachable from an initial datatype, and passing these +names to some function which generates instances. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |