Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dream.opam
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ depends: [
"magic-mime"
"markup" {>= "1.0.2"}
"mirage-clock" {>= "3.0.0"} # now_d_ps : unit -> int * int64.
"mirage-crypto" {>= "1.0.0"}
"mirage-crypto-rng" {>= "1.0.0"}
"mirage-crypto" {>= "1.2.0"}
"mirage-crypto-rng" {>= "1.2.0"}
"mirage-crypto-rng-lwt"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"mirage-crypto-rng-lwt"

"multipart_form" {>= "0.4.0"}
"multipart_form-lwt"
Expand Down
2 changes: 1 addition & 1 deletion src/dream.ml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ let now () =

let () =
Random.initialize (fun () ->
Mirage_crypto_rng_lwt.initialize (module Mirage_crypto_rng.Fortuna))
Mirage_crypto_rng_unix.use_default ())

module Session =
struct
Expand Down