Skip to content

Commit

Permalink
enable optimizations and warnings. remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthad committed May 30, 2019
1 parent 71721f4 commit dfc7b35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions primitive-offset.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ library
, primitive >= 0.6.4
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -O2 -Wall
1 change: 0 additions & 1 deletion src/Data/Primitive/ByteArray/Offset.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module Data.Primitive.ByteArray.Offset
, MutableByteArrayOffset(..)
) where

import Control.Monad.Primitive (PrimMonad,PrimState)
import Data.Primitive (ByteArray,MutableByteArray)

-- | A byte array and an index into the array. The element
Expand Down

0 comments on commit dfc7b35

Please sign in to comment.