aboutsummaryrefslogtreecommitdiffstats
path: root/src/Vivant/Noise.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Vivant/Noise.hs')
-rw-r--r--src/Vivant/Noise.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Vivant/Noise.hs b/src/Vivant/Noise.hs
index 32cd08e..bf2b197 100644
--- a/src/Vivant/Noise.hs
+++ b/src/Vivant/Noise.hs
@@ -1,6 +1,6 @@
{-# LANGUAGE BangPatterns #-}
-module Vivant.Noise (Permutation (..), perlin3, permutation, mkPermutation) where
+module Vivant.Noise (Permutation (..), perlin3, permutation, mkPermutation, doubleToByte) where
import qualified Codec.Picture as P
import Control.Arrow