diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 10:56:58 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:14 +0700 |
commit | b5e884c822838ff08e9f74b320c968a245271ad2 (patch) | |
tree | 4264b0e76edd64068300fbd1f6358c6ba9bbaf2f /haskell/haskell-constraints/slack-desc | |
parent | 1c6e8a56f9432b0a299e0d307bfd9fc50a9d2188 (diff) |
haskell/haskell-constraints: Added (Constraint manipulation).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-constraints/slack-desc')
-rw-r--r-- | haskell/haskell-constraints/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-constraints/slack-desc b/haskell/haskell-constraints/slack-desc new file mode 100644 index 0000000000000..d0c65bc0328f0 --- /dev/null +++ b/haskell/haskell-constraints/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-constraints: haskell-constraints (Constraint manipulation) +haskell-constraints: +haskell-constraints: GHC 7.4 gave us the ability to talk about ConstraintKinds. They +haskell-constraints: stopped crashing the compiler in GHC 7.6. This package provides a +haskell-constraints: vocabulary for working with them. +haskell-constraints: +haskell-constraints: +haskell-constraints: +haskell-constraints: +haskell-constraints: +haskell-constraints: |