File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- {-# LANGUAGE BangPatterns, ForeignFunctionInterface, MultiParamTypeClasses, CPP #-}
1
+ {-# LANGUAGE BangPatterns #-}
2
+ {-# LANGUAGE CPP #-}
3
+ {-# LANGUAGE MultiParamTypeClasses #-}
2
4
-----------------------------------------------------------------------------
3
5
--
4
6
-- Module : Data.Digest.Pure.MD5
5
7
-- License : BSD3
6
8
-- Maintainer : Thomas.DuBuisson@gmail.com
7
9
-- 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
10
12
--
11
13
-- | It is suggested you use the 'crypto-api' class-based interface to access the MD5 algorithm.
12
14
-- Either rely on type inference or provide an explicit type:
You can’t perform that action at this time.
0 commit comments