{-# LANGUAGE CPP #-} #ifdef LANGUAGE_Trustworthy {-# LANGUAGE Trustworthy #-} #endif {- | Copyright : (c) Andy Sonnenburg 2013 License : BSD3 Maintainer : andy22286@gmail.com -} module Data.ByteArraySlice ( ByteArraySlice ) where import Data.ByteArraySlice.Unsafe