Skip to content

Commit

Permalink
Version 1.0.0 release!
Browse files Browse the repository at this point in the history
  • Loading branch information
recursion-ninja committed Feb 1, 2019
1 parent 7630445 commit 67b64ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bv-little.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: bv-little
version: 0.1.2
version: 1.0.0
synopsis: Efficient little-endian bit vector library
category: Data, Bit Vectors
license: BSD3
Expand Down
7 changes: 7 additions & 0 deletions src/Data/BitVector/LittleEndian.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,15 @@
-- * 'FiniteBits'
-- * 'Semigroup'
-- * 'Monoid'
-- * 'MonoAdjustable'
-- * 'MonoIndexable'
-- * 'MonoKeyed'
-- * 'MonoLookup'
-- * 'MonoFoldable'
-- * 'MonoFoldableWithKey'
-- * 'MonoTraversable'
-- * 'MonoTraversableWithKey'
-- * 'MonoZipWithKey'
--
-- For an implementation of bit vectors which are isomorphic to a @[Bool]@ with the /most/
-- significant bit at the head of the list and the /least/ significant bit at the
Expand Down

0 comments on commit 67b64ec

Please sign in to comment.