diff options
Diffstat (limited to 'haskell/haskell-http-api-data/README')
-rw-r--r-- | haskell/haskell-http-api-data/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-http-api-data/README b/haskell/haskell-http-api-data/README new file mode 100644 index 0000000000000..44bc9a13f6f0b --- /dev/null +++ b/haskell/haskell-http-api-data/README @@ -0,0 +1,6 @@ +This package defines typeclasses used for converting Haskell data +types to and from HTTP API data like URL pieces, headers and query +parameters. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |