diff options
Diffstat (limited to 'haskell/haskell-constraints/README')
-rw-r--r-- | haskell/haskell-constraints/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-constraints/README b/haskell/haskell-constraints/README new file mode 100644 index 0000000000000..ee9f0979cb8de --- /dev/null +++ b/haskell/haskell-constraints/README @@ -0,0 +1,6 @@ +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. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |