Fixed test suite when base < 4.7
ExistentialQuantification is needed for HashAlg.
This commit is contained in:
parent
6440a7ebab
commit
f9b593520f
@ -1,8 +1,8 @@
|
|||||||
{-# LANGUAGE CPP #-}
|
{-# LANGUAGE CPP #-}
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{-# LANGUAGE ViewPatterns #-}
|
{-# LANGUAGE ViewPatterns #-}
|
||||||
#if MIN_VERSION_base(4,7,0)
|
|
||||||
{-# LANGUAGE ExistentialQuantification #-}
|
{-# LANGUAGE ExistentialQuantification #-}
|
||||||
|
#if MIN_VERSION_base(4,7,0)
|
||||||
{-# LANGUAGE DataKinds #-}
|
{-# LANGUAGE DataKinds #-}
|
||||||
#endif
|
#endif
|
||||||
module Hash
|
module Hash
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user