Skip to content

Commit

Permalink
updates CHANGES and cabal files for GHC 8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
crockeea committed Jun 29, 2016
1 parent c641fb2 commit d944c51
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
4 changes: 4 additions & 0 deletions apps/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog for lol project
================================

0.2.0.0
----
* Updated documentation with MathJax

0.1.0.0
-----
* Updated for lol-0.3.*
Expand Down
4 changes: 2 additions & 2 deletions apps/lol-apps.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: lol-apps
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.1.0.0
version: 0.1.1.0
synopsis: Lattice-based cryptographic applications using Lol.
homepage: https://github.com/cpeikert/Lol
Bug-Reports: https://github.com/cpeikert/Lol/issues
Expand Down Expand Up @@ -66,7 +66,7 @@ library
build-depends:
base>=4.8 && <5,
deepseq >= 1.4.1.1 && <1.5,
lol == 0.3.*,
lol >= 0.3 && < 0.5,
MonadRandom >= 0.2 && < 0.5,
numeric-prelude >= 0.4.2 && < 0.5

Expand Down
7 changes: 7 additions & 0 deletions lol/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog for lol project
================================

0.4.0.0
----
* Added support for GHC 8.0, also compatible with 7.10.3
* Converted documentation to MathJax
* Renamed Tensor.Matrix -> Tensor.Kron
* Added Crypto.Lol.Types interface file

0.3.0.0
-----
* Support for protocol-buffers
Expand Down
2 changes: 1 addition & 1 deletion lol/lol.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: lol
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.3.0.0
version: 0.4.0.0
synopsis: A library for lattice cryptography.
homepage: https://github.com/cpeikert/Lol
Bug-Reports: https://github.com/cpeikert/Lol/issues
Expand Down

0 comments on commit d944c51

Please sign in to comment.