diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 13:47:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:51 +0700 |
commit | 59c1d80d211c7c874f895ceedcf4d8d70bb211cb (patch) | |
tree | 4fb1483fe58c18ec35ca922fdd88d11e38a95ae8 /haskell/haskell-th-abstraction/README | |
parent | a0bd7f592dbd4ce7911739f3837ad06d2adfd34b (diff) | |
download | slackbuilds-59c1d80d211c7c874f895ceedcf4d8d70bb211cb.tar.gz |
haskell/haskell-th-abstraction: Added (reified data type info).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-th-abstraction/README')
-rw-r--r-- | haskell/haskell-th-abstraction/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-th-abstraction/README b/haskell/haskell-th-abstraction/README new file mode 100644 index 0000000000..2fb77a7f24 --- /dev/null +++ b/haskell/haskell-th-abstraction/README @@ -0,0 +1,7 @@ +This package normalizes variations in the interface for inspecting +datatype information via Template Haskell so that packages and support +a single, easier to use informational datatype while supporting many +versions of Template Haskell. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |