ixset-typed-hashable-instance 0.1.0.1 → 0.1.0.2
raw patch · 4 files changed
+12/−2 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +1/−1
- README.md +2/−0
- ixset-typed-hashable-instance.cabal +1/−1
- src/Data/IxSet/Typed/Hashable.hs +8/−0
ChangeLog.md view
@@ -2,4 +2,4 @@ ## v0.1.0.0 -* Hashabkle instance for ixset-typed.+* Hashable instance for ixset-typed.
README.md view
@@ -1,1 +1,3 @@ # ixset-typed-hashable-instance++`Hashable` instance for [ixset-typed](https://hackage.haskell.org/package/ixset-typed).
ixset-typed-hashable-instance.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: ixset-typed-hashable-instance-version: 0.1.0.1+version: 0.1.0.2 synopsis: Hashable instance for ixset-typed. description: Please see the README on GitHub at <https://github.com/githubuser/ixset-typed-hashable-instance#readme> category: Data Structures
src/Data/IxSet/Typed/Hashable.hs view
@@ -1,3 +1,11 @@+{- |+ Module : Data.IxSet.Typed.Hashable+ License : MIT+ Stability : experimental++Hashable instance for ixset-typed.+-}+{-# OPTIONS_GHC -fno-warn-orphans #-} module Data.IxSet.Typed.Hashable where import Data.IxSet.Typed