Skip to content

Commit eab1ec9

Browse files
author
Thomas M. DuBuisson
committed
Remove unused pragma
1 parent a10ee3f commit eab1ec9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Data/Digest/Pure/MD5.hs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
{-# LANGUAGE BangPatterns, ForeignFunctionInterface, MultiParamTypeClasses, CPP #-}
1+
{-# LANGUAGE BangPatterns #-}
2+
{-# LANGUAGE CPP #-}
3+
{-# LANGUAGE MultiParamTypeClasses #-}
24
-----------------------------------------------------------------------------
35
--
46
-- Module : Data.Digest.Pure.MD5
57
-- License : BSD3
68
-- Maintainer : Thomas.DuBuisson@gmail.com
79
-- Stability : experimental
8-
-- Portability : portable, requires bang patterns and ByteString
9-
-- Tested with : GHC-6.8.1
10+
-- Portability : portable
11+
-- Tested with : GHC-7.6.3
1012
--
1113
-- | It is suggested you use the 'crypto-api' class-based interface to access the MD5 algorithm.
1214
-- Either rely on type inference or provide an explicit type:

0 commit comments

Comments
 (0)