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.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/base/src/Internal/ST.hs b/packages/base/src/Internal/ST.hs
index 7d54e6d..adfc3d5 100644
--- a/packages/base/src/Internal/ST.hs
+++ b/packages/base/src/Internal/ST.hs
@@ -35,6 +35,7 @@ module Internal.ST (
35 35
36import Internal.Vector 36import Internal.Vector
37import Internal.Matrix 37import Internal.Matrix
38import Internal.Specialized
38import Internal.Vectorized 39import Internal.Vectorized
39import Control.Monad.ST(ST, runST) 40import Control.Monad.ST(ST, runST)
40import Foreign.Storable(Storable, peekElemOff, pokeElemOff) 41import Foreign.Storable(Storable, peekElemOff, pokeElemOff)