Skip to content

Commit

Permalink
Permit bitvec 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Gromakovskii committed Aug 20, 2021
1 parent 7ab9fab commit 4df9b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Expand Up @@ -2,7 +2,7 @@

## 1.0.4

* Bump upper bound for semirings.
* Bump upper bound for semirings and bitvec.

## 1.0.3

Expand Down
2 changes: 1 addition & 1 deletion galois-field.cabal
Expand Up @@ -150,7 +150,7 @@ benchmark galois-field-benchmarks
ghc-options: -freverse-errors -O2 -Wall
build-depends:
, base >=4.10 && <5
, bitvec ^>=1.0.2
, bitvec >=1.0.2 && < 1.2
, criterion ^>=1.5
, galois-field
, groups >=0.4.1 && <0.6
Expand Down

0 comments on commit 4df9b19

Please sign in to comment.