diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 13:50:10 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:52 +0700 |
commit | 54f711361638463d7af16c394eaa531100974b7f (patch) | |
tree | 25cadb199f433fc95200a465923bbcb9b4eba39c /haskell/haskell-th-orphans/slack-desc | |
parent | f78e0fb74705e80c35f2311420d89b9d0e391d2b (diff) |
haskell/haskell-th-orphans: Added (TH datatype orphan instances).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-th-orphans/slack-desc')
-rw-r--r-- | haskell/haskell-th-orphans/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-th-orphans/slack-desc b/haskell/haskell-th-orphans/slack-desc new file mode 100644 index 0000000000000..e3714dc4c918f --- /dev/null +++ b/haskell/haskell-th-orphans/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-th-orphans: haskell-th-orphans (Orphan instances for TH datatypes) +haskell-th-orphans: +haskell-th-orphans: Orphan instances for TH datatypes. In particular, instances for +haskell-th-orphans: Ord and Lift, as well as a few missing Show / Eq. These instances +haskell-th-orphans: used to live in haskell-src-meta, and that's where the version +haskell-th-orphans: number started. +haskell-th-orphans: +haskell-th-orphans: +haskell-th-orphans: +haskell-th-orphans: +haskell-th-orphans: |