File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
* [ Expose internal constructors for ` HashSet ` , ` Array ` and ` MArray ` ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/347 )
10
10
11
+ * [ Tweak internal ` Array.insertM ` function] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/359 )
12
+
13
+ * [ Drop support for GHC 8.0] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/354 )
14
+
15
+ * [ Drop support for ` hashable < 1.2.5 ` ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/355 )
16
+
17
+ * Various cleanup and documentation improvements
18
+
11
19
[ 0.2.17.0 ] : https://github.com/haskell-unordered-containers/unordered-containers/compare/v0.2.16.0...v0.2.17.0
12
20
13
21
## [ 0.2.16.0]
Original file line number Diff line number Diff line change @@ -489,6 +489,7 @@ fromList' n xs0 =
489
489
go (! x: xs) mary i = do write mary i x
490
490
go xs mary (i+ 1 )
491
491
492
+ -- | @since 0.2.17.0
492
493
instance TH. Lift a => TH. Lift (Array a ) where
493
494
#if MIN_VERSION_template_haskell(2,16,0)
494
495
liftTyped ar = [|| fromList' arlen arlist || ]
Original file line number Diff line number Diff line change 1
1
name : unordered-containers
2
- version : 0.2.16 .0
2
+ version : 0.2.17 .0
3
3
synopsis : Efficient hashing-based container types
4
4
description :
5
5
Efficient hashing-based container types. The containers have been
You can’t perform that action at this time.
0 commit comments