File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change log for galois-field
2
2
3
+ ## 2.0.0
4
+
5
+ * Bump GHC versions to support 9.6 and 9.8 (9.4 seems to not be possible with certain
6
+ uses of RULES, see [ GHC #22761 ] ( https://gitlab.haskell.org/ghc/ghc/-/issues/22761 ) )
7
+ * Added CI with build matrix
8
+ * Bump various dep version bounds
9
+ * Switched to use ` mod ` package
10
+ * Removed the INLINE pragmas for ` pow ` , they were broken on all GHC version (see [ GHC #22716 ] ( https://gitlab.haskell.org/ghc/ghc/-/issues/22716 ) )
11
+ * Formatted with Ormolu
12
+
3
13
## 1.0.3
4
14
5
15
* Add ` fromU ` for RootsOfUnity
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
name : galois-field
3
- version : 1 .0.4
3
+ version : 2 .0.0
4
4
synopsis : Galois field library
5
5
description :
6
6
An efficient implementation of Galois fields used in cryptography research
You can’t perform that action at this time.
0 commit comments