@@ -5,8 +5,8 @@ name: lol-apps
55-- PVP summary: +-+------- breaking API changes
66-- | | +----- non-breaking API additions
77-- | | | +--- code changes with no API change
8- version : 0.2.0.0
9- synopsis : Lattice-based cryptographic applications using Lol .
8+ version : 0.2.0.1
9+ synopsis : Lattice-based cryptographic applications using <https://hackage.haskell.org/package/lol lol > .
1010homepage : https://github.com/cpeikert/Lol
1111Bug-Reports : https://github.com/cpeikert/Lol/issues
1212license : GPL-2
@@ -21,7 +21,7 @@ extra-source-files: README, CHANGES.md, SHE.proto, HomomPRF.proto
2121cabal-version : >= 1.10
2222description :
2323 This library contains example cryptographic applications built using
24- <https://hackage.haskell.org/package/lol Λ ∘ λ> (Lol) ,
24+ <https://hackage.haskell.org/package/lol lol> ,
2525 a general-purpose library for ring-based lattice cryptography.
2626
2727source-repository head
@@ -119,7 +119,7 @@ Benchmark bench-apps
119119
120120-- if flag(llvm)
121121-- ghc-options: -fllvm -optlo-O3
122- ghc-options : -threaded -rtsopts
122+ ghc-options : -threaded -rtsopts -O2
123123-- ghc-options: -O2 -Odph -funbox-strict-fields -fwarn-dodgy-imports -rtsopts
124124-- ghc-options: -fno-liberate-case -funfolding-use-threshold1000 -funfolding-keeness-factor1000
125125
@@ -150,7 +150,7 @@ executable homomprf
150150 ghc-options : -main-is HomomPRFMain
151151 other-modules : HomomPRFParams
152152
153- ghc-options : -threaded -rtsopts
153+ ghc-options : -threaded -rtsopts -O2
154154
155155 build-depends :
156156 arithmoi < 0.5 ,
@@ -173,7 +173,7 @@ executable khprf
173173 main-is : KHPRFMain.hs
174174 ghc-options : -main-is KHPRFMain
175175
176- ghc-options : -threaded -rtsopts
176+ ghc-options : -threaded -rtsopts -O2
177177
178178 build-depends :
179179 arithmoi < 0.5 ,
@@ -192,7 +192,7 @@ executable symmshe
192192 main-is : SHEMain.hs
193193 ghc-options : -main-is SHEMain
194194
195- ghc-options : -threaded -rtsopts
195+ ghc-options : -threaded -rtsopts -O2
196196
197197 build-depends :
198198 arithmoi < 0.5 ,
0 commit comments