[entropy] missing CPP extension for windows entropy gather module

This commit is contained in:
Vincent Hanquez 2015-05-21 05:28:50 +01:00
parent b39283f5f9
commit 4758df2c3a

View File

@ -9,6 +9,7 @@
-- Copyright (c) Thomas DuBuisson.
--
{-# LANGUAGE ForeignFunctionInterface #-}
{-# LANGUAGE CPP #-}
module Crypto.Random.Entropy.Windows
( WinCryptoAPI
) where