diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 13:51:13 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:52 +0700 |
commit | 39bda7ffac8683dd570177007eb3304424d50be5 (patch) | |
tree | 504fa31fb6f4118440f86ea3914a3c77f4a1aec9 /haskell/haskell-th-reify-many/README | |
parent | 54f711361638463d7af16c394eaa531100974b7f (diff) |
haskell/haskell-th-reify-many: Added (reify template datatype info).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 |