summaryrefslogtreecommitdiff
path: root/examples/error.hs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/error.hs')
-rw-r--r--examples/error.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/error.hs b/examples/error.hs
index f13a48e..5efae7c 100644
--- a/examples/error.hs
+++ b/examples/error.hs
@@ -1,4 +1,5 @@
1import Numeric.GSL 1import Numeric.GSL
2import Numeric.GSL.Special
2import Numeric.LinearAlgebra 3import Numeric.LinearAlgebra
3import Prelude hiding (catch) 4import Prelude hiding (catch)
4import Control.Exception 5import Control.Exception