Skip to content
Snippets Groups Projects
Commit 2c2adbb6 authored by BinderDavid's avatar BinderDavid Committed by Ben Gamari
Browse files

Bump version, update changelog and add "since" to instances

parent b5454680
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,9 @@ data Tix = Tix [TixModule]
deriving (Read, Show, Eq)
#if __GLASGOW_HASKELL__ >= 704
-- | @since 0.6.2.0
deriving instance (Generic Tix)
-- | @since 0.6.2.0
instance NFData Tix
#endif
......@@ -43,7 +45,9 @@ data TixModule = TixModule
deriving (Read, Show, Eq)
#if __GLASGOW_HASKELL__ >= 704
-- | @since 0.6.2.0
deriving instance (Generic TixModule)
-- | @since 0.6.2.0
instance NFData TixModule
#endif
......
......@@ -86,7 +86,9 @@ class HpcHash a where
newtype Hash = Hash Word32 deriving (Eq)
#if __GLASGOW_HASKELL__ >= 704
-- | @since 0.6.2.0
deriving instance (Generic Hash)
-- | @since 0.6.2.0
instance NFData Hash
#endif
......
# Changelog for [`hpc` package](http://hackage.haskell.org/package/hpc)
## 0.6.2.0 *September 2021*
* Addition of `NFData` instances for `Tix` and `TixModule`
## 0.6.1.0 *October 2019*
......
name: hpc
version: 0.6.1.0
version: 0.6.2.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
......
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