summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/base/src/Numeric/Chain.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/base/src/Numeric/Chain.hs b/packages/base/src/Numeric/Chain.hs
index 4c497f0..443bd28 100644
--- a/packages/base/src/Numeric/Chain.hs
+++ b/packages/base/src/Numeric/Chain.hs
@@ -12,6 +12,8 @@
12-- 12--
13----------------------------------------------------------------------------- 13-----------------------------------------------------------------------------
14 14
15{-# LANGUAGE FlexibleContexts #-}
16
15module Numeric.Chain ( 17module Numeric.Chain (
16 optimiseMult, 18 optimiseMult,
17 ) where 19 ) where