Skip to content

Commit b744461

Browse files
Preparing to upload to hackage.
1 parent 6ff81b1 commit b744461

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

bv-little.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: bv-little
2-
version: 0.1.1
2+
version: 0.1.2
33
synopsis: Efficient little-endian bit vector library
44
category: Data, Bit Vectors
55
license: BSD3
@@ -42,7 +42,7 @@ library
4242
, hashable
4343
, integer-gmp
4444
, mono-traversable
45-
, primitive >= 0.6.4
45+
, primitive
4646
, QuickCheck
4747

4848
if !impl(ghc >= 8.0)

changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
### Unreleased changes
1+
### [v0.1.2][1]
2+
3+
* Updating to base bounds for GHC 8.6.1
24

3-
* Updating to primitive >= 0.6.4.0 for transative bug fixes
45

56
### [v0.1.1][1]
67

@@ -30,3 +31,4 @@
3031

3132
[0]: https://github.com/recursion-ninja/bv-little/tree/v0.1.0
3233
[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

0 commit comments

Comments
 (0)