Skip to content

Commit

Permalink
Final 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sdiehl committed Apr 9, 2020
1 parent bcd58af commit a1d0521
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Expand Up @@ -4,6 +4,9 @@

* Add `Mod` dependency for prime fields.
* Add minor optimisations for prime fields.
* Remove unsafeCoerce for number coercions.
* Bump poly dependency to 0.4.
* Bump upper bound for protolude.

## 1.0.1

Expand Down
4 changes: 2 additions & 2 deletions package.yaml
@@ -1,5 +1,5 @@
name: galois-field
version: 1.0.1
version: 1.0.2
synopsis: Galois field library
description: An efficient implementation of Galois fields used in cryptography research
maintainer: Adjoint Inc (info@adjoint.io)
Expand Down Expand Up @@ -28,7 +28,7 @@ default-extensions:

dependencies:
- base >= 4.10 && < 5
- protolude >= 0.2 && < 0.3
- protolude >= 0.2 && < 0.4
- bitvec >= 1.0.2 && < 1.1
- groups >= 0.4.1 && < 0.5
- integer-gmp >= 1.0.2 && < 1.1
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Expand Up @@ -2,6 +2,6 @@ resolver: lts-14.7
extra-deps:
- bitvec-1.0.2.0
- mod-0.1.0.0
- poly-0.3.3.0
- poly-0.4.0.0
- semirings-0.5.3
- vector-algorithms-0.8.0.3
8 changes: 4 additions & 4 deletions stack.yaml.lock
Expand Up @@ -19,12 +19,12 @@ packages:
original:
hackage: mod-0.1.0.0
- completed:
hackage: poly-0.3.3.0@sha256:49657d89a3abf9f973fe4be792103642eee9d17e32ea37339f50081c87196447,2021
hackage: poly-0.4.0.0@sha256:75c243113712745dab5d2f4a52643705e146473770af212f9e0ce3d87a83f2ed,2123
pantry-tree:
size: 1453
sha256: 785951b65ec658bbf55e10575cd921b3ade75e71147d10e59784f68e7c255163
size: 1896
sha256: 06f435980848905d2bcf23b85782863b1608f7a78dbdaea42e33a2e865adf476
original:
hackage: poly-0.3.3.0
hackage: poly-0.4.0.0
- completed:
hackage: semirings-0.5.3@sha256:4b0d243f88bb07c0673978a37b6b9fd16da44f15e8d552fb08795d9a88a3dc76,3791
pantry-tree:
Expand Down

0 comments on commit a1d0521

Please sign in to comment.