Skip to content
Snippets Groups Projects
Commit c4e43c81 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Restablish compatibility with GHC 7.4.1


As of now, this package has been verified to work with GHC 7.4.x, GHC
7.6.x and GHC HEAD.

Signed-off-by: Herbert Valerio Riedel's avatarHerbert Valerio Riedel <hvr@gnu.org>
parent d38e2d7d
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,9 @@ import GHC.ST ( ST(..), runST )
import GHC.Base
import GHC.Ptr ( Ptr(..), FunPtr(..), nullPtr, nullFunPtr )
import GHC.Stable ( StablePtr(..) )
#if !MIN_VERSION_base(4,6,0)
import GHC.Exts ( Word(..) )
#endif
import GHC.Int ( Int8(..), Int16(..), Int32(..), Int64(..) )
import GHC.Word ( Word8(..), Word16(..), Word32(..), Word64(..) )
import GHC.IO ( stToIO )
......
......@@ -39,7 +39,7 @@ library
Trustworthy,
UnboxedTuples,
UnliftedFFITypes
build-depends: base >= 4.5 && < 5
build-depends: base >= 4.5 && < 4.8
ghc-options: -Wall
exposed-modules:
Data.Array
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment