Skip to content
Snippets Groups Projects
Commit 0b523dc0 authored by Ryan Scott's avatar Ryan Scott
Browse files

Documentation improvements for the URec instance

This fixes a handful of minor issues with the `NFData` instance for
`URec`:

* It had a `@since` annotation without Haddock formatting.
* It did not mention that it was only available on `base-4.9` or
  later.
* The CPP referred to `__GLASGOW_HASKELL__`, not
  `MIN_VERSION_base(4,9,0)` like it should have.

This patch fixes all of these problems.
parent fe6994ed
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment