File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : bv-little
2
- version : 0.1.1
2
+ version : 0.1.2
3
3
synopsis : Efficient little-endian bit vector library
4
4
category : Data, Bit Vectors
5
5
license : BSD3
@@ -42,7 +42,7 @@ library
42
42
, hashable
43
43
, integer-gmp
44
44
, mono-traversable
45
- , primitive >= 0.6.4
45
+ , primitive
46
46
, QuickCheck
47
47
48
48
if !impl(ghc >= 8.0 )
Original file line number Diff line number Diff line change 1
- ### Unreleased changes
1
+ ### [ v0.1.2] [ 1 ]
2
+
3
+ * Updating to base bounds for GHC 8.6.1
2
4
3
- * Updating to primitive >= 0.6.4.0 for transative bug fixes
4
5
5
6
### [ v0.1.1] [ 1 ]
6
7
30
31
31
32
[ 0 ] : https://github.com/recursion-ninja/bv-little/tree/v0.1.0
32
33
[ 1 ] : https://github.com/recursion-ninja/bv-little/tree/v0.1.1
34
+ [ 2 ] : https://github.com/recursion-ninja/bv-little/tree/v0.1.2
You can’t perform that action at this time.
0 commit comments