From 6d9317f96391929b47f02fd31fd0b25d0e6f672f Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Tue, 7 Apr 2015 06:56:06 +0100 Subject: [PATCH] first issue found by QA code check. we don't need those extensions there. --- Crypto/Random/Entropy/Source.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Crypto/Random/Entropy/Source.hs b/Crypto/Random/Entropy/Source.hs index 0ef1468..49d7f61 100644 --- a/Crypto/Random/Entropy/Source.hs +++ b/Crypto/Random/Entropy/Source.hs @@ -5,8 +5,6 @@ -- Stability : experimental -- Portability : Good -- -{-# LANGUAGE CPP #-} -{-# LANGUAGE ExistentialQuantification #-} module Crypto.Random.Entropy.Source where import Foreign.Ptr