summaryrefslogtreecommitdiff
path: root/packages/base/src/Internal/ST.hs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/base/src/Internal/ST.hs')
-rw-r--r--packages/base/src/Internal/ST.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/base/src/Internal/ST.hs b/packages/base/src/Internal/ST.hs
index 25e7969..ae75a1b 100644
--- a/packages/base/src/Internal/ST.hs
+++ b/packages/base/src/Internal/ST.hs
@@ -32,9 +32,6 @@ module Internal.ST (
32import Internal.Vector 32import Internal.Vector
33import Internal.Matrix 33import Internal.Matrix
34import Internal.Vectorized 34import Internal.Vectorized
35import Data.Vector.Storable(unsafeWith)
36
37
38import Control.Monad.ST(ST, runST) 35import Control.Monad.ST(ST, runST)
39import Foreign.Storable(Storable, peekElemOff, pokeElemOff) 36import Foreign.Storable(Storable, peekElemOff, pokeElemOff)
40 37