diff options
Diffstat (limited to 'devel/hs-constraints/pkg-descr')
-rw-r--r-- | devel/hs-constraints/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/hs-constraints/pkg-descr b/devel/hs-constraints/pkg-descr new file mode 100644 index 000000000000..307e5d322260 --- /dev/null +++ b/devel/hs-constraints/pkg-descr @@ -0,0 +1,5 @@ +GHC 7.4 gave us the ability to talk about ConstraintKinds. They stopped +crashing the compiler in GHC 7.6. This package provides a vocabulary for +working with them. + +WWW: http://github.com/ekmett/constraints/ |