diff options
Diffstat (limited to 'haskell/haskell-hspec/README')
-rw-r--r-- | haskell/haskell-hspec/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-hspec/README b/haskell/haskell-hspec/README new file mode 100644 index 000000000000..487ec23e512d --- /dev/null +++ b/haskell/haskell-hspec/README @@ -0,0 +1,5 @@ +Hspec is a testing framework for Haskell. It is inspired by the Ruby +library RSpec. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |