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 df6d04f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
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
6 changes: 3 additions & 3 deletions galois-field.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ library
ghc-options: -freverse-errors -O2 -Wall
build-depends:
, base >=4.10 && <5
, bitvec ^>=1.0.2
, bitvec >=1.0.2 && < 1.2
, groups >=0.4.1 && <0.6
, integer-gmp ^>=1.0.2
, mod ^>=0.1.0
Expand Down Expand Up @@ -101,7 +101,7 @@ test-suite galois-field-tests
ghc-options: -freverse-errors -O2 -Wall
build-depends:
, base >=4.10 && <5
, bitvec ^>=1.0.2
, bitvec >=1.0.2 && < 1.2
, galois-field
, groups >=0.4.1 && <0.6
, integer-gmp ^>=1.0.2
Expand Down 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 df6d04f

Please # to comment.