packages feed

raaz 0.3.2 → 0.3.3

raw patch · 2 files changed

+8/−2 lines, 2 files

Files

CHANGELOG.md view
@@ -1,5 +1,10 @@ # Change log for [raaz]. +## [0.3.3] - Oct 7, 2021++The core and libverse files need to be in the install include.+Unfortunately there is no easy way to check this out.+ ## [0.3.2] - Oct 6, 2021  Yet another missing header file sets.
raaz.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0  name:    raaz-version: 0.3.2+version: 0.3.3 stability: experimental  synopsis: Fast and type safe cryptography.@@ -262,7 +262,7 @@            , core/cbits/raaz/core/cpusupports.c   include-dirs: core/cbits   includes: core/cbits/raaz/core/endian.h-+  install-includes: core/cbits/raaz/core/endian.h  ----------------------------- Libverse as a sublibrary ----------------------------- @@ -283,6 +283,7 @@            , libverse/verse.c   include-dirs: libverse   includes: verse.h+  install-includes: libverse/verse.h  ---------------------- Implementation signature packages ------------- --